From c26cc6ee5f283f150396de91c73e07a7e9779c7d Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 12:08:42 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20github/codeql-act?= =?UTF-8?q?ion=20(=20v3.25.0=20=E2=86=92=20v3.25.1=20)=20(#2839)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 851cc2bd3..4e40b11ae 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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 + uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/scorecards.yaml b/.github/workflows/scorecards.yaml index 38d678287..4a0ca3f4e 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@df5a14dc28094dc936e103b37d749c6628682b60 # v3.25.0 + uses: github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 with: sarif_file: results.sarif