diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 8643a409..e7a83d96 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -57,6 +57,6 @@ jobs: run: go build ./... - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v3 + uses: github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v3 with: category: "/language:${{ matrix.language }}" diff --git a/charts/nudgebee-agent/values.yaml b/charts/nudgebee-agent/values.yaml index 0ec0a3e9..337e1ba6 100644 --- a/charts/nudgebee-agent/values.yaml +++ b/charts/nudgebee-agent/values.yaml @@ -65,7 +65,7 @@ runnerServiceAccount: runner: image: repository: ghcr.io/nudgebee/nudgebee-agent - tag: 2026-08-12T08-30-26_13e26b9dce6e3419f5e1ac52836c773a95098fde + tag: 2026-08-19T15-28-06_5a862ee549e8f98366ea71c01a7d07a2a151addd # Image template the pod_profiler action launches debugger pods from. # The agent substitutes `{}` for the variant (bpf, jvm, python, perf, ruby). # Surfaces as PROFILER_IMAGE; leave empty to fall back to the binary default.