Skip to content

Bump brakeman from 6.1.2 to 6.2.2 #1015

Bump brakeman from 6.1.2 to 6.2.2

Bump brakeman from 6.1.2 to 6.2.2 #1015

name: CodeQL
'on':
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: 14 15 * * 1
workflow_dispatch: null
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:
- ruby
- javascript
steps:
- name: Run Code Scanning
uses: department-of-veterans-affairs/codeql-tools/codeql-analysis@main
with:
language: ${{ matrix.language }}