Skip to content

Commit f2a7a47

Browse files
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 252b81b commit f2a7a47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
- name: Initialize CodeQL
2020
id: init_codeql
21-
uses: github/codeql-action/init@v1
21+
uses: github/codeql-action/init@v2
2222
with:
2323
queries: security-and-quality
2424

2525
- name: Autobuild
26-
uses: github/codeql-action/autobuild@v1
26+
uses: github/codeql-action/autobuild@v2
2727

2828
- name: Perform CodeQL Analysis
2929
id: analyze_codeql
30-
uses: github/codeql-action/analyze@v1
30+
uses: github/codeql-action/analyze@v2
3131

3232
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)

0 commit comments

Comments
 (0)