Skip to content

Bump step-security/harden-runner from 2.16.0 to 2.19.0 #1597

Bump step-security/harden-runner from 2.16.0 to 2.19.0

Bump step-security/harden-runner from 2.16.0 to 2.19.0 #1597

name: 'Dependency Review'
on:
pull_request:
paths-ignore:
- '**/*.md'
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
if: github.repository_owner == 'Open-CMSIS-Pack'
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@8d3c67de8e2fe68ef647c8db1e6a09f647780f40 # v2.19.0
with:
egress-policy: audit
- name: 'Checkout Repository'
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: 'Dependency Review'
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0