Skip to content

Commit

Permalink
Downgrade github action gradle build to 631021b to resolve gradle/gra…
Browse files Browse the repository at this point in the history
  • Loading branch information
vcarluer committed Jun 29, 2023
1 parent 20a5a66 commit 59007d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build_test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build with Gradle
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Run unit tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand All @@ -77,7 +77,7 @@ jobs:
- name: Run integration tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down Expand Up @@ -265,7 +265,7 @@ jobs:
- name: Build, package and push container image
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
- name: Build local Container Image for scanning
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: gradle/gradle-build-action@v2
uses: gradle/gradle-build-action@631021b
with:
cache-disabled: false
# Cache storage space is limited for GitHub actions
Expand Down

0 comments on commit 59007d1

Please sign in to comment.