Skip to content

Commit 4805fd6

Browse files
committed
ci: pin GitHub Actions (with pinact)
1 parent 0687f5e commit 4805fd6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pushes.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ jobs:
2828
steps:
2929

3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
3333
persist-credentials: false
3434

3535
- id: setup-go
3636
name: Set up Go
37-
uses: actions/setup-go@v5
37+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3838
with:
3939
go-version: 'stable'
4040
check-latest: true

.github/workflows/tags.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- id: checkout
3030
name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
3333
# We want to be able to push tag deletions if we reject it
3434
persist-credentials: true

0 commit comments

Comments
 (0)