Skip to content

Bump hashicorp/aws from 4.57.0 to 5.81.0 #248

Bump hashicorp/aws from 4.57.0 to 5.81.0

Bump hashicorp/aws from 4.57.0 to 5.81.0 #248

Workflow file for this run

---
name: "Code Quality: Super-Linter"
on:
pull_request:
jobs:
superlinter:
name: Super-Linter
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- name: Lint Code
uses: github/super-linter/slim@v4
env:
VALIDATE_ALL_CODEBASE: true
DEFAULT_BRANCH: main
VALIDATE_TERRAFORM: true
VALIDATE_NATURAL_LANGUAGE: false
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}