Skip to content

Commit

Permalink
Merge pull request #2 from opencastsoftware/renovate/github-tags-grad…
Browse files Browse the repository at this point in the history
…le/gradle-build-action-vulnerability

Pin gradle/gradle-build-action action to a8f7551 [SECURITY]
  • Loading branch information
DavidGregory084 committed Feb 1, 2024
2 parents 4dac06e + 303c39d commit b37ba2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
jdkFile: ${{ steps.download-java.outputs.jdkFile }}

- name: Build & Test
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
with:
arguments: build --info

Expand All @@ -51,6 +51,6 @@ jobs:

- name: Publish To Sonatype
if: github.event_name != 'pull_request' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main')
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
with:
arguments: publishAllPublicationsToMavenCentral
4 changes: 2 additions & 2 deletions .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
jdkFile: ${{ steps.download-java.outputs.jdkFile }}

- name: Setup Dependency Graph
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
with:
dependency-graph: generate-and-submit

- name: Generate Dependency Graph Snapshot
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
env:
DEPENDENCY_GRAPH_INCLUDE_CONFIGURATIONS: 'compileClasspath|runtimeClasspath'
with:
Expand Down

0 comments on commit b37ba2e

Please sign in to comment.