Skip to content

Bump the codeql group with 2 updates #5

Bump the codeql group with 2 updates

Bump the codeql group with 2 updates #5

Workflow file for this run

name: "Code scanning - action"
on:
pull_request:
schedule:
- cron: '0 8 * * 4'
permissions:
security-events: write # Used by this action.
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
with:
fetch-depth: 2
persist-credentials: false
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
- name: Initialize CodeQL
uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
with:
languages: ruby
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1