From 9c31fc1cf5f28926d1e7316f023d6b60acc08710 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:09:54 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 2.2.1 to 2.2.2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.1 to 2.2.2. - [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/v2.2.1...v2.2.2) --- 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 c147bff1e5..954e07b374 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.1 + uses: github/codeql-action/init@v2.2.2 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.1 + uses: github/codeql-action/autobuild@v2.2.2 - name: 🚀 Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.2.1 + uses: github/codeql-action/analyze@v2.2.2 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 2cfea9fc38..69c475b8fd 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.1 + uses: github/codeql-action/upload-sarif@v2.2.2 with: sarif_file: eslint-results.sarif wait-for-processing: true