Skip to content

Merge pull request #19095 from Homebrew/bundle_version_plist_readable #15732

Merge pull request #19095 from Homebrew/bundle_version_plist_readable

Merge pull request #19095 from Homebrew/bundle_version_plist_readable #15732

name: "CodeQL"
on:
push:
branches:
- master
pull_request:
branches:
- master
defaults:
run:
shell: bash -xeuo pipefail {0}
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Initialize CodeQL
uses: github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
with:
languages: ruby
config: |
paths-ignore:
- Library/Homebrew/vendor
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1