Skip to content

Commit d1ce839

Browse files
Result of tsccr-helper -pin-all-workflows . (#126)
Co-authored-by: hashicorp-tsccr[bot] <hashicorp-tsccr[bot]@users.noreply.github.com>
1 parent bd154e2 commit d1ce839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212

1313
steps:
1414
- name: set up go 1.19
15-
uses: actions/setup-go@v1
15+
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1616
with:
1717
go-version: 1.19
1818
id: go
1919

2020
- name: checkout
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
2222

2323
- name: build and test
2424
run: |

0 commit comments

Comments
 (0)