Skip to content

Commit

Permalink
chore(deps): bump gradle/gradle-build-action from 2.12.0 to 3.1.0
Browse files Browse the repository at this point in the history
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.12.0 to 3.1.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](gradle/gradle-build-action@a8f7551...29c0906)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and sgammon committed Mar 20, 2024
1 parent 455fc36 commit 80f82dd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/module.apicheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
distribution: "adopt-hotspot"
java-version: "19"
- name: "Build: API Check"
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2
id: gradlebuild
continue-on-error: true
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/module.codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
with:
languages: java
- name: "Build: Plugin"
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa # v2
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e # v2
id: gradlebuild
continue-on-error: true
env:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/trigger.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
gpg --list-secret-keys --keyid-format LONG
gpg --export-secret-keys > /home/runner/.gnupg/secring.gpg
- name: "Publish: OSSRH Stage"
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
with:
arguments: |
publishPluginMavenPublicationToSonatypeRepository
Expand All @@ -142,7 +142,7 @@ jobs:
java-version: "11"
distribution: "adopt-hotspot"
- name: "Publish: GitHub Packages"
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
with:
arguments: |
publishPluginMavenPublicationToGitHubPackagesRepository
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
gpg --list-secret-keys --keyid-format LONG
gpg --export-secret-keys > /home/runner/.gnupg/secring.gpg
- name: "Publish: OSSRH Central"
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
with:
arguments: |
publishPluginMavenPublicationToSonatypeRepository
Expand All @@ -195,7 +195,7 @@ jobs:
java-version: "11"
distribution: "adopt-hotspot"
- name: "Publish: GitHub Packages"
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
with:
arguments: |
publishPluginMavenPublicationToGitHubPackagesRepository
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
gpg --list-secret-keys --keyid-format LONG
gpg --export-secret-keys > /home/runner/.gnupg/secring.gpg
- name: "Publish: Gradle"
uses: gradle/gradle-build-action@a8f75513eafdebd8141bd1cd4e30fcd194af8dfa
uses: gradle/gradle-build-action@29c0906b64b8fc82467890bfb7a0a7ef34bda89e
with:
arguments: |
publishPlugins
Expand Down

0 comments on commit 80f82dd

Please sign in to comment.