Skip to content

Commit

Permalink
chore(deps): update gradle/actions digest to 35af9b8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Dec 11, 2024
1 parent 5afac1f commit 4417db4
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 @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d
uses: gradle/actions/setup-gradle@35af9b87910cbf2e0c0dbaecd70f5500f0122554
- name: license header
if: ${{ github.event_name == 'pull_request' }}
run: ./gradlew spotlessCheck -PspotlessFrom=origin/${{ github.base_ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'temurin'
java-version: 8
- name: Setup Gradle
uses: gradle/actions/setup-gradle@707359876a764dbcdb9da0b0ed08291818310c3d
uses: gradle/actions/setup-gradle@35af9b87910cbf2e0c0dbaecd70f5500f0122554
- name: Build
run: ./gradlew build -x spotlessCheck
- name: Login Via Azure CLI
Expand Down

0 comments on commit 4417db4

Please sign in to comment.