Skip to content

Bump jaxxstorm/action-install-gh-release from 1.11.0 to 1.12.0 in the cicd group #587

Bump jaxxstorm/action-install-gh-release from 1.11.0 to 1.12.0 in the cicd group

Bump jaxxstorm/action-install-gh-release from 1.11.0 to 1.12.0 in the cicd group #587

Workflow file for this run

name: 'Dependency Review'
on: [pull_request]
permissions:
contents: read
jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v4
continue-on-error: true
with:
fail-on-severity: moderate
# Use comma-separated names to pass list arguments:
deny-licenses: LGPL-2.0, BSD-2-Clause, LGPL-3.0, LGPL-3.0+