Skip to content

chore(deps): bump nokogiri from 1.14.3 to 1.16.5 in /packages/ruby/examples/metrics-rails #1214

chore(deps): bump nokogiri from 1.14.3 to 1.16.5 in /packages/ruby/examples/metrics-rails

chore(deps): bump nokogiri from 1.14.3 to 1.16.5 in /packages/ruby/examples/metrics-rails #1214

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