Commit 64f0922 1 parent 71a8bde commit 64f0922 Copy full SHA for 64f0922
File tree 6 files changed +13
-13
lines changed
6 files changed +13
-13
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 13
13
actionlint :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
17
17
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
18
18
with :
19
19
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 16
16
golangci-lint :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
20
20
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
21
21
with :
22
22
go-version-file : ' go.mod'
30
30
working-directory : terraform-provider-corner
31
31
runs-on : ubuntu-latest
32
32
steps :
33
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
34
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
33
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
34
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
35
35
with :
36
36
path : terraform-provider-corner
37
37
repository : hashicorp/terraform-provider-corner
@@ -50,14 +50,14 @@ jobs:
50
50
matrix :
51
51
go-version : [ '1.23', '1.22' ]
52
52
steps :
53
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
54
54
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
55
55
with :
56
56
go-version : ${{ matrix.go-version }}
57
57
- run : go mod download
58
58
- run : go test -coverprofile=coverage.out ./...
59
59
- run : go tool cover -html=coverage.out -o coverage.html
60
- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
60
+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
61
61
with :
62
62
name : go-${{ matrix.go-version }}-coverage
63
63
path : coverage.html
Original file line number Diff line number Diff line change 14
14
check :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
18
18
- uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
19
19
with :
20
20
go-version-file : ' go.mod'
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 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- name : Checkout
32
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
33
33
with :
34
34
fetch-depth : 0
35
35
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- name : Checkout
64
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
64
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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,
85
85
runs-on : ubuntu-latest
86
86
steps :
87
87
- name : Checkout
88
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
88
+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
89
89
with :
90
90
fetch-depth : 0
91
91
# Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
@@ -110,7 +110,7 @@ jobs:
110
110
contents : write # Needed for goreleaser to create GitHub release
111
111
issues : write # Needed for goreleaser to close associated milestone
112
112
steps :
113
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
113
+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
114
114
with :
115
115
ref : ${{ inputs.versionNumber }}
116
116
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments