Update `apache/logging-parent` to version `` (#13)
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2502ca4..fe6130a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml
@@ -38,14 +38,14 @@ 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: site-enabled: true deploy-snapshot: needs: build if: github.repository == 'apache/logging-log4j-jmx-gui' && github.ref == 'refs/heads/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 }} @@ -54,7 +54,7 @@ deploy-release: needs: build if: github.repository == 'apache/logging-log4j-jmx-gui' && 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 b919f73..9c72b68 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 # Permissions required to publish Security Alerts permissions: actions: read
diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index c9990dd..dd2635d 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-jmx-gui' && 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-jmx-gui' && 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 4dd8f73..f457ea3 100644 --- a/.github/workflows/merge-dependabot.yaml +++ b/.github/workflows/merge-dependabot.yaml
@@ -30,11 +30,11 @@ build: if: github.repository == 'apache/logging-log4j-jmx-gui' && 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 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/.2.x.x/update_apache_logging_parent.xml b/src/changelog/.2.x.x/update_apache_logging_parent.xml new file mode 100644 index 0000000..fadb394 --- /dev/null +++ b/src/changelog/.2.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="13" link="https://github.com/apache/logging-log4j-jmx-gui/pull/13"/> + <description format="asciidoc">Update `apache/logging-parent` to version ``</description> +</entry>