This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Bump github/codeql-action from 2bbafcdd7fbf96243689e764c2f15d9735164f33 to 8f1a6fed33af5212fab8a999d004627ae8901d1b #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Dependency Review | |
on: | |
- pull_request | |
permissions: | |
contents: read | |
jobs: | |
dependency-review: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Harden Runner | |
uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 | |
with: | |
egress-policy: audit | |
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 | |
- uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a |