Skip to content

Commit c98da79

Browse files
authored
Merge pull request #24 from cooljeanius/dependabot/github_actions/github/codeql-action-4
Bump github/codeql-action from 3 to 4
2 parents ac5bd1a + 4a7762c commit c98da79

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
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Initializes the CodeQL tools for scanning.
7777
- name: Initialize CodeQL
78-
uses: github/codeql-action/init@v3
78+
uses: github/codeql-action/init@v4
7979
with:
8080
languages: ${{ matrix.language }}
8181
build-mode: ${{ matrix.build-mode }}
@@ -108,6 +108,6 @@ jobs:
108108
exit 1
109109
110110
- name: Perform CodeQL Analysis
111-
uses: github/codeql-action/analyze@v3
111+
uses: github/codeql-action/analyze@v4
112112
with:
113113
category: "/language:${{matrix.language}}"

.github/workflows/flawfinder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
output: 'flawfinder_results.sarif'
3535

3636
- name: Upload analysis results to GitHub Security tab
37-
uses: github/codeql-action/upload-sarif@v3
37+
uses: github/codeql-action/upload-sarif@v4
3838
with:
3939
sarif_file: ${{github.workspace}}/flawfinder_results.sarif

0 commit comments

Comments
 (0)