File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1616 integration :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2020 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121 with :
2222 go-version-file : go.mod
2929 cancel-in-progress : false
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
32+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3333 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3434 with :
3535 go-version-file : go.mod
9797 name : ${{ matrix.version }} - ${{ matrix.type }} - ${{ matrix.subset }}
9898 runs-on : ubuntu-latest
9999 steps :
100- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
100+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
101101 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
102102 with :
103103 go-version-file : go.mod
Original file line number Diff line number Diff line change 2323 concurrency : cloud-api
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
26+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2727 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2828 with :
2929 go-version-file : go.mod
Original file line number Diff line number Diff line change 2525 # - run-cloud-tests
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2929 - name : Unshallow
3030 run : git fetch --prune --unshallow
3131 - name : Set up Go
Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ jobs:
1010 name : golangci-lint
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
13+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
1414 - run : make golangci-lint # Using the makefile to have the same command in CI and locally
1515
1616 terraform_fmt :
1717 name : terraform fmt
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
2121 - uses : hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
2222 - name : terraform fmt
2323 run : terraform fmt -recursive -check || (echo "Terraform files aren't formatted. Run 'terraform fmt -recursive && go generate ./...'"; exit 1;)
2626 name : docs
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3030 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3131 with :
3232 go-version-file : go.mod
4545 name : unit tests
4646 runs-on : ubuntu-latest
4747 steps :
48- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+ - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949 - uses : actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
5050 with :
5151 go-version-file : go.mod
You can’t perform that action at this time.
0 commit comments