Skip to content

Commit bc7a01a

Browse files
authored
.github: pin GitHub actions (#142)
Pins all GitHub actions to their latest versions in go-presubmit. Bumps checkout and setup up a major version as the main breaking change for both seems to be the node20 -> node24 bump. Updates #cleanup Signed-off-by: Mario Minardi <[email protected]>
1 parent 57a5b09 commit bc7a01a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/go-presubmit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ jobs:
2020
go-version: ['stable']
2121
os: ['ubuntu-latest']
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424
- name: Install Go ${{ matrix.go-version }}
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
2626
with:
2727
go-version: ${{ matrix.go-version }}
2828
cache: true
29-
- uses: creachadair/go-presubmit-action@v2
29+
- uses: creachadair/go-presubmit-action@4f7a734aa8275675a945fbf589734f8cf7dda58a # v2.0.3

0 commit comments

Comments
 (0)