From fd08ba7fbdd04a83eaca7d7f3393152d86bb0cfe Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 12:08:56 +0000 Subject: [PATCH] ci(github-action): update github/codeql-action to v3.24.9 (#2718) Co-authored-by: tyriis-automation[bot] <133711747+tyriis-automation[bot]@users.noreply.github.com> --- .github/workflows/run-trivy.yaml | 2 +- .github/workflows/scorecards.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-trivy.yaml b/.github/workflows/run-trivy.yaml index d927a30a1..f053f80ea 100644 --- a/.github/workflows/run-trivy.yaml +++ b/.github/workflows/run-trivy.yaml @@ -39,6 +39,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. # https://github.com/github/codeql-action - name: Upload Trivy scan results to GitHub Security tab - uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 + uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/scorecards.yaml b/.github/workflows/scorecards.yaml index f10afbb42..3dc475700 100644 --- a/.github/workflows/scorecards.yaml +++ b/.github/workflows/scorecards.yaml @@ -81,6 +81,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. # https://github.com/github/codeql-action - name: Upload to code-scanning - uses: github/codeql-action/upload-sarif@05963f47d870e2cb19a537396c1f668a348c7d8f # v3.24.8 + uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9 with: sarif_file: results.sarif