From 30a6f19ace94d8903dec912ddf00b8be95e9bb14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 14:28:27 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 1.0.31 to 1.0.32 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1.0.31 to 1.0.32. - [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/1a927e9307bc11970b2c679922ebc4d03a5bd980...2b46439dd5477d8a1659811cdc500d35e601a1cb) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/scorecards-analysis.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05a27266..b51601bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: npm run lint - name: Upload eslint report - uses: github/codeql-action/upload-sarif@1a927e9307bc11970b2c679922ebc4d03a5bd980 # v1 + uses: github/codeql-action/upload-sarif@2b46439dd5477d8a1659811cdc500d35e601a1cb # v1 with: sarif_file: results.sarif @@ -113,7 +113,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@1a927e9307bc11970b2c679922ebc4d03a5bd980 # v1 + uses: github/codeql-action/init@2b46439dd5477d8a1659811cdc500d35e601a1cb # v1 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -131,7 +131,7 @@ jobs: npm run build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@1a927e9307bc11970b2c679922ebc4d03a5bd980 # v1 + uses: github/codeql-action/analyze@2b46439dd5477d8a1659811cdc500d35e601a1cb # v1 dependency-scan: if: github.event.pull_request.draft == false diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index f54fa35d..9d514c64 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -62,6 +62,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@1a927e9307bc11970b2c679922ebc4d03a5bd980 # v1.0.26 + uses: github/codeql-action/upload-sarif@2b46439dd5477d8a1659811cdc500d35e601a1cb # v1.0.26 with: sarif_file: results.sarif