Skip to content

Commit ff04b3c

Browse files
authored
chore: pin GitHub Actions to commit SHAs (#236)
1 parent f26fe44 commit ff04b3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Set up Go
15-
uses: actions/setup-go@v2
15+
uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
1616
with:
1717
go-version: ${{ env.GO_VERSION }}
1818
- name: Checkout code
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2020
- name: Run Unit Tests
2121
run: go test -v ./...

0 commit comments

Comments
 (0)