Skip to content

Commit f94e53f

Browse files
authored
Merge pull request #43 from dorssel/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents 5bddf04 + 1601316 commit f94e53f

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.
@@ -96,6 +96,6 @@ jobs:
9696
dotnet build --configuration Release --no-restore
9797
9898
- name: Perform CodeQL Analysis
99-
uses: github/codeql-action/analyze@v3
99+
uses: github/codeql-action/analyze@v4
100100
with:
101101
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)