Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ jobs:
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3

# Run snapshot
- name: Run snapshot action
uses: ./
with:
token: ${{ secrets.GITHUB_TOKEN }}

- name: 'Dependency Review'
uses: actions/dependency-review-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle-gdlp.lockfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# https://github.com/nebula-plugins/gradle-dependency-lock-plugin/blob/main/gradle.lockfile

# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
net.snowflake:snowflake-jdbc:3.13.20=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
cglib:cglib-nodep:3.2.2=integTestRuntimeClasspath,testRuntimeClasspath
com.fasterxml.jackson.core:jackson-annotations:2.14.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.fasterxml.jackson.core:jackson-core:2.14.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down