We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f921d3b commit bf7a9b5Copy full SHA for bf7a9b5
2 files changed
.github/workflows/dependency-review.yml
@@ -7,16 +7,6 @@ permissions:
7
contents: read
8
9
jobs:
10
- dependency-submission:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - name: Checkout
14
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
15
- - name: Setup Java JDK
16
- uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0
17
- with:
18
- distribution: temurin
19
- java-version: 17
20
dependency-review:
21
runs-on: ubuntu-latest
22
permissions:
.github/workflows/dependency-submission.yml
@@ -2,6 +2,8 @@ name: 'Dependency Submission'
2
on:
3
push:
4
branches: [main]
5
+ pull-request:
6
+ branches: [main]
0 commit comments