1616 permissions :
1717 contents : read
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ with :
21+ persist-credentials : false
2022 - name : Run tests
2123 uses : ./.github/actions/node-tests
2224
2527 permissions :
2628 contents : read
2729 steps :
28- - uses : actions/checkout@v4
30+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+ with :
32+ persist-credentials : false
2933 - name : Run tests
3034 uses : ./.github/actions/python-tests
3135
3438 permissions :
3539 contents : read
3640 steps :
37- - uses : actions/checkout@v4
41+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
42+ with :
43+ persist-credentials : false
3844 - name : Run tests
3945 uses : ./.github/actions/check-formatting
4046
@@ -48,12 +54,14 @@ jobs:
4854 packages : write
4955 contents : write
5056 steps :
51- - uses : actions/checkout@v4
57+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
58+ with :
59+ persist-credentials : false
5260 - name : Generate version tag
5361 id : version-tag
54- uses : nationalarchives/ds-docker-actions/.github/actions/get-version-tag@main
62+ uses : nationalarchives/ds-docker-actions/.github/actions/get-version-tag@main # zizmor: ignore[unpinned-uses] Owned by The National Archives
5563 - name : Build Docker image
56- uses : nationalarchives/ds-docker-actions/.github/actions/build@main
64+ uses : nationalarchives/ds-docker-actions/.github/actions/build@main # zizmor: ignore[unpinned-uses] Owned by The National Archives
5765 with :
5866 version : ${{ steps.version-tag.outputs.version-tag }}
5967 latest : ${{ github.ref == 'refs/heads/main' }}
6573 wiz-project-id : ${{ secrets.WIZ_PROJECT_DIGITALSERVICES }}
6674 - name : Create tag
6775 if : github.ref == 'refs/heads/main'
68- uses : actions/github-script@v5
76+ uses : actions/github-script@211cb3fefb35a799baa5156f9321bb774fe56294 # v5.2.0
6977 with :
7078 script : |
7179 github.rest.git.createRef({
0 commit comments