File tree Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Expand file tree Collapse file tree 6 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 arch : amd64
2222 runs-on : ${{ matrix.os }}
2323 steps :
24- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
24+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
2525 with :
2626 fetch-depth : ' 0'
2727 - uses : docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1 https://github.com/docker/setup-buildx-action/releases/tag/v3.11.1
Original file line number Diff line number Diff line change 1313 permissions :
1414 contents : read
1515 steps :
16- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
1717 - uses : webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 https://github.com/webiny/action-conventional-commits/releases/tag/v1.3.0
Original file line number Diff line number Diff line change 2020 platform : [ubuntu-latest]
2121 runs-on : ${{ matrix.platform }}
2222 steps :
23- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
23+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
2424 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
2525 with :
2626 go-version : ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 1515 name : lint
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
18+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
1919 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
2020 with :
2121 go-version : 1.24.x
Original file line number Diff line number Diff line change 1515 name : nilaway
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
18+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
1919 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
2020 with :
2121 go-version : 1.25.x
Original file line number Diff line number Diff line change 8888 - name : Set RELEASE_TAG
8989 if : matrix.os != 'windows'
9090 run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
91- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
91+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
9292 with :
9393 fetch-depth : ' 0'
9494 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
@@ -273,7 +273,7 @@ jobs:
273273 runs-on : ${{ matrix.os }}
274274 steps :
275275 - run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
276- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
276+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
277277 with :
278278 fetch-depth : ' 0'
279279 - name : Set up Docker Buildx
@@ -370,7 +370,7 @@ jobs:
370370 docker manifest push ${t}
371371 done
372372 # Checkout repo so README.md is available for next step
373- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0 https://github.com/actions/checkout/releases/tag/v5 .0.0
373+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
374374 # Update Docker Hub from README
375375 - name : Docker Hub Description
376376 uses : peter-evans/dockerhub-description@1b9a80c056b620d92cedb9d9b5a223409c68ddfa # v5.0.0 https://github.com/peter-evans/dockerhub-description/releases/tag/v5.0.0
You can’t perform that action at this time.
0 commit comments