Skip to content

Commit 1897fb7

Browse files
authored
Merge pull request #430 from OWASP-Benchmark/dependabot/github_actions/actions/upload-artifact-7
Bump actions/upload-artifact from 6 to 7
2 parents 9a469fe + 9c4bec0 commit 1897fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: github/codeql-action/analyze@v4
4747

4848
- name: Upload Output
49-
uses: actions/upload-artifact@v6
49+
uses: actions/upload-artifact@v7
5050
with:
5151
name: ${{ matrix.language }} SARIF
5252
path: ${{ runner.workspace }}/results/*.sarif

0 commit comments

Comments
 (0)