Skip to content

Commit c7a6408

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] <support@github.com>
1 parent 9253287 commit c7a6408

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
- name: ⤵️ Check out code from GitHub
1515
uses: actions/checkout@v3
1616
- name: 🏗 Initialize CodeQL
17-
uses: github/codeql-action/init@v1
17+
uses: github/codeql-action/init@v2
1818
- name: 🚀 Perform CodeQL Analysis
19-
uses: github/codeql-action/analyze@v1
19+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)