From e9d59c8d7c4018514c5a74f034d4ef20bd190cda Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Aug 2022 17:19:00 +0200 Subject: [PATCH] Bump github/codeql-action from 2.1.20 to 2.1.21 (#1002) * Bump github/codeql-action from 2.1.20 to 2.1.21 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.20 to 2.1.21. - [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/7fee4ca032ac341c12486c4c06822c5221c76533...c7f292ea4f542c473194b33813ccd4c207a6c725) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update codeql-analysis.yml Signed-off-by: Bob Callaway * Update scorecard_action.yml Signed-off-by: Bob Callaway Signed-off-by: dependabot[bot] Signed-off-by: Bob Callaway Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bob Callaway --- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/scorecard_action.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 3e91075b0..30d654703 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,12 +43,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20 + uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20 + uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20 + uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index 0fef2a1bb..e1894d657 100644 --- a/.github/workflows/scorecard_action.yml +++ b/.github/workflows/scorecard_action.yml @@ -52,6 +52,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@7fee4ca032ac341c12486c4c06822c5221c76533 # v2.1.20 + uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 with: sarif_file: results.sarif