Skip to content

Commit

Permalink
Merge pull request #70 from opencastsoftware/renovate/pin-dependencies
Browse files Browse the repository at this point in the history
Pin gradle/actions action to 6cec5d4
  • Loading branch information
DavidGregory084 authored Apr 13, 2024
2 parents a5f7a3f + 4e11596 commit f29111e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 # v3

- name: Build & Test
run: ./gradlew build --info
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
jdkFile: ${{ steps.download-java.outputs.jdkFile }}

- name: Generate Dependency Graph Snapshot
uses: gradle/actions/dependency-submission@v3
uses: gradle/actions/dependency-submission@6cec5d49d4d6d4bb982fbed7047db31ea6d38f11 # v3

0 comments on commit f29111e

Please sign in to comment.