github.com/google/syzkaller@v0.0.0-20240517125934-c0f1611a36d6/.github/workflows/depsreview.yaml (about) 1 # Copyright 2020 syzkaller project authors. All rights reserved. 2 # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. 3 4 # GitHub workflow reference: 5 # https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions 6 name: 'Dependency Review' 7 on: [pull_request] 8 9 permissions: 10 contents: read 11 12 jobs: 13 dependency-review: 14 runs-on: ubuntu-latest 15 steps: 16 - name: 'Checkout Repository' 17 uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 18 - name: 'Dependency Review' 19 uses: actions/dependency-review-action@1360a344ccb0ab6e9475edef90ad2f46bf8003b1 # v3.0.6