Skip to content

build(deps-dev): bump rexml from 3.3.7 to 3.3.8 in /Library/Homebrew #14189

build(deps-dev): bump rexml from 3.3.7 to 3.3.8 in /Library/Homebrew

build(deps-dev): bump rexml from 3.3.7 to 3.3.8 in /Library/Homebrew #14189

Workflow file for this run

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