Skip to content

Commit

Permalink
Update burrunan/gradle-cache-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2024
1 parent dd95f5b commit a3bcf2a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/[email protected]

- name: "Detekt"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
save-local-build-cache: false
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/[email protected]

- name: "Compile"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
arguments: jar
Expand All @@ -96,7 +96,7 @@ jobs:
uses: actions/[email protected]

- name: "Validate plugin"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
arguments: validatePlugins
Expand All @@ -120,7 +120,7 @@ jobs:
key: ${{ runner.os }}-jacoco-unitTest-${{ github.run_id }}

- name: "Unit test"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
save-local-build-cache: false
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
key: ${{ runner.os }}-jacoco-functionalTest-${{ github.run_id }}

- name: "Execute Functional tests"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
save-local-build-cache: false
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
key: ${{ runner.os }}-jacoco-functionalTest-${{ github.run_id }}

- name: "Create coverage report"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
save-local-build-cache: false
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:
key: ${{ runner.os }}-compile-${{ github.run_id }}

- name: "Publish snapshot to github"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
env:
USERNAME: ${{ github.actor }}
TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/craft_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
git config user.email "[email protected]"
- name: Bump version
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
arguments: updateVersion
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish_new_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ref: main

- name: Publish artifact to GitHub
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
env:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
USERNAME: ${{ github.actor }}
Expand All @@ -72,7 +72,7 @@ jobs:
arguments: publish

- name: Publish to gradle
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
env:
GRADLE_PUBLISH_KEY: ${{ secrets.GRADLE_PUBLISH_KEY }}
GRADLE_PUBLISH_SECRET: ${{ secrets.GRADLE_PUBLISH_SECRET }}
Expand All @@ -92,14 +92,14 @@ jobs:
git merge main --allow-unrelated-histories --strategy=recursive -Xtheirs --no-commit
- name: "Update changelog"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
save-local-build-cache: false
arguments: patchChangelog

- name: "Create next version"
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
save-local-build-cache: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vulnerabilityScan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: "Run owasp check"
env:
NVD_API_KEY: ${{ secrets.NVD_API_KEY }}
uses: burrunan/gradle-cache-action@v1
uses: burrunan/gradle-cache-action@v2
with:
remote-build-cache-proxy-enabled: false
arguments: dependencyCheckAnalyze
Expand Down

0 comments on commit a3bcf2a

Please sign in to comment.