|
@@ -22,7 +22,7 @@ jobs:
|
|
|
runs-on: ubuntu-latest
|
|
|
timeout-minutes: 5
|
|
|
steps:
|
|
|
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
with:
|
|
|
go-version-file: 'go.mod'
|
|
@@ -30,14 +30,14 @@ jobs:
|
|
|
- run: go mod download
|
|
|
- run: go build -v .
|
|
|
- name: Run linters
|
|
|
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4.0.0
|
|
|
+ uses: golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5.0.0
|
|
|
with:
|
|
|
version: latest
|
|
|
|
|
|
generate:
|
|
|
runs-on: ubuntu-latest
|
|
|
steps:
|
|
|
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
with:
|
|
|
go-version-file: 'go.mod'
|
|
@@ -71,7 +71,7 @@ jobs:
|
|
|
- '1.3.*'
|
|
|
- '1.4.*'
|
|
|
steps:
|
|
|
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
|
|
+ - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
|
|
|
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
|
|
|
with:
|
|
|
go-version-file: 'go.mod'
|