File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
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
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel /11.2 .0
33
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@release /11.3 .0
34
34
secrets :
35
35
DV_ACCESS_TOKEN : ${{ startsWith(github.ref_name, 'release/') && '' || secrets.GE_ACCESS_TOKEN }}
36
36
with :
44
44
deploy-snapshot :
45
45
needs : build
46
46
if : github.repository == 'apache/logging-log4j2' && github.ref_name == '2.24.x'
47
- uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel /11.2 .0
47
+ uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@release /11.3 .0
48
48
# Secrets for deployments
49
49
secrets :
50
50
NEXUS_USERNAME : ${{ secrets.NEXUS_USER }}
57
57
deploy-release :
58
58
needs : build
59
59
if : github.repository == 'apache/logging-log4j2' && startsWith(github.ref_name, 'release/')
60
- uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel /11.2 .0
60
+ uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@release /11.3 .0
61
61
# Secrets for deployments
62
62
secrets :
63
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.2 .0
33
+ uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@release /11.3 .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@rel /11.2 .0
36
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@release /11.3 .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@rel /11.2 .0
56
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@release /11.3 .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@rel /11.2 .0
86
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@release /11.3 .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@rel /11.2 .0
34
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@release /11.3 .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.2 .0
46
+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@release /11.3 .0
47
47
with :
48
48
java-version : 17
49
49
permissions :
You can’t perform that action at this time.
0 commit comments