File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change 14
14
- id : repo_checkout
15
15
name : " Repository: Checkout"
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ with :
18
+ persist-credentials : false
17
19
- id : black
18
20
name : " Black: check python formatting"
19
21
uses : rickstaa/action-black@d86849e16a3c498947d70be55198feb86d5d4f53 # v1.3.3
Original file line number Diff line number Diff line change 14
14
- id : repo_checkout
15
15
name : " Repository: Checkout"
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ with :
18
+ persist-credentials : false
17
19
- id : shhellcheck
18
20
name : " Shellcheck: check scripts"
19
21
uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
Original file line number Diff line number Diff line change 14
14
- id : repo_checkout
15
15
name : " Repository: Checkout"
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ with :
18
+ persist-credentials : false
17
19
- id : tf_version
18
20
name : " Terraform: Get version"
19
21
run : |
46
48
- id : repo_checkout
47
49
name : " Repository: Checkout"
48
50
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
51
+ with :
52
+ persist-credentials : false
49
53
- id : tfdocs
50
54
name : " Terraform-Docs: Check Documentation"
51
55
uses : terraform-docs/gh-actions@6de6da0cefcc6b4b7a5cbea4d79d97060733093c # v1.4.1
58
62
- id : repo_checkout
59
63
name : " Repository: Checkout"
60
64
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
65
+ with :
66
+ persist-credentials : false
61
67
- id : tflint_cache
62
68
name : " TFLint: Update cache"
63
69
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 24
24
- id : repo_checkout
25
25
name : " Repository: Checkout"
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ with :
28
+ persist-credentials : false
27
29
- id : tf_version
28
30
name : " Terraform: Get version"
29
31
run : |
Original file line number Diff line number Diff line change 24
24
- id : repo_checkout
25
25
name : " Repository: Checkout"
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ with :
28
+ persist-credentials : false
27
29
- id : tf_version
28
30
name : " Terraform: Get version"
29
31
run : |
62
64
- id : repo_checkout
63
65
name : " Repository: Checkout"
64
66
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67
+ with :
68
+ persist-credentials : false
65
69
- id : tflint_cache
66
70
name : " TFLint: Update cache"
67
71
uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
Original file line number Diff line number Diff line change 14
14
- id : repo_checkout
15
15
name : " Repository: Checkout"
16
16
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
17
+ with :
18
+ persist-credentials : false
17
19
- id : yamllint
18
20
name : " Yamllint: Check yaml files"
19
21
run : |
You can’t perform that action at this time.
0 commit comments