Skip to content

Commit 2ec2a2a

Browse files
dependabot[bot]bgianfo
authored andcommitted
Dependencies: 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](github/codeql-action@v1...v2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5ae79d3 commit 2ec2a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
arch: ${{ matrix.arch }}
3636

3737
- name: Initialize CodeQL for C++
38-
uses: github/codeql-action/init@v1
38+
uses: github/codeql-action/init@v2
3939
if: ${{ matrix.os == 'windows-2019' && matrix.conf == 'Debug' }}
4040
with:
4141
languages: cpp
@@ -65,5 +65,5 @@ jobs:
6565
include/
6666
6767
- name: Perform CodeQL Analysis
68-
uses: github/codeql-action/analyze@v1
68+
uses: github/codeql-action/analyze@v2
6969
if: ${{ matrix.os == 'windows-2019' && matrix.conf == 'Debug' }}

0 commit comments

Comments
 (0)