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

chore(deps): bump gradle/gradle-build-action from 2.6.1 to 2.7.0 #315

Merged
Merged
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/bench.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: "Setup: Yarn"
run: yarn
- name: "Run Benchmarks"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
id: gradlebench
continue-on-error: ${{ matrix.experimental }}
env:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: "Patch: Restore Yarn Lock"
run: mv kotlin-js-store/yarn.inert kotlin-js-store/yarn.lock
- name: "Check: Library ABI"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
id: abicheck
continue-on-error: ${{ contains(github.event.pull_request.labels.*.name, 'ci:ignore-abicheck') }}
env:
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
export_environment_variables: true
cleanup_credentials: true
- name: "🛠️ Build"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
id: gradlebuild
continue-on-error: ${{ matrix.mode == 'labs' }}
env:
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
- name: "Setup: Yarn"
run: npm install -g yarn@1.22.19 && yarn
- name: "Run Tests (JVM)"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
env:
CI: true
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down Expand Up @@ -348,7 +348,7 @@ jobs:
- name: "Setup: Yarn"
run: npm install -g yarn@1.22.19 && yarn
- name: "Run Tests (Native)"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
continue-on-error: true
env:
CI: true
Expand Down Expand Up @@ -468,7 +468,7 @@ jobs:
## -- Samples -- ##
- name: "Build/Push: '${{ matrix.project }}' (JVM)"
continue-on-error: ${{ fromJson(matrix.labs) }}
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
with:
arguments: |
--no-daemon
Expand Down Expand Up @@ -568,7 +568,7 @@ jobs:

## -- Samples -- ##
- name: "Build/Push: '${{ matrix.project }}' (Native)"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
continue-on-error: true
with:
arguments: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/publish.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
echo "APP_VERSION=$(cat .version)" >> $GITHUB_ENV;
echo "Releasing version $APP_VERSION"
- name: "Publish: Conventions"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
if: ${{ inputs.conventions }}
with:
arguments: |
Expand All @@ -190,7 +190,7 @@ jobs:
-x test
:conventions:publish
- name: "Publish: Substrate"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
if: ${{ inputs.substrate }}
with:
arguments: |
Expand All @@ -208,7 +208,7 @@ jobs:
-x test
:substrate:publish
- name: "Publish: Processor"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
if: ${{ inputs.processor }}
with:
arguments: |
Expand All @@ -226,7 +226,7 @@ jobs:
-x test
:tools:processor:publish
- name: "Publish: Packages"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
if: ${{ inputs.packages }}
with:
arguments: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scheduled-checks.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
export_environment_variables: true
cleanup_credentials: true
- name: "🛠️ Build"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
id: gradlebuild
continue-on-error: ${{ matrix.mode == 'labs' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
run: |
make docs reports CI=yes JVM=19
- name: "Build: Site"
uses: gradle/gradle-build-action@915a66c096a03101667f9df2e56c9efef558b165 # v2.6.1
uses: gradle/gradle-build-action@a4cf152f482c7ca97ef56ead29bf08bcd953284c # v2.7.0
env:
CI: true
GRADLE_CACHE_PUSH: true
Expand Down