File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed
Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
1010 build :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1414
1515 - name : Set up Go
16- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
16+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
1717 with :
1818 go-version : ' 1.24'
1919
@@ -29,14 +29,14 @@ jobs:
2929 lint :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3333
3434 - name : Set up Go
35- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
35+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3636 with :
3737 go-version : ' 1.24'
3838
3939 - name : golangci-lint
40- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v6.5 .0
40+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
4141 with :
4242 version : latest
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ jobs:
1818 packages : write
1919
2020 steps :
21- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2222
2323 - name : Log in to Container Registry
24- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
24+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
2525 with :
2626 registry : ${{ env.REGISTRY }}
2727 username : ${{ github.actor }}
2828 password : ${{ secrets.GITHUB_TOKEN }}
2929
3030 - name : Extract metadata
3131 id : meta
32- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
32+ uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
3333 with :
3434 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3535 tags : |
Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 release :
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727 with :
2828 fetch-depth : 0
2929
3030 - name : Set up Go
31- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5 .0
31+ uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1 .0
3232 with :
3333 go-version : ' 1.24'
3434
4242
4343 - name : Run GoReleaser
4444 if : ${{ !inputs.dry_run }}
45- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
45+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
4646 with :
4747 distribution : goreleaser
4848 version : ' ~> v2'
5252
5353 - name : Run GoReleaser (dry run)
5454 if : ${{ inputs.dry_run }}
55- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
55+ uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
5656 with :
5757 distribution : goreleaser
5858 version : ' ~> v2'
You can’t perform that action at this time.
0 commit comments