We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc76364 + 6c5276e commit 20de5aaCopy full SHA for 20de5aa
1 file changed
.github/workflows/dast.yaml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
14
15
- name: Run ZAP Scan
16
env:
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Upload encrypted ZAP Report
41
if: always()
42
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
43
with:
44
name: zap-report
45
path: zap-report.html.enc
0 commit comments