fix: github actions require to sha 256 for external actions

This commit is contained in:
koba1t
2026-04-28 08:54:50 +09:00
parent 72b0fd14d1
commit 71a99512bd
3 changed files with 16 additions and 16 deletions

View File

@@ -16,11 +16,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v6
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
with:
fetch-depth: 0
- name: Set up Go 1.x
uses: actions/setup-go@v6
uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c
with:
go-version-file: go.work
id: go