File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed
Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 # 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
2323 # Ensure terraform-devex-repos is updated on version changes.
2424 - uses : miniscruff/changie-action@6dcc2533cac0495148ed4046c438487e4dceaa23 # v2.0.0
2525 with :
Original file line number Diff line number Diff line change 1313 actionlint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
16+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1717 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1818 with :
1919 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1616 golangci-lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
19+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2020 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121 with :
2222 go-version-file : ' go.mod'
3030 working-directory : terraform-provider-corner
3131 runs-on : ubuntu-latest
3232 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
3535 with :
3636 path : terraform-provider-corner
3737 repository : hashicorp/terraform-provider-corner
@@ -50,14 +50,14 @@ jobs:
5050 matrix :
5151 go-version : [ '1.23', '1.22' ]
5252 steps :
53- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5454 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5555 with :
5656 go-version : ${{ matrix.go-version }}
5757 - run : go mod download
5858 - run : go test -coverprofile=coverage.out ./...
5959 - 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
6161 with :
6262 name : go-${{ matrix.go-version }}-coverage
6363 path : coverage.html
Original file line number Diff line number Diff line change 1414 check :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
17+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1818 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1919 with :
2020 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change 1111 copywrite :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
14+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1515 - uses : hashicorp/setup-copywrite@32638da2d4e81d56a0764aa1547882fc4d209636 # v1.1.3
1616 - run : copywrite headers --plan
1717 - run : copywrite license --plan
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-latest
3030 steps :
3131 - name : Checkout
32- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
32+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3333 with :
3434 fetch-depth : 0
3535 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Checkout
64- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
64+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6565 with :
6666 fetch-depth : 0
6767 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
8585 runs-on : ubuntu-latest
8686 steps :
8787 - name : Checkout
88- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
88+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8989 with :
9090 fetch-depth : 0
9191 # 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:
110110 contents : write # Needed for goreleaser to create GitHub release
111111 issues : write # Needed for goreleaser to close associated milestone
112112 steps :
113- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
113+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
114114 with :
115115 ref : ${{ inputs.versionNumber }}
116116 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments