Skip to content

Bump crowdin/github-action from 1.16.0 to 1.20.2 #312

Bump crowdin/github-action from 1.16.0 to 1.20.2

Bump crowdin/github-action from 1.16.0 to 1.20.2 #312

---
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@c74b580d73376b7750d3d2a50bfb8adc2c937507
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