Skip to content

Bump html-proofer from 5.2.0 to 5.2.1 (#675) #298

Bump html-proofer from 5.2.0 to 5.2.1 (#675)

Bump html-proofer from 5.2.0 to 5.2.1 (#675) #298

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