From 4fd1c177bccb10d4323e74059a73e191a049d632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jan 2022 02:07:20 +0000 Subject: [PATCH] Update github/codeql-action requirement to 8a4b243fbf9a03a93e93a71c1ec257347041f9c4 Updates the requirements on [github/codeql-action](https://github.com/github/codeql-action) to permit the latest version. - [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/8a4b243fbf9a03a93e93a71c1ec257347041f9c4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .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 7d50d9023..e3ca9977a 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -39,12 +39,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@300c8b6dcbaf905eb250b06113e2e62c340a2d20 #v1.0.27 + uses: github/codeql-action/init@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 #v1.0.27 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@300c8b6dcbaf905eb250b06113e2e62c340a2d20 #v1.0.27 + uses: github/codeql-action/autobuild@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 #v1.0.27 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@300c8b6dcbaf905eb250b06113e2e62c340a2d20 #v1.0.27 + uses: github/codeql-action/analyze@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 #v1.0.27 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index 94344cd59..20592354f 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@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26 + uses: github/codeql-action/upload-sarif@8a4b243fbf9a03a93e93a71c1ec257347041f9c4 # v1.0.26 with: sarif_file: results.sarif