File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838
3939 build :
4040 if : github.actor != 'dependabot[bot]'
41- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.4 .0
41+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5 .0
4242 with :
4343 java-version : |
4444 8
4848 deploy-snapshot :
4949 needs : build
5050 if : github.repository == 'apache/logging-log4j-scala' && github.ref_name == 'main'
51- uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.4 .0
51+ uses : apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/10.5 .0
5252 # Secrets for deployments
5353 secrets :
5454 NEXUS_USER : ${{ secrets.NEXUS_USER }}
6161 deploy-release :
6262 needs : build
6363 if : github.repository == 'apache/logging-log4j-scala' && startsWith(github.ref_name, 'release/')
64- uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.4 .0
64+ uses : apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/10.5 .0
6565 # Secrets for deployments
6666 secrets :
6767 GPG_SECRET_KEY : ${{ secrets.LOGGING_GPG_SECRET_KEY }}
Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
3030
3131 build :
3232 if : github.repository == 'apache/logging-log4j-scala' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]'
33- uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.4 .0
33+ uses : apache/logging-parent/.github/workflows/build-reusable.yaml@rel/10.5 .0
3434 with :
3535 java-version : |
3636 8
3737 17
3838
3939 merge-dependabot :
4040 needs : build
41- uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.4 .0
41+ uses : apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/10.5 .0
4242 permissions :
4343 contents : write # to push changelog commits
4444 pull-requests : write # to close the PR
Original file line number Diff line number Diff line change 33 xmlns =" http://logging.apache.org/log4j/changelog"
44 xsi : schemaLocation =" http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
55 type =" changed" >
6- <issue id =" 38 " link =" https://github.com/apache/logging-log4j-scala/pull/38 " />
6+ <issue id =" 42 " link =" https://github.com/apache/logging-log4j-scala/pull/42 " />
77 <description format =" asciidoc" >Update `apache/logging-parent` to version ``</description >
88</entry >
Original file line number Diff line number Diff line change @@ -49,6 +49,6 @@ This minor release contains various bug fixes and improvements.
4949==== Changed
5050
5151* Update `org.apache.logging:logging-parent` to version `10.2.0`
52- * Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-scala/pull/38[38 ])
52+ * Update `apache/logging-parent` to version `` (https://github.com/apache/logging-log4j-scala/pull/42[42 ])
5353* Update `org.apache.logging.log4j:log4j-bom` to version `2.22.0` (https://github.com/apache/logging-log4j-scala/pull/37[37])
5454* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j-scala/pull/41[41])
You can’t perform that action at this time.
0 commit comments