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 21
21
arch : amd64
22
22
runs-on : ${{ matrix.os }}
23
23
steps :
24
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0 https://github.com/actions/checkout/releases/tag/v4.3 .0
24
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0 https://github.com/actions/checkout/releases/tag/v5.0 .0
25
25
with :
26
26
fetch-depth : ' 0'
27
27
- 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 13
13
permissions :
14
14
contents : read
15
15
steps :
16
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0 https://github.com/actions/checkout/releases/tag/v4.3 .0
16
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0 https://github.com/actions/checkout/releases/tag/v5.0 .0
17
17
- 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 20
20
platform : [ubuntu-latest]
21
21
runs-on : ${{ matrix.platform }}
22
22
steps :
23
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0 https://github.com/actions/checkout/releases/tag/v4.3 .0
23
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0 https://github.com/actions/checkout/releases/tag/v5.0 .0
24
24
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 https://github.com/actions/setup-go/releases/tag/v5.5.0
25
25
with :
26
26
go-version : ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 15
15
name : lint
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0 https://github.com/actions/checkout/releases/tag/v4.3 .0
18
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0 https://github.com/actions/checkout/releases/tag/v5.0 .0
19
19
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 https://github.com/actions/setup-go/releases/tag/v5.5.0
20
20
with :
21
21
go-version : 1.24.x
Original file line number Diff line number Diff line change 57
57
statuses : write
58
58
steps :
59
59
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
60
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0 https://github.com/actions/checkout/releases/tag/v4.3 .0
60
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0 https://github.com/actions/checkout/releases/tag/v5.0 .0
61
61
with :
62
62
fetch-depth : ' 0'
63
63
- uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0 https://github.com/actions/setup-go/releases/tag/v5.5.0
@@ -104,7 +104,7 @@ jobs:
104
104
runs-on : ${{ matrix.os }}
105
105
steps :
106
106
- run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
107
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0 https://github.com/actions/checkout/releases/tag/v4.3 .0
107
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0 https://github.com/actions/checkout/releases/tag/v5.0 .0
108
108
with :
109
109
fetch-depth : ' 0'
110
110
- name : Set up Docker Buildx
@@ -201,7 +201,7 @@ jobs:
201
201
docker manifest push ${t}
202
202
done
203
203
# Checkout repo so README.md is available for next step
204
- - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3 .0 https://github.com/actions/checkout/releases/tag/v4.3 .0
204
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0 https://github.com/actions/checkout/releases/tag/v5.0 .0
205
205
# Update Docker Hub from README
206
206
- name : Docker Hub Description
207
207
uses : peter-evans/dockerhub-description@432a30c9e07499fd01da9f8a49f0faf9e0ca5b77 # v4.0.2 https://github.com/peter-evans/dockerhub-description/releases/tag/v4.0.2
You can’t perform that action at this time.
0 commit comments