Skip to content

Bump github/codeql-action from 2.22.3 to 2.22.4 #1474

Bump github/codeql-action from 2.22.3 to 2.22.4

Bump github/codeql-action from 2.22.3 to 2.22.4 #1474

Workflow file for this run

name: 'Doxygen'
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * */5'
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-20.04
steps:
- name: Harden Runner
uses: step-security/harden-runner@1b05615854632b887b69ae1be8cbefe72d3ae423 # v2.6.0
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Doxygen
uses: mattnotmitt/doxygen-action@411df0c62acb5b96b8a93d93a7bf4b753c47ea05 # v1.9.5
with:
working-directory: 'documentation'
doxyfile-path: 'Doxyfile'