Skip to content

Commit

Permalink
Remove dependency graph stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jhaber committed Nov 25, 2024
1 parent 476771e commit 50f6aa8
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 36 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/jackson-2.14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.jackson.version=2.14.3 -Ddep.jackson-databind.version=2.14.3 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/jackson-2.15.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.jackson.version=2.15.4 -Ddep.jackson-databind.version=2.15.4 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/jackson-2.16.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.jackson.version=2.16.2 -Ddep.jackson-databind.version=2.16.2 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/jackson-2.17.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.jackson.version=2.17.3 -Ddep.jackson-databind.version=2.17.3 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/protobuf-3.23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.protobuf-java.version=3.23.2 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/protobuf-3.25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.protobuf-java.version=3.25.5 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/protoc-3.23.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.protoc.version=3.23.2 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]
4 changes: 0 additions & 4 deletions .github/workflows/protoc-3.25.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,3 @@ jobs:
cache: maven
- name: Build with Maven
run: mvn -B verify -Ddep.protoc.version=3.25.5 -Dbasepom.git-id.skip

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Maven Dependency Tree Dependency Submission
uses: advanced-security/[email protected]

0 comments on commit 50f6aa8

Please sign in to comment.