Skip to content

Commit f9d1e53

Browse files
authored
deps: pin and update actions (#14)
1 parent 6019660 commit f9d1e53

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ jobs:
77
test:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1111

1212
- name: Setup Go 1.26
13-
uses: actions/setup-go@v5
13+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1414
with:
1515
go-version: '1.26.0-rc.1'
1616

@@ -22,10 +22,10 @@ jobs:
2222
lint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2626

2727
- name: Setup Go 1.26
28-
uses: actions/setup-go@v5
28+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
2929
with:
3030
go-version: '1.26.0-rc.1'
3131

@@ -40,10 +40,10 @@ jobs:
4040
benchmark:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: actions/checkout@v4
43+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
4444

4545
- name: Setup Go 1.26
46-
uses: actions/setup-go@v5
46+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4747
with:
4848
go-version: '1.26.0-rc.1'
4949

@@ -56,7 +56,7 @@ jobs:
5656
# Only store benchmark results when pushing to main
5757
- name: Store benchmark result
5858
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
59-
uses: benchmark-action/github-action-benchmark@v1
59+
uses: benchmark-action/github-action-benchmark@4bdcce38c94cec68da58d012ac24b7b1155efe8b # v1.20.7
6060
with:
6161
tool: 'go'
6262
output-file-path: benchmark.txt

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Set up Go
9292
if: steps.get-tag.outputs.skip != 'true'
93-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
93+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
9494
with:
9595
go-version-file: go.mod
9696

@@ -103,4 +103,4 @@ jobs:
103103
args: release --clean
104104
env:
105105
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
106-
106+

.github/workflows/tagpr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
- name: Run tagpr
2525
id: run-tagpr
26-
uses: Songmu/tagpr@fa7d23a4aada5ab0d15a76277a7e0b70d107a9c3 # v1.11.1
26+
uses: Songmu/tagpr@6423eaf899ec18cb0f5ad3e5c3a7482595a62f04 # v1.12.1
2727
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
28+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)