Skip to content

Commit 9987f14

Browse files
committed
Update gradle/develocity-actions to version 2.0 (#3994)
1 parent 59ac5d8 commit 9987f14

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/develocity-publish-build-scans.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ jobs:
3131
steps:
3232

3333
- name: Setup Build Scan link capture
34-
uses: gradle/develocity-actions/setup-maven@4a2aed82eea165ba2d5c494fc2a8730d7fdff229 # 1.4
34+
uses: gradle/develocity-actions/setup-maven@09247f276f2bc73be8ebd0efced38273412d38d0 # 2.0
3535
with:
3636
capture-build-scan-links: true
3737

3838
- name: Publish Build Scans
39-
uses: gradle/develocity-actions/maven-publish-build-scan@4a2aed82eea165ba2d5c494fc2a8730d7fdff229 # 1.4
39+
uses: gradle/develocity-actions/maven-publish-build-scan@09247f276f2bc73be8ebd0efced38273412d38d0 # 2.0
4040
with:
4141
develocity-url: 'https://ge.apache.org'
4242
develocity-access-key: ${{ secrets.GE_ACCESS_TOKEN }}

src/changelog/.3.x.x/update_gradle_develocity_actions.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="3308" link="https://github.com/apache/logging-log4j2/pull/3308"/>
7-
<description format="asciidoc">Update `gradle/develocity-actions` to version `1.3`</description>
6+
<issue id="3994" link="https://github.com/apache/logging-log4j2/pull/3994"/>
7+
<description format="asciidoc">Update `gradle/develocity-actions` to version `2.0`</description>
88
</entry>

0 commit comments

Comments
 (0)