Skip to content

redos fix, traversal hardening, ingress bounding, queue fix #6

redos fix, traversal hardening, ingress bounding, queue fix

redos fix, traversal hardening, ingress bounding, queue fix #6

Workflow file for this run

name: CodeQL
on:
push:
branches:
- main
pull_request:
schedule:
- cron: "28 17 * * 2"
permissions:
contents: read
security-events: write
jobs:
analyze:
name: codeql / ${{ matrix.language }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
language:
- actions
- ruby
steps:
- uses: actions/checkout@v7
with:
persist-credentials: false
- uses: github/codeql-action/init@v4
with:
languages: ${{ matrix.language }}
build-mode: none
- uses: github/codeql-action/analyze@v4
with:
category: "/language:${{ matrix.language }}"