Skip to content

Commit

Permalink
Create CodeQL workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghas-configure-codeql[bot] committed Jun 4, 2023
1 parent e404392 commit d64ac31
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: CodeQL
'on':
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: 27 8 * * 2
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
steps:
- name: Run Code Scanning
uses: department-of-veterans-affairs/codeql-tools/codeql-analysis@main
with:
language: ${{ matrix.language }}

0 comments on commit d64ac31

Please sign in to comment.