Skip to content

Commit 6b3af23

Browse files
Update gradle/develocity-actions to version 1.4 (#3717)
Co-authored-by: ASF Logging Services RM <[email protected]>
1 parent dac7fe0 commit 6b3af23

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@b8d3a572314ffff3b940a2c1b7b384d4983d422d # 1.3
34+
uses: gradle/develocity-actions/setup-maven@4a2aed82eea165ba2d5c494fc2a8730d7fdff229 # 1.4
3535
with:
3636
capture-build-scan-links: true
3737

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

src/changelog/.2.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="3309" link="https://github.com/apache/logging-log4j2/pull/3309"/>
7-
<description format="asciidoc">Update `gradle/develocity-actions` to version `1.3`</description>
6+
<issue id="3717" link="https://github.com/apache/logging-log4j2/pull/3717"/>
7+
<description format="asciidoc">Update `gradle/develocity-actions` to version `1.4`</description>
88
</entry>

0 commit comments

Comments
 (0)