File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,16 @@ jobs:
2121 egress-policy : audit
2222
2323 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+ with :
25+ persist-credentials : false
2426
2527 - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2628 with :
2729 terraform_version : ' 1.10.*'
2830 terraform_wrapper : false
2931
3032 # Setup local registry
31- - uses : chainguard-dev/actions/setup-registry@7d40b853210d271a28ac2822827f965f6f1e78fa # main
33+ - uses : chainguard-dev/actions/setup-registry@ec48ea414c0cb207549029d8fe35f8f01e563219 # v1.0.8
3234 if : inputs.registry == ''
3335 with :
3436 port : 5000
Original file line number Diff line number Diff line change 11on :
22 pull_request :
3+ branches :
4+ - ' main'
35
46permissions :
57 contents : read # Needed to clone the repo
You can’t perform that action at this time.
0 commit comments