We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56cc4d9 commit 64adef0Copy full SHA for 64adef0
.github/workflows/build-and-test.yaml
@@ -20,7 +20,7 @@ jobs:
20
run: npm install
21
22
- name: Install go
23
- uses: actions/setup-go@v4
+ uses: actions/setup-go@7b8cf10d4e4a01d4992d18a89f4d7dc5a3e6d6f4 # v4
24
- name: Install Jsonnet
25
run: |
26
go install github.com/google/go-jsonnet/cmd/jsonnet@latest
@@ -33,7 +33,7 @@ jobs:
33
- name: Test
34
run: npm run test
35
36
- - uses: getsentry/action-gocd-jsonnet@v1
+ - uses: getsentry/action-gocd-jsonnet@2a32414fa9e58a46d1afea9cbfa7b77a928678e2 # v1
37
with:
38
jb-install: true
39
check-for-changes: false
0 commit comments