Skip to content

Commit f466e1f

Browse files
authored
Merge pull request #322 from dorssel/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 1f3dca6 + 2100330 commit f466e1f

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
@@ -60,7 +60,7 @@ jobs:
6060

6161
# Initializes the CodeQL tools for scanning.
6262
- name: Initialize CodeQL
63-
uses: github/codeql-action/init@v3
63+
uses: github/codeql-action/init@v4
6464
with:
6565
languages: ${{ matrix.language }}
6666
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -95,6 +95,6 @@ jobs:
9595
run: dotnet build --configuration Release --no-restore
9696

9797
- name: Perform CodeQL Analysis
98-
uses: github/codeql-action/analyze@v3
98+
uses: github/codeql-action/analyze@v4
9999
with:
100100
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)