File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11
11
golangci-lint :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v4
14
+ - uses : actions/checkout@v5
15
15
- name : Install Go
16
16
uses : actions/setup-go@v5
17
17
with :
32
32
33
33
steps :
34
34
- name : Checkout repository
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
- name : Install Go
37
37
uses : actions/setup-go@v5
38
38
with :
Original file line number Diff line number Diff line change 33
33
run : |
34
34
echo "${{ inputs.version_number }}" | grep -P '^v\d+\.\d+\.\d+(-pre[A-Za-z0-9-]*)?$'
35
35
- name : Checkout
36
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
36
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
37
37
with :
38
38
ref : ${{ inputs.use_existing_tag == 'true' && inputs.version_number || 'main' }}
39
39
48
48
&& needs.release-config.outputs.creates_new_tag == 'true'
49
49
steps :
50
50
- name : Checkout
51
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
51
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
52
52
with :
53
53
ref : ' main'
54
54
- name : Get the latest commit SHA
72
72
&& !contains(needs.*.result, 'failure')
73
73
steps :
74
74
- name : Checkout
75
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
75
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
76
76
with :
77
77
ref : ${{ inputs.version_number }}
78
78
- name : Set up Go
You can’t perform that action at this time.
0 commit comments