Skip to content

Workflow file for this run

name: CodeQL / Analyze(ruby)
on:
push:
paths:
- '**/*.rb'
- '**/*.erb'
- '**/*.gemspec'
- '**/Gemfile'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
actions: read
checks: read
contents: read
security-events: write
jobs:
analyze:
name: Perform CodeQL
runs-on: ubuntu-22.04
timeout-minutes: 10
steps:
- name: Checkout repository
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8
with:
languages: ruby
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6a28655e3dcb49cb0840ea372fd6d17733edd8a4 # v2.21.8