File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ permissions:
1818jobs :
1919 terraform-validate :
2020 name : Terraform Validate
21- runs-on : ubuntu-latest
21+ runs-on : [self-hosted]
2222 timeout-minutes : 10
2323 steps :
2424 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3636
3737 terraform-security :
3838 name : Terraform Security Scan
39- runs-on : ubuntu-latest
39+ runs-on : [self-hosted]
4040 timeout-minutes : 10
4141 steps :
4242 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4646
4747 helm-lint :
4848 name : Helm Lint
49- runs-on : ubuntu-latest
49+ runs-on : [self-hosted]
5050 timeout-minutes : 10
5151 steps :
5252 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
5858
5959 yaml-lint :
6060 name : YAML Lint
61- runs-on : ubuntu-latest
61+ runs-on : [self-hosted]
6262 timeout-minutes : 5
6363 steps :
6464 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
You can’t perform that action at this time.
0 commit comments