From 1b1e97d754f83cea767786617db1dc90e60866b0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jan 2025 22:17:55 +0000 Subject: [PATCH] chore(deps): update github/codeql-action digest to 54b1c84 --- action.yml | 2 +- docker-build-push/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3e6766f..7b76b31 100644 --- a/action.yml +++ b/action.yml @@ -124,7 +124,7 @@ runs: - name: Upload Trivy scan results to GitHub Security tab if: ${{ inputs.trivy == 'true' }} # See https://github.com/github/codeql-action/commits/main/ - uses: github/codeql-action/upload-sarif@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d + uses: github/codeql-action/upload-sarif@54b1c84213ea9eb9171e2b582ff91d53078adecf with: sarif_file: trivy-results.sarif category: ${{ fromJSON(steps.meta.outputs.json).tags[0] }} diff --git a/docker-build-push/action.yml b/docker-build-push/action.yml index 5606643..cb647be 100644 --- a/docker-build-push/action.yml +++ b/docker-build-push/action.yml @@ -153,7 +153,7 @@ runs: - name: Upload Trivy scan results to GitHub Security tab if: ${{ inputs.trivy == 'true' }} # See https://github.com/github/codeql-action/commits/main/ - uses: github/codeql-action/upload-sarif@e7c0c9d71b7bd108fd12e06b56fc58d3d154164d + uses: github/codeql-action/upload-sarif@54b1c84213ea9eb9171e2b582ff91d53078adecf with: sarif_file: trivy-results.sarif category: ${{ fromJSON(steps.meta.outputs.json).tags[0] }}