Skip to content

Gemfile.lock: Bump public_suffix from 5.0.5 to 5.1.1 in the major group #192

Gemfile.lock: Bump public_suffix from 5.0.5 to 5.1.1 in the major group

Gemfile.lock: Bump public_suffix from 5.0.5 to 5.1.1 in the major group #192

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
actions: read
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ruby
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3