Skip to content

Commit b8b97b6

Browse files
author
Massimiliano Giovagnoli
committed
ci: update github actions
Signed-off-by: Massimiliano Giovagnoli <[email protected]>
1 parent 65a7e94 commit b8b97b6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/integration.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
steps:
1414
- uses: actions/checkout@v2
1515
- name: Run golangci-lint
16-
uses: golangci/golangci-lint-action@v3.2.0
16+
uses: golangci/golangci-lint-action@a4f60bb28d35aeee14e6880718e0c85ff1882e64 # v6.0.1
1717
with:
18-
version: v1.50.0
18+
version: v1.59.1
1919
only-new-issues: false
2020
args: --config .golangci.yml --timeout=5m

.github/workflows/release.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,30 @@ jobs:
1616
steps:
1717

1818
- name: Checkout
19-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #v3.0.2
19+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Fetch
2424
run: git fetch --prune --force --tags
2525

2626
- name: Setup Go
27-
uses: actions/setup-go@84cbf8094393cdc5fe1fe1671ff2647332956b1a #v3.2.1
27+
uses: actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
2828
with:
2929
go-version: '1.20'
3030

31-
- uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65 #v3.0.1
31+
- uses: sigstore/cosign-installer@59acb6260d9c0ba8f4a2f9d9b48431a222b68e20 #v3.5.0
3232

33-
- uses: anchore/sbom-action/download-syft@448520c4f19577ffce70a8317e619089054687e3 #v0.13.4
33+
- uses: anchore/sbom-action/download-syft@e8d2a6937ecead383dfe75190d104edd1f9c5751 #v0.16.0
3434

35-
- uses: docker/login-action@v2
35+
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
3636
with:
3737
registry: ghcr.io
3838
username: ${{ github.repository_owner }}
3939
password: ${{ secrets.GITHUB_TOKEN }}
4040

4141
- name: Publish release
42-
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b #4.2.0
42+
uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 #6.0.0
4343
with:
4444
version: latest
4545
args: release --clean

0 commit comments

Comments
 (0)