Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Merge pull request #98 from Homebrew/dependabot/github_actions/ruby/s… #198

Merge pull request #98 from Homebrew/dependabot/github_actions/ruby/s…

Merge pull request #98 from Homebrew/dependabot/github_actions/ruby/s… #198

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Initialize CodeQL
uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3
with:
languages: ruby
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3