Skip to content

Commit

Permalink
Upgrade GitHub Actions for Gradle to version 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
smarkwal committed Sep 20, 2024
1 parent 22e1a08 commit dc92669
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ jobs:
11
17
- name: Validate Gradle wrapper
uses: gradle/actions/wrapper-validation@v3

- name: Restore Sonar Cache
uses: actions/cache@v4
if: ${{ github.event_name == 'push' && !startsWith(github.ref_name, 'dependabot/') }}
Expand All @@ -48,7 +45,7 @@ jobs:
run: echo "PUSH_GRADLE_OPTIONS=sonar" >> $GITHUB_ENV

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
uses: gradle/actions/setup-gradle@v4
with:
cache-read-only: false

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 @@ -34,6 +34,6 @@ jobs:
java-version: '17'

- name: Generate dependency graph
uses: gradle/actions/dependency-submission@v3
uses: gradle/actions/dependency-submission@v4
with:
dependency-graph: ${{ github.event.inputs.dependencyGraphAction || 'generate-and-submit' }}

0 comments on commit dc92669

Please sign in to comment.