Skip to content

chore(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 in the minor group #40

chore(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 in the minor group

chore(deps): bump ossf/scorecard-action from 2.3.3 to 2.4.0 in the minor group #40

name: Check dependencies
on: [ pull_request ]
permissions:
contents: read
pull-requests: read
jobs:
check-dependencies:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
# Dependabot doesn't handle this for now, hence using this action
- uses: actions/dependency-review-action@v4
with:
allow-licenses: BSD-2-Clause, BSD-3-Clause, MIT, Apache-2.0, MPL-2.0, EPL-1.0, ISC
fail-on-severity: moderate