Skip to content

Commit f0c1f46

Browse files
chore(deps): pin actions/delete-package-versions action to e5bc658 (#130)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andreas Kienle <[email protected]>
1 parent 347cae9 commit f0c1f46

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
@@ -18,7 +18,7 @@ jobs:
1818
packages: write
1919
steps:
2020
- name: Delete old main branch images
21-
uses: actions/delete-package-versions@v5
21+
uses: actions/delete-package-versions@e5bc658cc4c965c472efe991f8beea3981499c55 # v5
2222
with:
2323
package-name: ${{ env.IMAGE_NAME }}
2424
package-type: 'container'

0 commit comments

Comments
 (0)