File tree 4 files changed +9
-9
lines changed
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.3 .0
33
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0 .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.x'
47
- uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.3 .0
47
+ uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/12.0 .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.3 .0
60
+ uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/12.0 .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.3 .0
33
+ uses : apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/12.0 .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.3 .0
36
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0 .0
37
37
# Secrets for committing the generated site
38
38
secrets :
39
39
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
51
51
52
52
deploy-site-pro :
53
53
if : github.repository == 'apache/logging-log4j2' && github.ref_name == '2.x-site-pro'
54
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3 .0
54
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0 .0
55
55
# Secrets for committing the generated site
56
56
secrets :
57
57
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
81
81
82
82
deploy-site-rel :
83
83
needs : export-version
84
- uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.3 .0
84
+ uses : apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/12.0 .0
85
85
# Secrets for committing the generated site
86
86
secrets :
87
87
GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change 30
30
31
31
build :
32
32
if : github.repository == 'apache/logging-log4j2' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33
- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.3 .0
33
+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/12.0 .0
34
34
secrets :
35
35
DV_ACCESS_TOKEN : ${{ secrets.GE_ACCESS_TOKEN }}
36
36
with :
42
42
43
43
merge-dependabot :
44
44
needs : build
45
- uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.3 .0
45
+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/12.0 .0
46
46
with :
47
47
java-version : 17
48
48
permissions :
You can’t perform that action at this time.
0 commit comments