Skip to content

Commit fdbbde3

Browse files
fix: pin GitHub Actions to SHA for supply chain security (#16)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
1 parent 7780d69 commit fdbbde3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ jobs:
1010
goversion: ["1.24", "1.25"]
1111
steps:
1212
- name: Set up Go ${{matrix.goversion}} on ${{matrix.os}}
13-
uses: actions/setup-go@v3
13+
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3
1414
with:
1515
go-version: ${{matrix.goversion}}
1616
id: go
1717

1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
2020

2121
- name: gofmt
2222
run: |

0 commit comments

Comments
 (0)