Skip to content

Bump nokogiri from 1.16.7 to 1.18.3 (#177) #97

Bump nokogiri from 1.16.7 to 1.18.3 (#177)

Bump nokogiri from 1.16.7 to 1.18.3 (#177) #97

Workflow file for this run

name: "CodeQL"
on:
workflow_dispatch:
push:
branches: [ "gh-pages" ]
schedule:
- cron: '32 1 * * 6'
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
strategy:
fail-fast: false
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
languages: ruby, javascript
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2