Skip to content

Commit bb4bd7d

Browse files
committed
Update gradle/develocity-actions to version 2.0 (#3995)
1 parent 4f68c32 commit bb4bd7d

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
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://develocity.apache.org'
4242
develocity-access-key: ${{ secrets.DEVELOCITY_ACCESS_KEY }}
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="3995" link="https://github.com/apache/logging-log4j2/pull/3995"/>
7+
<description format="asciidoc">Update `gradle/develocity-actions` to version `2.0`</description>
8+
</entry>

0 commit comments

Comments
 (0)