Update `apache/logging-parent` to version `` (#57)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7087dd0..7214557 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml
@@ -38,7 +38,7 @@ build: if: github.actor != 'dependabot[bot]' - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.1.0 with: java-version: | 8 @@ -48,7 +48,7 @@ deploy-snapshot: needs: build if: github.repository == 'apache/logging-log4j-scala' && github.ref_name == 'main' - uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/deploy-snapshot-reusable.yaml@rel/11.1.0 # Secrets for deployments secrets: NEXUS_USERNAME: ${{ secrets.NEXUS_USER }} @@ -61,7 +61,7 @@ deploy-release: needs: build if: github.repository == 'apache/logging-log4j-scala' && startsWith(github.ref_name, 'release/') - uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/deploy-release-reusable.yaml@rel/11.1.0 # Secrets for deployments secrets: GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 18ef514..04cd284 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml
@@ -31,7 +31,7 @@ jobs: analyze: - uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/codeql-analysis-reusable.yaml@rel/11.1.0 with: java-version: | 8
diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 6557070..611a14d 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml
@@ -33,7 +33,7 @@ deploy-site-stg: if: github.repository == 'apache/logging-log4j-scala' && github.ref_name == 'main' - uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.1.0 # Secrets for committing the generated site secrets: GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }} @@ -50,7 +50,7 @@ deploy-site-pro: if: github.repository == 'apache/logging-log4j-scala' && github.ref_name == 'main-site-pro' - uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.1.0 # Secrets for committing the generated site secrets: GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }} @@ -79,7 +79,7 @@ deploy-site-rel: needs: export-version - uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/deploy-site-reusable.yaml@rel/11.1.0 # Secrets for committing the generated site secrets: GPG_SECRET_KEY: ${{ secrets.LOGGING_GPG_SECRET_KEY }}
diff --git a/.github/workflows/merge-dependabot.yaml b/.github/workflows/merge-dependabot.yaml index 7a324cb..c4a5b8d 100644 --- a/.github/workflows/merge-dependabot.yaml +++ b/.github/workflows/merge-dependabot.yaml
@@ -30,7 +30,7 @@ build: if: github.repository == 'apache/logging-log4j-scala' && github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]' - uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/build-reusable.yaml@rel/11.1.0 with: java-version: | 8 @@ -38,7 +38,7 @@ merge-dependabot: needs: build - uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.0.0 + uses: apache/logging-parent/.github/workflows/merge-dependabot-reusable.yaml@rel/11.1.0 permissions: contents: write # to push changelog commits pull-requests: write # to close the PR
diff --git a/src/changelog/.13.x.x/update_apache_logging_parent.xml b/src/changelog/.13.x.x/update_apache_logging_parent.xml new file mode 100644 index 0000000..28a217d --- /dev/null +++ b/src/changelog/.13.x.x/update_apache_logging_parent.xml
@@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="https://logging.apache.org/xml/ns" + xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" + type="updated"> + <issue id="57" link="https://github.com/apache/logging-log4j-scala/pull/57"/> + <description format="asciidoc">Update `apache/logging-parent` to version ``</description> +</entry>