From 0745fd6ba08c6f54aecac166941b88a8183b119f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Mar 2024 05:40:30 +0000 Subject: [PATCH] Update github/codeql-action action to v3.24.6 --- .github/workflows/kubesec.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/kubesec.yml b/.github/workflows/kubesec.yml index 5ff154c96..80659c83f 100644 --- a/.github/workflows/kubesec.yml +++ b/.github/workflows/kubesec.yml @@ -56,6 +56,6 @@ jobs: - name: Upload Kubesec scan results to GitHub Security tab if: ${{ steps.save_result.outputs.result != '[]' }} - uses: github/codeql-action/upload-sarif@47b3d888fe66b639e431abf22ebca059152f1eea # v3.24.5 + uses: github/codeql-action/upload-sarif@8a470fddafa5cbb6266ee11b37ef4d8aae19c571 # v3.24.6 with: sarif_file: ${{ matrix.value }}.sarif