Skip to content

Commit 352fc3d

Browse files
chore(deps): update dependency prettier-plugin-pkg to ^0.21.0 (#9)
* chore(deps): update dependency prettier-plugin-pkg to ^0.21.0 * chore: update workflows * chore: adding tflint action * chore: add trivy action --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Barry Morrison <[email protected]>
1 parent 49c2ab7 commit 352fc3d

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

.github/workflows/validate.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,20 @@ jobs:
1010
validate-tf:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
13+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0
1414
with:
1515
repository: ${{ github.event.pull_request.head.repo.full_name }}
1616
ref: ${{ github.event.pull_request.head.ref }}
1717
- name: Setup Terraform
1818
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3.1.2
19+
- uses: terraform-linters/setup-tflint@90f302c255ef959cbfb4bd10581afecdb7ece3e6 #v4
20+
name: Setup TFLint
21+
with:
22+
tflint_version: v0.59.1
23+
- name: Install Trivy
24+
uses: aquasecurity/[email protected]
25+
with:
26+
version: v0.65.0
1927
- name: Install terraform-docs
2028
run: |
2129
curl -Lo ./terraform-docs.tar.gz https://github.com/terraform-docs/terraform-docs/releases/download/v0.19.0/terraform-docs-v0.19.0-linux-amd64.tar.gz

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"npm": "^11.3.0",
44
"prettier": "^3.5.3",
55
"prettier-plugin-go-template": "^0.0.15",
6-
"prettier-plugin-pkg": "^0.20.0",
6+
"prettier-plugin-pkg": "^0.21.0",
77
"prettier-plugin-sh": "^0.17.4",
88
"prettier-plugin-toml": "^2.0.5"
99
},

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)