From 24f5d515d77b07eb72f96b446688e3a490c2b9eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 11:07:29 +0100 Subject: [PATCH] chore(deps): bump github/codeql-action from 3.27.0 to 3.28.0 (#503) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pipeline.yml | 2 +- .github/workflows/scan.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index a2912ae..7ea86b8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -162,7 +162,7 @@ jobs: exit-code: "1" # Fail the build! - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 + uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 if: always() # Bypass non-zero exit code.. with: sarif_file: "trivy-results.sarif" diff --git a/.github/workflows/scan.yml b/.github/workflows/scan.yml index 42f34de..3a27ebc 100644 --- a/.github/workflows/scan.yml +++ b/.github/workflows/scan.yml @@ -30,7 +30,7 @@ jobs: severity: "CRITICAL,HIGH" exit-code: "1" # Fail the build! - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 + uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0 if: always() # Bypass non-zero exit code.. with: sarif_file: "trivy-results.sarif"