Skip to content

Bump github/codeql-action from 3.25.11 to 3.26.10 (#579) #563

Bump github/codeql-action from 3.25.11 to 3.26.10 (#579)

Bump github/codeql-action from 3.25.11 to 3.26.10 (#579) #563

name: "terraform lint"
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
name: "Terraform lint"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # tag:v2.8.1
with:
egress-policy: audit
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag:v2.5.0
with:
fetch-depth: 1
- uses: hashicorp/setup-terraform@651471c36a6092792c552e8b1bef71e592b462d8
- name: Lint Terraform
run: terraform fmt -recursive -check
working-directory: v2/internal/attacktechniques