Skip to content

Commit cfda0f8

Browse files
Bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- 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 ca264af commit cfda0f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: initialize CodeQL
6767
# Initialize the CodeQL tools for scanning.
68-
uses: github/codeql-action/init@v2
68+
uses: github/codeql-action/init@v3
6969
with:
7070
languages: ${{ matrix.language }}
7171
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -99,7 +99,7 @@ jobs:
9999
done
100100
101101
- name: perform CodeQL analysis
102-
uses: github/codeql-action/analyze@v2
102+
uses: github/codeql-action/analyze@v3
103103
with:
104104
category: ${{ matrix.group }}-64
105105

@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: initialize CodeQL
169169
# Initialize the CodeQL tools for scanning.
170-
uses: github/codeql-action/init@v2
170+
uses: github/codeql-action/init@v3
171171
with:
172172
languages: ${{ matrix.language }}
173173
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -199,6 +199,6 @@ jobs:
199199
done
200200
201201
- name: perform CodeQL analysis
202-
uses: github/codeql-action/analyze@v2
202+
uses: github/codeql-action/analyze@v3
203203
with:
204204
category: ${{ matrix.group }}-32

0 commit comments

Comments
 (0)