From 5060872a03555da5fd4442429189ed90ff13d620 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Apr 2022 08:05:58 +1000 Subject: [PATCH] chore(deps): bump github/codeql-action from 2.1.6 to 2.1.7 (#346) Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.6 to 2.1.7. - [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/28eead240834b314f7def40f6fcba65d100d99b1...0182a2c78c8a55b763909348834ed54d735ab3e2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 6096e02a..2a3cfdda 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@28eead240834b314f7def40f6fcba65d100d99b1 # v1 + uses: github/codeql-action/upload-sarif@0182a2c78c8a55b763909348834ed54d735ab3e2 # v1 with: sarif_file: results.sarif @@ -114,7 +114,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@28eead240834b314f7def40f6fcba65d100d99b1 # v1 + uses: github/codeql-action/init@0182a2c78c8a55b763909348834ed54d735ab3e2 # v1 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -132,7 +132,7 @@ jobs: npm run build - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@28eead240834b314f7def40f6fcba65d100d99b1 # v1 + uses: github/codeql-action/analyze@0182a2c78c8a55b763909348834ed54d735ab3e2 # 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 bb89d084..abd7fdb7 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@28eead240834b314f7def40f6fcba65d100d99b1 # v1.0.26 + uses: github/codeql-action/upload-sarif@0182a2c78c8a55b763909348834ed54d735ab3e2 # v1.0.26 with: sarif_file: results.sarif