Bump github/codeql-action from 3.25.10 to 3.26.8 #357
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: {} | |
workflow_call: {} | |
permissions: | |
contents: read | |
jobs: | |
dependency-review: | |
name: "🏭 Scanning" | |
runs-on: ubuntu-latest | |
steps: | |
- name: "⤵️ Check out code from GitHub" | |
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c | |
- name: "🏗 Dependency Review" | |
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a | |
with: | |
# Possible values: "critical", "high", "moderate", "low" | |
fail-on-severity: high | |
allow-licenses: GPL-3.0, BSD-3-Clause, MIT, Apache-2.0 | |
# deny-licenses: LGPL-2.0, BSD-2-Clause |