From f57d2570ab345ebaece7b6b2fff2258e730fb089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 13:30:33 +0000 Subject: [PATCH] Bump github/codeql-action from 1 to 2 Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 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/v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis-with-atm-query-pack.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis-with-atm-query-pack.yml b/.github/workflows/codeql-analysis-with-atm-query-pack.yml index 641fa9e105..99bb5c5171 100644 --- a/.github/workflows/codeql-analysis-with-atm-query-pack.yml +++ b/.github/workflows/codeql-analysis-with-atm-query-pack.yml @@ -37,7 +37,7 @@ jobs: # use ATM # uses: github/codeql-action/init@9703f2e3b044dca7fd7ac286980013077dbd0c06 # don't use ATM - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: javascript queries: security-extended @@ -47,5 +47,5 @@ jobs: # use ATM # uses: github/codeql-action/analyze@9703f2e3b044dca7fd7ac286980013077dbd0c06 # don't use ATM - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5a579934e7..6c0f4a857d 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -38,7 +38,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v1 + uses: github/codeql-action/init@v2 with: languages: ${{ matrix.language }} config-file: ./.github/codeql/codeql-config.yml @@ -46,7 +46,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@v1 + uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -60,4 +60,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 + uses: github/codeql-action/analyze@v2