From dbd314524c5ccc5c43cca75e371868390122e7e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:31:33 +0000 Subject: [PATCH] fix(deps): Bump github/codeql-action Bumps [github/codeql-action](https://github.com/github/codeql-action) from 46e0c78da9edf293aeab3d4d62cf1a7b7534c6a0 to 2617ff2d3f2bf8dd95abadcd289352a4023a4758. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/46e0c78da9edf293aeab3d4d62cf1a7b7534c6a0...2617ff2d3f2bf8dd95abadcd289352a4023a4758) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- .github/workflows/ssfscorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1dbaf0d1..ddea3446 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,6 +40,6 @@ jobs: megalinter-reports - name: Upload Megalint Sarif Report - uses: github/codeql-action/upload-sarif@46e0c78da9edf293aeab3d4d62cf1a7b7534c6a0 #v3.26.6 + uses: github/codeql-action/upload-sarif@2617ff2d3f2bf8dd95abadcd289352a4023a4758 #v3.26.6 with: sarif_file: megalinter-reports/megalinter-report.sarif \ No newline at end of file diff --git a/.github/workflows/ssfscorecard.yml b/.github/workflows/ssfscorecard.yml index e4d3c60f..bf55336b 100644 --- a/.github/workflows/ssfscorecard.yml +++ b/.github/workflows/ssfscorecard.yml @@ -56,6 +56,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@46e0c78da9edf293aeab3d4d62cf1a7b7534c6a0 #v3.26.6 + uses: github/codeql-action/upload-sarif@2617ff2d3f2bf8dd95abadcd289352a4023a4758 #v3.26.6 with: sarif_file: results.sarif \ No newline at end of file