From bcd9ff712f68c7c4765611f0406d16f6762e11f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Mar 2023 12:02:55 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 2.2.5 to 2.2.7 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.5 to 2.2.7. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/v2.2.7/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/v2.2.5...v2.2.7) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql.yaml | 6 +++--- .github/workflows/lint.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 59e3077384..23fb4a7343 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -54,14 +54,14 @@ jobs: uses: actions/checkout@v3.3.0 - name: 🏗 Initialize CodeQL - uses: github/codeql-action/init@v2.2.5 + uses: github/codeql-action/init@v2.2.7 with: languages: ${{ matrix.language }} # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - name: 🏗 Auto build - uses: github/codeql-action/autobuild@v2.2.5 + uses: github/codeql-action/autobuild@v2.2.7 - name: 🚀 Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.2.5 + uses: github/codeql-action/analyze@v2.2.7 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 150b4b2423..1f08c0e495 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -60,7 +60,7 @@ jobs: continue-on-error: true - name: 🏗 Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2.2.5 + uses: github/codeql-action/upload-sarif@v2.2.7 with: sarif_file: eslint-results.sarif wait-for-processing: true