Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gradle/gradle-build-action digest to 093dfe9 #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/APITestsHardGate-Failing_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run failing API tests as gradle task with SET_HARD_GATE=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/APITestsHardGate-Passing_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run passing API tests as gradle task with SET_HARD_GATE=true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/APITests_fatjar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run API tests from fatjar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/APITests_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run API tests as gradle task
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/APITests_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run API tests from fatjar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/WorkflowTests_fatjar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run Workflow tests from fatjar
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/WorkflowTests_gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run Workflow tests as gradle task
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/WorkflowTests_script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Build with Gradle and run unit tests
uses: gradle/gradle-build-action@e2097ccd7e8ed48671dc068ac4efa86d25745b39
uses: gradle/gradle-build-action@093dfe9d598ec5a42246855d09b49dc76803c005
with:
arguments: build --refresh-dependencies
- name: Run Workflow tests from fatjar
Expand Down
Loading