Skip to content

Commit bf7a9b5

Browse files
committed
Trying dependency submission again
1 parent f921d3b commit bf7a9b5

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,6 @@ permissions:
77
contents: read
88

99
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
2010
dependency-review:
2111
runs-on: ubuntu-latest
2212
permissions:

.github/workflows/dependency-submission.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: 'Dependency Submission'
22
on:
33
push:
44
branches: [main]
5+
pull-request:
6+
branches: [main]
57

68
permissions:
79
contents: read

0 commit comments

Comments
 (0)