From db9cff3bfe6975efda66aefa4f3b99a587b9316c Mon Sep 17 00:00:00 2001 From: "tyriis-automation[bot]" <133711747+tyriis-automation[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 21:06:17 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-action):=20update=20github/codeql-act?= =?UTF-8?q?ion=20(=20v3.25.1=20=E2=86=92=20v3.25.2=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 fcdf2d33a..fa8a76d65 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@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 + uses: github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2 with: sarif_file: trivy-results.sarif diff --git a/.github/workflows/scorecards.yaml b/.github/workflows/scorecards.yaml index ad02834e8..4bbdd41f3 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@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1 + uses: github/codeql-action/upload-sarif@8f596b4ae3cb3c588a5c46780b86dd53fef16c52 # v3.25.2 with: sarif_file: results.sarif