File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
- name : " Set Issue to 'Priority = Triage Next'"
22
- uses : leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0
22
+ uses : leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1
23
23
if : github.event_name == 'issues'
24
24
with :
25
25
gh_token : ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
29
29
operation_mode : custom_field
30
30
custom_field_values : ' [{\"name\":\"Priority\",\"type\":\"single_select\",\"value\":\"Triage Next\"}]'
31
31
- name : " Set Pull Request to 'Priority = Triage Next'"
32
- uses : leonsteinhaeuser/project-beta-automations@d1c1261558118c0876fdb2b57a649303925e5a70 # v2.1.0
32
+ uses : leonsteinhaeuser/project-beta-automations@939000fb1900c9fc4f7b5058a09d9f833ebc6859 # v2.2.1
33
33
if : github.event_name == 'pull_request_target'
34
34
with :
35
35
gh_token : ${{ secrets.TF_DEVEX_PROJECT_GITHUB_TOKEN }}
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
14
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
15
15
- uses : hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
11
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
12
12
- uses : github/issue-labeler@98b5412841f6c4b0b3d9c29d53c13fad16bd7de2 # v3.2
13
13
with :
14
14
repo-token : " ${{ secrets.GITHUB_TOKEN }}"
Original file line number Diff line number Diff line change @@ -29,21 +29,21 @@ jobs:
29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
32
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
33
33
with :
34
34
fetch-depth : 0
35
35
# Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
36
36
# More details: https://github.com/actions/checkout/blob/b4626ce19ce1106186ddf9bb20e706842f11a7c3/adrs/0153-checkout-v2.md#persist-credentials
37
37
persist-credentials : false
38
38
39
39
- name : Batch changes
40
- uses : miniscruff/changie-action@b6d52c80deb236a5b548f8774cd5a18b87da9e9a # v1.0.1
40
+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2
41
41
with :
42
42
version : latest
43
43
args : batch ${{ needs.changelog-version.outputs.version }}
44
44
45
45
- name : Merge changes
46
- uses : miniscruff/changie-action@b6d52c80deb236a5b548f8774cd5a18b87da9e9a # v1.0.1
46
+ uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2
47
47
with :
48
48
version : latest
49
49
args : merge
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
64
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
65
65
with :
66
66
fetch-depth : 0
67
67
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
83
83
needs : [ changelog-version, changelog, release-tag ]
84
84
runs-on : ubuntu-latest
85
85
steps :
86
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
86
+ - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
87
87
with :
88
88
ref : ${{ inputs.versionNumber }}
89
89
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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
23
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
24
24
25
25
- name : Set up Go
26
26
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
72
72
steps :
73
73
74
74
- name : Check out code
75
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0 .0
75
+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1 .0
76
76
77
77
- name : Setup Go
78
78
uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
You can’t perform that action at this time.
0 commit comments