Skip to content

Commit 64adef0

Browse files
authored
chore: pin GitHub Actions to full-length commit SHAs (#90)
1 parent 56cc4d9 commit 64adef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: npm install
2121

2222
- name: Install go
23-
uses: actions/setup-go@v4
23+
uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4
2424
- name: Install Jsonnet
2525
run: |
2626
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
@@ -33,7 +33,7 @@ jobs:
3333
- name: Test
3434
run: npm run test
3535

36-
- uses: getsentry/action-gocd-jsonnet@v1
36+
- uses: getsentry/action-gocd-jsonnet@2a32414fa9e58a46d1afea9cbfa7b77a928678e2 # v1
3737
with:
3838
jb-install: true
3939
check-for-changes: false

0 commit comments

Comments
 (0)