File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 15
15
check :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19
19
- uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
20
20
with :
21
21
version : latest
Original file line number Diff line number Diff line change 11
11
copywrite :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
15
- uses : hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
16
16
- run : copywrite headers --plan
17
17
- run : copywrite license --plan
Original file line number Diff line number Diff line change 8
8
issue_triage :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
11
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
12
12
- uses : github/issue-labeler@c1b0f9f52a63158c4adc09425e858e87b32e9685 # v3.4
13
13
with :
14
14
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change 15
15
with :
16
16
configuration-path : .github/labeler-pull-request-triage.yml
17
17
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
18
- - uses : CodelyTV/pr-size-labeler@f2aafc4d8735009c6de18acefe15eecbfbfae56f # v1.9 .0
18
+ - uses : CodelyTV/pr-size-labeler@56f6f0fc35c7cc0f72963b8467729e1120cb4bed # v1.10 .0
19
19
with :
20
20
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
xs_label : ' size/XS'
Original file line number Diff line number Diff line change 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
28
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
29
29
with :
30
30
fetch-depth : 0
31
31
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Checkout
60
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
60
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
61
61
with :
62
62
fetch-depth : 0
63
63
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
79
79
needs : [ changelog-version, changelog, release-tag ]
80
80
runs-on : ubuntu-latest
81
81
steps :
82
- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
82
+ - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
83
83
with :
84
84
ref : ${{ inputs.versionNumber }}
85
85
fetch-depth : 0
Original file line number Diff line number Diff line change 20
20
steps :
21
21
22
22
- name : Check out code into the Go module directory
23
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
24
25
25
- name : Set up Go
26
26
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
62
62
steps :
63
63
64
64
- name : Check out code
65
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
66
67
67
- name : Setup Go
68
68
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
You can’t perform that action at this time.
0 commit comments