Skip to content

Commit f2c6d45

Browse files
committed
update
1 parent feae2f0 commit f2c6d45

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/.build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/presubmit-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
on:
22
pull_request:
3+
branches:
4+
- 'main'
35

46
permissions:
57
contents: read # Needed to clone the repo

0 commit comments

Comments
 (0)