Skip to content

Commit 590be01

Browse files
build(deps): bump github/codeql-action from 1 to 2 (#296)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4a8e4f7 commit 590be01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@v3
2020

2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@v1
22+
uses: github/codeql-action/init@v2
2323
with:
2424
languages: ${{ matrix.language }}
2525
config-file: ./.github/codeql/codeql-config.yml
@@ -42,4 +42,4 @@ jobs:
4242
npm build
4343
4444
- name: Perform CodeQL Analysis
45-
uses: github/codeql-action/analyze@v1
45+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)