diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 4eac39e..9ea4103 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -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: diff --git a/examples/gradle-gdlp.lockfile b/examples/gradle-gdlp.lockfile index c473c92..7f27500 100644 --- a/examples/gradle-gdlp.lockfile +++ b/examples/gradle-gdlp.lockfile @@ -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