Skip to content

Commit f139ec1

Browse files
authored
Merge pull request #407 from OWASP-Benchmark/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 13c9863 + 0d0d1be commit f139ec1

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@v5
49+
uses: actions/upload-artifact@v6
5050
with:
5151
name: ${{ matrix.language }} SARIF
5252
path: ${{ runner.workspace }}/results/*.sarif

0 commit comments

Comments
 (0)