Skip to content

ci: 👷 bump the github-actions group across 1 directory with 2 updates #65

ci: 👷 bump the github-actions group across 1 directory with 2 updates

ci: 👷 bump the github-actions group across 1 directory with 2 updates #65

name: "Dependency Review"
on:
pull_request:
branches: ["master", "informaticup"]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: Harden the runner (Audit all outbound calls)
uses: step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12.0
with:
egress-policy: audit
#ToDo: Change to block after couple of workflow runs
- name: "Checkout Repository"
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: "Dependency Review"
uses: actions/dependency-review-action@da24556b548a50705dd671f47852072ea4c105d9 # v4.7.1