Skip to content

Bump va-gov/content-build from 0.0.3604 to 0.0.3605 #4110

Bump va-gov/content-build from 0.0.3604 to 0.0.3605

Bump va-gov/content-build from 0.0.3604 to 0.0.3605 #4110

Workflow file for this run

name: CodeQL
'on':
pull_request:
branches:
- main
workflow_dispatch: null
schedule:
- cron: 42 6 * * 6
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
concurrency: ${{ github.workflow }}-${{ matrix.language }}-${{ github.ref }}
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript
steps:
- name: Run Code Scanning
uses: department-of-veterans-affairs/codeql-tools/codeql-analysis@main
with:
language: ${{ matrix.language }}