Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the cicd group across 1 directory with 4 updates #46

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/shared-ci-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ jobs:

- name: cache tflint plugins
id: cache-plugins
uses: actions/cache@v4
uses: actions/cache@v3.4.0
with:
path: ${{ env.TFLINT_PLUGIN_DIR }}
key: tflint-plugins-${{ env.TFLINT_CACHE_VER }}

- name: tflint
uses: reviewdog/action-tflint@v1.22.0
uses: reviewdog/action-tflint@v1.24.0
with:
reporter: ${{ inputs.suggestions && 'github-pr-annotations' || 'local' }}
fail_on_error: ${{ inputs.suggestions }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check spelling
uses: crate-ci/typos@v1.16.25
uses: crate-ci/typos@v1.28.3
with:
files: |
.
Expand Down Expand Up @@ -105,13 +105,13 @@ jobs:

# Install TFLint for pre-commit hook
- name: TFLint cache plugin dir
uses: actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
with:
path: ~/.tflint.d/plugins
key: ubuntu-latest-tflint-${{ hashFiles('.tflint.hcl') }}

- name: Setup TFLint
uses: terraform-linters/setup-tflint@ba6bb2989f94daf58a4cc6eac2c1ca7398a678bf # v3
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"

Expand Down
Loading