Skip to content

Commit 8907d73

Browse files
authored
Update codeql.yml
Address breaking change introduced by upload-artifact@v4 on multiple file upload
1 parent cdd59ff commit 8907d73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
- name: 📦 Upload loc as a Build Artifact
7676
uses: actions/upload-artifact@v4
7777
with:
78-
name: sarif-results
78+
name: ${{ matrix.language }}.sarif
7979
path: sarif-results
8080
retention-days: 1
8181

0 commit comments

Comments
 (0)