File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 1010 lock :
1111 runs-on : ubuntu-latest
1212 steps :
13- # NOTE: When TSCCR updates the GitHub action version, update the template workflow file to avoid drift:
14- # https://github.com/hashicorp/terraform-devex-repos/blob/main/modules/repo/workflows/lock.tftpl
15- - uses : dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
13+ - uses : dessant/lock-threads@v5
1614 with :
1715 github-token : ${{ github.token }}
1816 issue-inactive-days : ' 30'
Original file line number Diff line number Diff line change @@ -17,22 +17,22 @@ jobs:
1717 goreleaser :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@v4
2121 with :
2222 # Allow goreleaser to access older tag information.
2323 fetch-depth : 0
24- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
24+ - uses : actions/setup-go@v5
2525 with :
2626 go-version-file : ' go.mod'
2727 cache : true
2828 - name : Import GPG key
29- uses : crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0
29+ uses : crazy-max/ghaction-import-gpg@v6
3030 id : import_gpg
3131 with :
3232 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3333 passphrase : ${{ secrets.PASSPHRASE }}
3434 - name : Run GoReleaser
35- uses : goreleaser/goreleaser-action@9c156ee8a17a598857849441385a2041ef570552 # v6.3.0
35+ uses : goreleaser/goreleaser-action@v6
3636 with :
3737 args : release --clean
3838 env :
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-latest
2323 timeout-minutes : 5
2424 steps :
25- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
25+ - uses : actions/checkout@v4
26+ - uses : actions/setup-go@v5
2727 with :
2828 go-version-file : ' go.mod'
2929 cache : true
@@ -37,13 +37,12 @@ jobs:
3737 generate :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
41- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
40+ - uses : actions/checkout@v4
41+ - uses : actions/setup-go@v5
4242 with :
4343 go-version-file : ' go.mod'
4444 cache : true
45- # We need the latest version of Terraform for our documentation generation to use
46- - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
45+ - uses : hashicorp/setup-terraform@v3
4746 with :
4847 terraform_wrapper : false
4948 - run : make generate
@@ -69,12 +68,12 @@ jobs:
6968 - ' 1.3.*'
7069 - ' 1.4.*'
7170 steps :
72- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
73- - uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
71+ - uses : actions/checkout@v4
72+ - uses : actions/setup-go@v5
7473 with :
7574 go-version-file : ' go.mod'
7675 cache : true
77- - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
76+ - uses : hashicorp/setup-terraform@v3
7877 with :
7978 terraform_version : ${{ matrix.terraform }}
8079 terraform_wrapper : false
You can’t perform that action at this time.
0 commit comments