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.
1 parent 1c0d844 commit 28bbd16Copy full SHA for 28bbd16
.github/workflows/report.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
name: Website
20
steps:
21
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
22
with:
23
fetch-depth: 0
24
.github/workflows/scans.yml
@@ -44,7 +44,7 @@ jobs:
44
sites: ${{ steps.init.outputs.sites }}
45
config: ${{ steps.init.outputs.config }}
46
47
- - uses: actions/checkout@v3
48
- id: init
49
uses: "SocialGouv/dashlord-actions/init@v1"
50
@@ -62,7 +62,7 @@ jobs:
62
matrix:
63
sites: ${{ fromJson(needs.init.outputs.sites) }}
64
65
66
67
ref: ${{ github.ref }}
68
0 commit comments