Skip to content

Commit 6d40b88

Browse files
committed
chore: fix pr image cleanup
1 parent f58d51d commit 6d40b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-image-cleanup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: step-security/harden-runner@002fdce3c6a235733a90a27c80493a3241e56863 # v2.12.1
2323
with:
24-
disable-sudo-and-containers: true
24+
disable-sudo: true
2525
egress-policy: audit
2626
- uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
2727
with:

0 commit comments

Comments
 (0)