Skip to content

Commit bff91d9

Browse files
committed
Add comment to ignore unpinned uses for build action
1 parent a909549 commit bff91d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
id: version-tag
6262
uses: nationalarchives/ds-docker-actions/.github/actions/get-version-tag@main # zizmor: ignore[unpinned-uses] Owned by The National Archives
6363
- name: Build Docker image
64-
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
6565
with:
6666
version: ${{ steps.version-tag.outputs.version-tag }}
6767
latest: ${{ github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)