File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -18,14 +18,14 @@ jobs:
1818 env :
1919 GOPRIVATE : github.com/hashicorp/terraform-plugin-codegen-spec
2020 steps :
21- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2222 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2323 with :
2424 go-version-file : ' go.mod'
2525 - run : go mod download
2626 - run : go test -coverprofile=coverage.out ./...
2727 - run : go tool cover -html=coverage.out -o coverage.html
28- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
28+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
2929 with :
3030 name : go-coverage
3131 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 2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
28+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2929 with :
3030 fetch-depth : 0
3131 # Avoid persisting GITHUB_TOKEN credentials as they take priority over our service account PAT for `git push` operations
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
57+ uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5858 with :
5959 fetch-depth : 0
6060 # Default input is the SHA that initially triggered the workflow. As we created a new commit in the previous job,
7979 contents : write # Needed for goreleaser to create GitHub release
8080 issues : write # Needed for goreleaser to close associated milestone
8181 steps :
82- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
82+ - uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8383 with :
8484 ref : ${{ inputs.versionNumber }}
8585 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments