From affb548e37235df7b28aa1d8f64ca64ac9f084ae Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:50:04 -0500 Subject: [PATCH] chore(deps): update github/codeql-action action to v2.22.8 (#399) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/actions/docker-scan/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/docker-scan/action.yml b/.github/actions/docker-scan/action.yml index 7ca3618f..d4fcc82b 100644 --- a/.github/actions/docker-scan/action.yml +++ b/.github/actions/docker-scan/action.yml @@ -33,7 +33,7 @@ runs: shell: bash - name: Upload trivy scan results to github security tab - uses: github/codeql-action/upload-sarif@66b90a5db151a8042fa97405c6cf843bbe433f7b # v2.22.7 + uses: github/codeql-action/upload-sarif@407ffafae6a767df3e0230c3df91b6443ae8df75 # v2.22.8 with: sarif_file: "trivy-results.sarif" token: ${{ inputs.token }}