Skip to content

Bump autero1/action-terragrunt and fix linters #104

Bump autero1/action-terragrunt and fix linters

Bump autero1/action-terragrunt and fix linters #104

Workflow file for this run

name: "Code scanning"
on:
push:
branches: [ develop, main, release/*, hotfix/* ]
pull_request:
branches: [ develop, main ]
schedule:
- cron: '0 9 * * 1'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: javascript
packs: codeql/javascript-queries
# Autobuild the language if possible
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3