Skip to content

Bump step-security/harden-runner from 2.20.1 to 2.21.0 in the github-actions group #89

Bump step-security/harden-runner from 2.20.1 to 2.21.0 in the github-actions group

Bump step-security/harden-runner from 2.20.1 to 2.21.0 in the github-actions group #89

name: dependency-review
on:
pull_request:
permissions:
contents: none
pull-requests: none
jobs:
dependency-review:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- name: 🔒 harden runner
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
with:
egress-policy: audit
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
with:
persist-credentials: false
- name: 🔂 dependency review
uses: actions/dependency-review-action@a1d282b36b6f3519aa1f3fc636f609c47dddb294 # v5.0.0
with:
deny-licenses: AGPL-3.0
fail-on-severity: moderate
comment-summary-in-pr: true