Skip to content

Bump step-security/harden-runner from 2.8.0 to 2.8.1 #1840

Bump step-security/harden-runner from 2.8.0 to 2.8.1

Bump step-security/harden-runner from 2.8.0 to 2.8.1 #1840

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@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # v2.8.1
with:
egress-policy: audit
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Doxygen
uses: mattnotmitt/doxygen-action@cbe72c8e402e8a3faa1f0b247ef90aa6c8e4ce74 # v1.9.8
with:
working-directory: 'documentation'
doxyfile-path: 'Doxyfile'