Skip to content

Commit 93f866c

Browse files
Copilotkimocoder
andcommitted
chore: upgrade github/codeql-action from v3.28.3 to v4
Co-authored-by: kimocoder <4252297+kimocoder@users.noreply.github.com>
1 parent 6ae62c6 commit 93f866c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
uses: actions/checkout@v4.2.2
3636

3737
- name: Initialize CodeQL
38-
uses: github/codeql-action/init@v3.28.3
38+
uses: github/codeql-action/init@v4
3939
with:
4040
languages: ${{ matrix.language }}
4141

4242
- name: Autobuild
43-
uses: github/codeql-action/autobuild@v3.28.3
43+
uses: github/codeql-action/autobuild@v4
4444

4545
- name: Perform CodeQL Analysis
46-
uses: github/codeql-action/analyze@v3.28.3
46+
uses: github/codeql-action/analyze@v4
4747
with:
4848
category: "/language:${{matrix.language}}"

.github/workflows/ossar-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ jobs:
4747

4848
# Upload results to the Security tab
4949
- name: Upload OSSAR results
50-
uses: github/codeql-action/upload-sarif@v3.28.3
50+
uses: github/codeql-action/upload-sarif@v4
5151
with:
5252
sarif_file: ${{ steps.ossar.outputs.sarifFile }}

0 commit comments

Comments
 (0)