Skip to content

Commit a61618d

Browse files
committed
fix(security): changed to pinned sha for action
1 parent 6a3a9c3 commit a61618d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clean-main-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
permissions:
2424
packages: write
2525
steps:
26-
- uses: dataaxiom/ghcr-cleanup-action@v1
26+
- uses: dataaxiom/ghcr-cleanup-action@cd0cdb900b5dbf3a6f2cc869f0dbb0b8211f50c4 #v1
2727
with:
2828
dry-run: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.dry-run == 'true' }}
2929
packages: ${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)