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 653a0fcd61 Bump gradle/develocity-actions from 1.3 to 1.4 (#3714)
653a0fcd61 is described below
commit 653a0fcd6186c99cb32d1e7716d119c2c6bf03f9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 11 09:23:20 2025 +0200
Bump gradle/develocity-actions from 1.3 to 1.4 (#3714)
Bumps
[gradle/develocity-actions](https://github.com/gradle/develocity-actions) from
1.3 to 1.4.
- [Release notes](https://github.com/gradle/develocity-actions/releases)
-
[Commits](https://github.com/gradle/develocity-actions/compare/b8d3a572314ffff3b940a2c1b7b384d4983d422d...4a2aed82eea165ba2d5c494fc2a8730d7fdff229)
---
updated-dependencies:
- dependency-name: gradle/develocity-actions
dependency-version: '1.4'
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/develocity-publish-build-scans.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/develocity-publish-build-scans.yaml
b/.github/workflows/develocity-publish-build-scans.yaml
index 78069943bb..e65466ce43 100644
--- a/.github/workflows/develocity-publish-build-scans.yaml
+++ b/.github/workflows/develocity-publish-build-scans.yaml
@@ -31,12 +31,12 @@ jobs:
steps:
- name: Setup Build Scan link capture
- uses:
gradle/develocity-actions/setup-maven@b8d3a572314ffff3b940a2c1b7b384d4983d422d
# 1.3
+ uses:
gradle/develocity-actions/setup-maven@4a2aed82eea165ba2d5c494fc2a8730d7fdff229
# 1.4
with:
capture-build-scan-links: true
- name: Publish Build Scans
- uses:
gradle/develocity-actions/maven-publish-build-scan@b8d3a572314ffff3b940a2c1b7b384d4983d422d
# 1.3
+ uses:
gradle/develocity-actions/maven-publish-build-scan@4a2aed82eea165ba2d5c494fc2a8730d7fdff229
# 1.4
with:
develocity-url: 'https://ge.apache.org'
develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}