Skip to content

Commit 2df69d2

Browse files
authored
Merge pull request #2 from basashifx/ci/pin-action-versions
ci: GitHub ActionsのバージョンをSHAで固定
2 parents 1a6b5b6 + badfbe2 commit 2df69d2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Test
2+
3+
on:
4+
push:
5+
6+
permissions:
7+
contents: read
8+
9+
jobs:
10+
test:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
14+
15+
- uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5.6.0
16+
with:
17+
go-version-file: go.mod
18+
19+
- run: go test ./...

0 commit comments

Comments
 (0)