File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
steps :
21
21
# Ensure terraform-devex-repos is updated on version changes.
22
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
23
23
# Ensure terraform-devex-repos is updated on version changes.
24
24
- uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
25
25
with :
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
11
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
60
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
82
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
83
83
with :
84
84
ref : ${{ inputs.versionNumber }}
85
85
fetch-depth : 0
89
89
cd .changes
90
90
sed -e "1{/# /d;}" -e "2{/^$/d;}" ${{ needs.changelog-version.outputs.version }}.md > release-notes.txt
91
91
92
- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
92
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
93
93
with :
94
94
name : release-notes
95
95
path : ./.changes/release-notes.txt
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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
23
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
24
24
25
25
- name : Set up Go
26
26
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
68
68
steps :
69
69
70
70
- name : Check out code
71
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
71
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
72
72
73
73
- name : Setup Go
74
74
uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
You can’t perform that action at this time.
0 commit comments