From 342784b237bb3f0617b31338064b379144b5bc0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 16:33:50 +0000 Subject: [PATCH] chore(deps): bump the actions group with 1 update Updates the requirements on [github/codeql-action](https://github.com/github/codeql-action) to permit the latest version. Updates `github/codeql-action` to 7e187e1c529d80bac7b87a16e7a792427f65cf02 - [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/commits/7e187e1c529d80bac7b87a16e7a792427f65cf02) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/scorecard.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yaml b/.github/workflows/scorecard.yaml index 33311d2ac..ee69835b5 100644 --- a/.github/workflows/scorecard.yaml +++ b/.github/workflows/scorecard.yaml @@ -47,6 +47,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@8e0b1c74b1d5a0077b04d064c76ee714d3da7637 # v2.22.1 + uses: github/codeql-action/upload-sarif@7e187e1c529d80bac7b87a16e7a792427f65cf02 # v2.22.1 with: sarif_file: results.sarif