File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
28
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
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
54
54
runs-on : ubuntu-latest
55
55
steps :
56
56
- name : Checkout
57
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58
58
with :
59
59
fetch-depth : 0
60
60
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
79
79
contents : write # Needed for goreleaser to create GitHub release
80
80
issues : write # Needed for goreleaser to close associated milestone
81
81
steps :
82
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83
83
with :
84
84
ref : ${{ inputs.versionNumber }}
85
85
fetch-depth : 0
93
93
cd .changes
94
94
sed -e "1{/# /d;}" -e "2{/^$/d;}" ${{ needs.changelog-version.outputs.version }}.md > /tmp/release-notes.txt
95
95
96
- - uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3 .0
96
+ - uses : goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4 .0
97
97
env :
98
98
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
99
99
with :
Original file line number Diff line number Diff line change 21
21
git config --global core.eol lf
22
22
23
23
- name : Check out code
24
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
25
- name : Setup Go
26
26
uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
27
27
with :
You can’t perform that action at this time.
0 commit comments