Skip to content

chore(deps): bump rexml from 3.2.5 to 3.2.8 in /packages/ruby #1215

chore(deps): bump rexml from 3.2.5 to 3.2.8 in /packages/ruby

chore(deps): bump rexml from 3.2.5 to 3.2.8 in /packages/ruby #1215

name: "CodeQL"
on:
pull_request:
branches:
- main
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
matrix:
language:
- javascript
- python
- ruby
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/config.yml
languages: ${{ matrix.language }}
- name: Autobuild
uses: github/codeql-action/autobuild@v2
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2