File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 13
13
actionlint :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
17
17
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
18
18
with :
19
19
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 17
17
golangci-lint :
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
20
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
21
21
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
22
22
with :
23
23
go-version-file : ' go.mod'
29
29
working-directory : terraform-provider-corner
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
33
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
32
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
33
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
34
34
with :
35
35
path : terraform-provider-corner
36
36
repository : hashicorp/terraform-provider-corner
@@ -49,14 +49,14 @@ jobs:
49
49
matrix :
50
50
go-version : [ '1.21', '1.20' ]
51
51
steps :
52
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
52
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
53
53
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
54
54
with :
55
55
go-version : ${{ matrix.go-version }}
56
56
- run : go mod download
57
57
- run : go test -coverprofile=coverage.out ./...
58
58
- run : go tool cover -html=coverage.out -o coverage.html
59
- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
59
+ - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
60
60
with :
61
61
name : go-${{ matrix.go-version }}-coverage
62
62
path : coverage.html
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
check :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
17
17
- uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
18
18
with :
19
19
go-version-file : ' go.mod'
20
- - uses : goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4 .0
20
+ - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
21
21
with :
22
22
args : check
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
14
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.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 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
32
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.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
58
58
runs-on : ubuntu-latest
59
59
steps :
60
60
- name : Checkout
61
- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
61
+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
62
62
with :
63
63
fetch-depth : 0
64
64
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
83
83
contents : write # Needed for goreleaser to create GitHub release
84
84
issues : write # Needed for goreleaser to close associated milestone
85
85
steps :
86
- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
86
+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
87
87
with :
88
88
ref : ${{ inputs.versionNumber }}
89
89
fetch-depth : 0
97
97
cd .changes
98
98
sed -e "1{/# /d;}" -e "2{/^$/d;}" ${{ needs.changelog-version.outputs.version }}.md > /tmp/release-notes.txt
99
99
100
- - uses : goreleaser/goreleaser-action@3fa32b8bb5620a2c1afe798654bbad59f9da4906 # v4.4 .0
100
+ - uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
101
101
env :
102
102
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
103
103
with :
You can’t perform that action at this time.
0 commit comments