File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313 actionlint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
16+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
1717 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
1818 with :
1919 go-version-file : ' go.mod'
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
1818 env :
1919 GOPRIVATE : github.com/hashicorp/terraform-plugin-codegen-spec
2020 steps :
21- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
21+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2222 - uses : actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2323 with :
2424 go-version-file : ' go.mod'
2525 - run : git config --global url.https://${{ secrets.TF_DEVEX_COMMIT_GITHUB_TOKEN }}@github.com/.insteadOf https://github.com/
2626 - run : go mod download
2727 - run : go test -coverprofile=coverage.out ./...
2828 - run : go tool cover -html=coverage.out -o coverage.html
29- - uses : actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
29+ - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
3030 with :
3131 name : go-coverage
3232 path : coverage.html
Original file line number Diff line number Diff line change 1111 copywrite :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
14+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
1515 - uses : hashicorp/setup-copywrite@867a1a2a064a0626db322392806428f7dc59cb3e # v1.1.2
1616 - run : copywrite headers --plan
1717 - run : copywrite license --plan
You can’t perform that action at this time.
0 commit comments