Skip to content

CodeQL Report

CodeQL Report #2

Workflow file for this run

#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: "CodeQL Report"
on:
workflow_dispatch:
jobs:
codeql-report:
name: "CodeQL Report"
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- name: Generate Security Report
uses: rsdmike/[email protected]
with:
template: report
token: ${{ secrets.SECURITY_TOKEN }}
- name: GitHub Upload Release Artifacts
uses: actions/upload-artifact@v2
with:
name: report
path: ./*.pdf