@@ -24,33 +24,33 @@ jobs:
2424 runs-on : ubuntu-latest
2525 timeout-minutes : 5
2626 steps :
27- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27+ - uses : actions/checkout@v6.0.2 # v4.1.7
2828 - name : Setup .netrc
2929 run : echo -e "machine github.com\nlogin ${{ secrets.GH_USERNAME }}\npassword ${{ secrets.GH_PAT }}" > ~/.netrc
30- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
30+ - uses : actions/setup-go@v6.2.0 # v5.0.2
3131 with :
3232 go-version-file : ' go.mod'
3333 cache : true
3434 - run : go mod download
3535 - run : go build -v .
3636 - name : Run linters
37- uses : golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
37+ uses : golangci/golangci-lint-action@v9.2.0 # v6.1.0
3838 with :
3939 version : latest
4040
4141 generate :
4242 runs-on : ubuntu-latest
4343 steps :
44- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44+ - uses : actions/checkout@v6.0.2 # v4.1.7
4545 - name : Setup .netrc
4646 run : echo -e "machine github.com\nlogin ${{ secrets.GH_USERNAME }}\npassword ${{ secrets.GH_PAT }}" > ~/.netrc
47- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
47+ - uses : actions/setup-go@v6.2.0 # v5.0.2
4848 with :
4949 go-version-file : ' go.mod'
5050 cache : true
5151 # Temporarily download Terraform 1.8 prerelease for function documentation support.
5252 # When Terraform 1.8.0 final is released, this can be removed.
53- - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
53+ - uses : hashicorp/setup-terraform@v3.1.2 # v3.1.2
5454 with :
5555 terraform_version : ' 1.8.0-alpha20240216'
5656 terraform_wrapper : false
@@ -77,14 +77,14 @@ jobs:
7777 - ' 1.3.*'
7878 - ' 1.4.*'
7979 steps :
80- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
80+ - uses : actions/checkout@v6.0.2 # v4.1.7
8181 - name : Setup .netrc
8282 run : echo -e "machine github.com\nlogin ${{ secrets.GH_USERNAME }}\npassword ${{ secrets.GH_PAT }}" > ~/.netrc
83- - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
83+ - uses : actions/setup-go@v6.2.0 # v5.0.2
8484 with :
8585 go-version-file : ' go.mod'
8686 cache : true
87- - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
87+ - uses : hashicorp/setup-terraform@v3.1.2 # v3.1.2
8888 with :
8989 terraform_version : ${{ matrix.terraform }}
9090 terraform_wrapper : false
0 commit comments