This is an automated email from the ASF dual-hosted git repository.
pkarwasz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 99375813cd Pin `gradle/develocity-actions`
99375813cd is described below
commit 99375813cde4d687eb9b177d08a8249d16f2b877
Author: Piotr P. Karwasz <[email protected]>
AuthorDate: Wed Sep 18 12:25:30 2024 +0200
Pin `gradle/develocity-actions`
---
.github/workflows/develocity-publish-build-scans.yaml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/develocity-publish-build-scans.yaml
b/.github/workflows/develocity-publish-build-scans.yaml
index eb8d2b3a84..597d7777ca 100644
--- a/.github/workflows/develocity-publish-build-scans.yaml
+++ b/.github/workflows/develocity-publish-build-scans.yaml
@@ -29,10 +29,12 @@ jobs:
actions: write
pull-requests: write
steps:
+
- name: Setup Build Scan link capture
- uses: gradle/develocity-actions/maven-setup@v1
+ uses:
gradle/develocity-actions/maven-setup@9f1bf05334de7eb619731d5466c35a153742311d
# 1.2
+
- name: Publish Build Scans
- uses: gradle/develocity-actions/maven-publish-build-scan@v1
+ uses:
gradle/develocity-actions/maven-publish-build-scan@9f1bf05334de7eb619731d5466c35a153742311d
# 1.2
with:
develocity-url: 'https://ge.apache.org'
develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}