Skip to content

Bump test/data from 04592de to 7ef0ff7 #20

Bump test/data from 04592de to 7ef0ff7

Bump test/data from 04592de to 7ef0ff7 #20

Workflow file for this run

name: "Code scanning - action"
on:
pull_request:
schedule:
- cron: '0 9 * * 6'
permissions:
security-events: write # Used by this action.
jobs:
CodeQL-Build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
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