Skip to content

Commit a74ecf2

Browse files
chore(deps): update github actions
1 parent 9d389f5 commit a74ecf2

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

.github/workflows/pull-request.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: Check shell scripts
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
1414
- name: Run ShellCheck
1515
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # 2.0.0
1616

@@ -20,7 +20,7 @@ jobs:
2020
image: rhysd/actionlint:1.6.27
2121
options: --cpus 1 --user root
2222
steps:
23-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
2424
- name: Validate Github workflows
2525
run: |
2626
mkdir .git
@@ -29,7 +29,7 @@ jobs:
2929
lint-markdown:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
32+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
3333
- name: Validate Markdown file
3434
run: |
3535
npm install -g markdownlint-cli

.github/workflows/slash_ops_commands.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
pull-requests: write
4545
steps:
4646
- name: Checkout branch
47-
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
47+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
4848
with:
4949
ref: "refs/pull/${{ github.event.client_payload.slash_command.args.named.pull_request_number }}/head"
5050
- run: |
@@ -58,13 +58,13 @@ jobs:
5858
git-commit-message: "docs: update Terraform docs"
5959
git-push: true
6060

61-
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
61+
- uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
6262

6363
- name: Terraform fmt
6464
id: fmt
6565
run: terraform fmt -write=true -recursive
6666

67-
- uses: stefanzweifel/git-auto-commit-action@8756aa072ef5b4a080af5dc8fef36c5d586e521d # v5
67+
- uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
6868
with:
6969
commit_message: "chore: format Terraform code"
7070

.github/workflows/terraform-tfsec.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818

1919
steps:
2020
- name: Clone repo
21-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
21+
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2222

2323
- name: Run tfsec
2424
uses: tfsec/tfsec-sarif-action@21ded20e8ca120cd9d3d6ab04ef746477542a608 # v0.1.4
2525
with:
2626
sarif_file: tfsec.sarif
2727

2828
- 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
3030
with:
3131
# Path to SARIF file relative to the root of the repository
3232
sarif_file: tfsec.sarif

.github/workflows/terraform.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ jobs:
2121
run:
2222
working-directory: ${{ matrix.directories }}
2323
steps:
24-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
24+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
2525

26-
- uses: hashicorp/setup-terraform@a1502cd9e758c50496cc9ac5308c4843bcd56d36 # v3.0.0
26+
- uses: hashicorp/setup-terraform@97f030cf6dc0b4f5e0da352c7bca9cca34579800 # v3.1.0
2727
with:
2828
terraform_version: ${{ matrix.terraform }}
2929

@@ -36,7 +36,7 @@ jobs:
3636
tflint:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
4040

4141
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
4242
name: Cache plugin dir

0 commit comments

Comments
 (0)