Skip to content

Commit b268eeb

Browse files
Bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3...v4) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f959ded commit b268eeb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484

8585
# Initializes the CodeQL tools for scanning.
8686
- name: Initialize CodeQL
87-
uses: github/codeql-action/init@v3
87+
uses: github/codeql-action/init@v4
8888
with:
8989
languages: ${{ matrix.language }}
9090
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -131,6 +131,6 @@ jobs:
131131
run: dotnet build --configuration Release --no-restore
132132

133133
- name: Perform CodeQL Analysis
134-
uses: github/codeql-action/analyze@v3
134+
uses: github/codeql-action/analyze@v4
135135
with:
136136
category: '/language:${{matrix.language}}'

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ jobs:
4040
uses: microsoft/DevSkim-Action@v1
4141

4242
- name: Upload DevSkim scan results to GitHub Security tab
43-
uses: github/codeql-action/upload-sarif@v3
43+
uses: github/codeql-action/upload-sarif@v4
4444
with:
4545
sarif_file: devskim-results.sarif

0 commit comments

Comments
 (0)