File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
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 5757 statuses : write
5858 steps :
5959 - run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
60- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
60+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
6161 with :
6262 fetch-depth : ' 0'
6363 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ${{ matrix.os }}
105105 steps :
106106 - run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
107- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
107+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
108108 with :
109109 fetch-depth : ' 0'
110110 - name : Set up Docker Buildx
@@ -201,7 +201,7 @@ jobs:
201201 docker manifest push ${t}
202202 done
203203 # Checkout repo so README.md is available for next step
204- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
204+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
205205 # Update Docker Hub from README
206206 - name : Docker Hub Description
207207 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