Skip to content

Commit

Permalink
chore(deps): update dependency aquaproj/aqua to v2.29.2 (#351)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jul 14, 2024
1 parent 026b34d commit 87b6cfd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actionlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: Setup aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.2
- name: Run actionlint
run: actionlint -color
12 changes: 6 additions & 6 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.2
- name: Run terraform fmt
working-directory: "./terraform"
run: terraform fmt -check -recursive
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.2
- name: Export secrets
uses: koyashiro/export-secrets@0e3cbdb91bd369c3b3a4ebf68b5975662801f6a8 # v0.5.0
with:
Expand All @@ -89,7 +89,7 @@ jobs:
- name: Setup aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.2
- name: Cache tflint plugin dir
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
Expand All @@ -114,7 +114,7 @@ jobs:
- name: Setup aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.2
- name: Run Trivy
run: trivy config .

Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
- name: Setup aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.2
- name: Export secrets
uses: koyashiro/export-secrets@0e3cbdb91bd369c3b3a4ebf68b5975662801f6a8 # v0.5.0
with:
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
- name: Setup aqua
uses: aquaproj/aqua-installer@6ce1f8848ec8e61f14d57bd5d7597057a6dd187c # v3.0.1
with:
aqua_version: v2.29.0
aqua_version: v2.29.2
- name: Export secrets
uses: koyashiro/export-secrets@0e3cbdb91bd369c3b3a4ebf68b5975662801f6a8 # v0.5.0
with:
Expand Down

0 comments on commit 87b6cfd

Please sign in to comment.