Skip to content

.ruby-version at 3.3.6 and bumped workflows #33

.ruby-version at 3.3.6 and bumped workflows

.ruby-version at 3.3.6 and bumped workflows #33

Workflow file for this run

#
# Github codeql analysis workflow
#
name: CI CodeQL Analysis
on: [pull_request]
jobs:
codeql:
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language: ['ruby']
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3