Merge pull request #976 from MikeMcQuaid/dependabot/bundler/bundler-1… #744
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: CodeQL | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
schedule: | |
- cron: "39 8 * * 5" | |
jobs: | |
analyze: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up Git repository | |
uses: actions/checkout@v4 | |
- name: Set up CodeQL | |
uses: github/codeql-action/init@v3 | |
with: | |
languages: ruby | |
queries: security-and-quality | |
config-file: ./.github/codeql.yml | |
- name: Perform CodeQL analysis | |
uses: github/codeql-action/analyze@v3 |