Skip to content

Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.8 to 5.4.9 #217

Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.8 to 5.4.9

Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.8 to 5.4.9 #217

name: 'Dependency Review'
on:
workflow_dispatch:
pull_request:
branches:
- 'main'
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
with:
egress-policy: audit
- name: 'Checkout Repository'
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: 'Dependency Review'
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1
with:
allow-licenses: Apache-2.0, MIT, BSD-3-Clause, CC-BY-SA-4.0