File tree 4 files changed +11
-11
lines changed
4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 10
10
name : Check shell scripts
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
14
14
- name : Run ShellCheck
15
15
uses : ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
16
16
20
20
image : rhysd/actionlint:1.6.27
21
21
options : --cpus 1 --user root
22
22
steps :
23
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
24
24
- name : Validate Github workflows
25
25
run : |
26
26
mkdir .git
29
29
lint-markdown :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
32
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
33
33
- name : Validate Markdown file
34
34
run : |
35
35
npm install -g markdownlint-cli
Original file line number Diff line number Diff line change 44
44
pull-requests : write
45
45
steps :
46
46
- name : Checkout branch
47
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
47
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
48
48
with :
49
49
ref : " refs/pull/${{ github.event.client_payload.slash_command.args.named.pull_request_number }}/head"
50
50
- run : |
@@ -58,13 +58,13 @@ jobs:
58
58
git-commit-message : " docs: update Terraform docs"
59
59
git-push : true
60
60
61
- - uses : hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0 .0
61
+ - uses : hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1 .0
62
62
63
63
- name : Terraform fmt
64
64
id : fmt
65
65
run : terraform fmt -write=true -recursive
66
66
67
- - uses : stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
67
+ - uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
68
68
with :
69
69
commit_message : " chore: format Terraform code"
70
70
Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ jobs:
18
18
19
19
steps :
20
20
- name : Clone repo
21
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
22
22
23
23
- name : Run tfsec
24
24
uses : tfsec/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608 # v0.1.4
25
25
with :
26
26
sarif_file : tfsec.sarif
27
27
28
28
- name : Upload SARIF file
29
- uses : github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
29
+ uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
30
30
with :
31
31
# Path to SARIF file relative to the root of the repository
32
32
sarif_file : tfsec.sarif
Original file line number Diff line number Diff line change 21
21
run :
22
22
working-directory : ${{ matrix.directories }}
23
23
steps :
24
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
24
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
25
25
26
- - uses : hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0 .0
26
+ - uses : hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1 .0
27
27
with :
28
28
terraform_version : ${{ matrix.terraform }}
29
29
36
36
tflint :
37
37
runs-on : ubuntu-latest
38
38
steps :
39
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
40
40
41
41
- uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
42
42
name : Cache plugin dir
You can’t perform that action at this time.
0 commit comments