Skip to content

Commit b31b87c

Browse files
committed
updates on ci
1 parent 0b2fe9b commit b31b87c

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
name: ci
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.0.0
13-
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.0.0
12+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
13+
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
1414
with:
1515
go-version: 1.19
1616
check-latest: true
@@ -25,13 +25,13 @@ jobs:
2525
name: lint
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v2.4.0
29-
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v2.2.0
28+
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
29+
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
3030
with:
3131
go-version: 1.19
3232
check-latest: true
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@0ad9a0988b3973e851ab0a07adf248ec2e100376 # v3
34+
uses: golangci/golangci-lint-action@0ad9a0988b3973e851ab0a07adf248ec2e100376 # v3.3.1
3535
timeout-minutes: 5
3636
with:
37-
version: latest
37+
version: v1.50.1

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@ jobs:
2020
COSIGN_EXPERIMENTAL: "true"
2121

2222
steps:
23-
- uses: actions/setup-go@d0a58c1c4d2b25278816e339b944508c875f3613 # v3.0.0
23+
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2424
with:
2525
go-version: 1.19
2626
check-latest: true
2727

28-
- uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.7.0
28+
- uses: sigstore/cosign-installer@9becc617647dfa20ae7b1151972e9b3a2c338a2b # v2.8.1
2929
- uses: anchore/sbom-action/download-syft@06e109483e6aa305a2b2395eabae554e51530e1d # v0.13.1
3030

3131
- name: Install GoReleaser
32-
uses: goreleaser/goreleaser-action@b508e2e3ef3b19d4e4146d4f8fb3ba9db644a757 # v2.9.1
32+
uses: goreleaser/goreleaser-action@8f67e590f2d095516493f017008adc464e63adb1 # v4.1.0
3333
with:
3434
install-only: true
3535

3636
- name: Log into ghcr.io
37-
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v1.14.1
37+
uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a # v2.1.0
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.repository_owner }}
4141
password: ${{ secrets.GITHUB_TOKEN }}
4242

4343
- name: Check out code onto GOPATH
44-
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.0.0
44+
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3.2.0
4545
with:
4646
fetch-depth: 1
4747
path: ./src/github.com/${{ github.repository }}

0 commit comments

Comments
 (0)