This is an automated email from the ASF dual-hosted git repository.
david-streamlio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-connectors.git
The following commit(s) were added to refs/heads/master by this push:
new 54a505db [fix][ci] Update setup-gradle action to v6.2.0 to match ASF
actions allowlist (#37)
54a505db is described below
commit 54a505db475282592b4263a4a49e412f10820cf3
Author: David Kjerrumgaard <[email protected]>
AuthorDate: Thu Jul 9 10:00:47 2026 -0700
[fix][ci] Update setup-gradle action to v6.2.0 to match ASF actions
allowlist (#37)
---
.github/actions/setup-gradle/action.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/actions/setup-gradle/action.yml
b/.github/actions/setup-gradle/action.yml
index ceac3840..9c2c7459 100644
--- a/.github/actions/setup-gradle/action.yml
+++ b/.github/actions/setup-gradle/action.yml
@@ -50,7 +50,7 @@ runs:
- name: Setup Gradle with Develocity
if: ${{ inputs.develocity-access-key != '' && inputs.build-scan-publish
== 'true' }}
- uses:
gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f
+ uses:
gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
with:
develocity-injection-enabled: true
develocity-url: https://develocity.apache.org
@@ -62,7 +62,7 @@ runs:
- name: Setup Gradle
if: ${{ !(inputs.develocity-access-key != '' &&
inputs.build-scan-publish == 'true') }}
- uses:
gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f
+ uses:
gradle/actions/setup-gradle@3f131e8634966bd73d06cc69884922b02e6faf92 # v6.2.0
with:
build-scan-publish: ${{ inputs.build-scan-publish }}
build-scan-terms-of-use-url: 'https://gradle.com/terms-of-service'