Commit bf5f38d 1 parent 9d6a87e commit bf5f38d Copy full SHA for bf5f38d
File tree 6 files changed +11
-11
lines changed
6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 15
15
check :
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
18
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
19
19
- uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
20
20
with :
21
21
version : latest
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
16
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
17
17
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
18
18
with :
19
19
go-version-file : ' go.mod'
Original file line number Diff line number Diff line change @@ -16,12 +16,12 @@ jobs:
16
16
golangci-lint :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
19
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
20
20
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
21
21
with :
22
22
go-version-file : ' go.mod'
23
23
- run : go mod download
24
- - uses : golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4 .0.0
24
+ - uses : golangci/golangci-lint-action@82d40c283aeb1f2b6595839195e95c2d6a49081b # v5 .0.0
25
25
test :
26
26
name : test (Go ${{ matrix.go-version }} / TF ${{ matrix.terraform }})
27
27
runs-on : ubuntu-latest
30
30
go-version : [ '1.22', '1.21' ]
31
31
terraform : ${{ fromJSON(vars.TF_VERSIONS_PROTOCOL_V5) }}
32
32
steps :
33
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
33
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34
34
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
35
35
with :
36
36
go-version : ${{ matrix.go-version }}
49
49
wildcard=".*"
50
50
echo "version=${orginal_version%"$wildcard"}" >> "$GITHUB_OUTPUT"
51
51
- run : go tool cover -html=coverage.out -o coverage.html
52
- - uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
52
+ - uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
53
53
with :
54
54
name : go-${{ matrix.go-version }}-terraform-${{ steps.tf_version.outputs.version }}-coverage
55
55
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
18
- uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
14
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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 25
25
runs-on : ubuntu-latest
26
26
steps :
27
27
- name : Checkout
28
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
28
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
57
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
82
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
83
83
with :
84
84
ref : ${{ inputs.versionNumber }}
85
85
fetch-depth : 0
You can’t perform that action at this time.
0 commit comments