File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 30
30
31
31
build :
32
32
if : github.actor != 'dependabot[bot]'
33
- # Temporary use `develocity` branch
34
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
33
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
35
34
secrets :
36
35
DV_ACCESS_TOKEN : ${{ ! startsWith(github.refname, 'release/') && secrets.GE_ACCESS_TOKEN }}
37
36
with :
@@ -40,12 +39,12 @@ jobs:
40
39
17
41
40
site-enabled : true
42
41
reproducibility-check-enabled : false
43
- develocity-enabled : true
42
+ develocity-enabled : ${{ ! startsWith(github.refname, 'release/') }}
44
43
45
44
deploy-snapshot :
46
45
needs : build
47
46
if : github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
48
- uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.1 .0
47
+ uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.2 .0
49
48
# Secrets for deployments
50
49
secrets :
51
50
NEXUS_USERNAME : ${{ secrets.NEXUS_USER }}
58
57
deploy-release :
59
58
needs : build
60
59
if : github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
61
- uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.1 .0
60
+ uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.2 .0
62
61
# Secrets for deployments
63
62
secrets :
64
63
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ permissions: read-all
30
30
jobs :
31
31
32
32
analyze :
33
- uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.1 .0
33
+ uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.2 .0
34
34
with :
35
35
java-version : |
36
36
8
Original file line number Diff line number Diff line change 33
33
34
34
deploy-site-stg :
35
35
if : github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x'
36
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@develocity
36
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
37
37
# Secrets for committing the generated site
38
38
secrets :
39
39
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
53
53
54
54
deploy-site-pro :
55
55
if : github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x-site-pro'
56
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@develocity
56
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
57
57
# Secrets for committing the generated site
58
58
secrets :
59
59
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
83
83
84
84
deploy-site-rel :
85
85
needs : export-version
86
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@develocity
86
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.2.0
87
87
# Secrets for committing the generated site
88
88
secrets :
89
89
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change 31
31
build :
32
32
if : github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
33
# Temporary use `develocity` branch
34
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@develocity
34
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.2.0
35
35
secrets :
36
36
DV_ACCESS_TOKEN : ${{ secrets.GE_ACCESS_TOKEN }}
37
37
with :
43
43
44
44
merge-dependabot :
45
45
needs : build
46
- uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.1 .0
46
+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.2 .0
47
47
with :
48
48
java-version : 17
49
49
permissions :
Original file line number Diff line number Diff line change 31
31
<parent >
32
32
<groupId >org.apache.logging</groupId >
33
33
<artifactId >logging-parent</artifactId >
34
- <version >11.1 .0</version >
34
+ <version >11.2 .0</version >
35
35
<relativePath />
36
36
</parent >
37
37
You can’t perform that action at this time.
0 commit comments