From 2aa265b755b48599c3349a6b3f69752627c25ca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 May 2023 12:35:04 +0000 Subject: [PATCH] chore(deps): bump github/codeql-action from 2.3.3 to 2.3.5 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.3.3 to 2.3.5. - [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.3.3...v2.3.5) --- 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 aa5f2c443..d19f13327 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -50,14 +50,14 @@ jobs: uses: actions/checkout@v3.5.2 - name: 🏗 Initialize CodeQL - uses: github/codeql-action/init@v2.3.3 + uses: github/codeql-action/init@v2.3.5 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.3.3 + uses: github/codeql-action/autobuild@v2.3.5 - name: 🚀 Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.3.3 + uses: github/codeql-action/analyze@v2.3.5 diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 6ab9c9a70..061715b24 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -56,7 +56,7 @@ jobs: continue-on-error: true - name: 🏗 Upload analysis results to GitHub - uses: github/codeql-action/upload-sarif@v2.3.3 + uses: github/codeql-action/upload-sarif@v2.3.5 with: sarif_file: eslint-results.sarif wait-for-processing: true