Skip to content

chore: Bump actions/checkout from 5.0.1 to 6.0.0 (#3919) #8834

chore: Bump actions/checkout from 5.0.1 to 6.0.0 (#3919)

chore: Bump actions/checkout from 5.0.1 to 6.0.0 (#3919) #8834

Workflow file for this run

name: Examples Checks
# Runs terraform linting and validation commands when examples are modified. Triggered in pull requests and merged commits to master.
on:
push:
branches:
- master
- master-v1
pull_request:
workflow_dispatch:
env:
AWS_DEFAULT_REGION: us-west-2
jobs:
tf-validate:
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version-file: 'go.mod'
- uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd
with:
terraform_version: '1.14.x'
terraform_wrapper: false
- name: tf-validate
run: make tools tf-validate
tflint:
runs-on: ubuntu-latest
permissions: {}
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
with:
go-version-file: 'go.mod'
- name: tflint
run: |
echo "::add-matcher::.github/tflint-matcher.json"
make tools tflint