Skip to content

Commit 20de5aa

Browse files
committed
Merge branch 'v3' of github.com:HSLdevcom/digitransit-ui into v3
2 parents cc76364 + 6c5276e commit 20de5aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dast.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: Run ZAP Scan
1616
env:
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Upload encrypted ZAP Report
4141
if: always()
42-
uses: actions/upload-artifact@v4
42+
uses: actions/upload-artifact@v7
4343
with:
4444
name: zap-report
4545
path: zap-report.html.enc

0 commit comments

Comments
 (0)