From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 05:51:56 +0000 (+0000) Subject: Bump github/codeql-action from 2.20.3 to 2.21.4 X-Git-Tag: v1.5.6^2~134^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0ae65436c6aa977b60b8a7fd7d4522a3cd14ae;p=thirdparty%2Fzstd.git Bump github/codeql-action from 2.20.3 to 2.21.4 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.3 to 2.21.4. - [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/46ed16ded91731b2df79a2893d3aea8e9f03b5c4...a09933a12a80f87b87005513f0abb1494c27a716) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 5737abc8d..0d2838118 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -59,6 +59,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@46ed16ded91731b2df79a2893d3aea8e9f03b5c4 # tag=v2.20.3 + uses: github/codeql-action/upload-sarif@a09933a12a80f87b87005513f0abb1494c27a716 # tag=v2.21.4 with: sarif_file: results.sarif