This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/actions/cache-4.1.2 in repository https://gitbox.apache.org/repos/asf/logging-parent.git
omit 529ee26 Update `actions/cache` to version `4.1.2` (#277) add c9f0830 Update `github/codeql-action` to version `3.27.0` (#276) add e88a103 Update `actions/checkout` to version `4.2.2` (#278) add 90fb698 Update `actions/setup-java` to version `4.5.0` (#279) add 266eee8 Update `com.google.errorprone:error_prone_core` to version `2.35.1` (#280) add decb537 Update `org.asciidoctor:asciidoctor-maven-plugin` to version `3.1.0` (#281) add f97e167 Update `org.apache.groovy:groovy` to version `4.0.24` (#282) add 265f7a9 Update `github/codeql-action` to version `3.27.1` (#283) add c012c01 Update `github/codeql-action` to version `3.27.3` (#284) add be5f2a1 Update `org.asciidoctor:asciidoctor-maven-plugin` to version `3.1.1` (#285) add fb83839 Update `github/codeql-action` to version `3.27.4` (#286) add 6829dd0 Update `com.google.errorprone:error_prone_core` to version `2.36.0` (#287) add d1db5f0 Update `github/codeql-action` to version `3.27.5` (#288) add 08777ce Update `biz.aQute.bnd:bnd-maven-plugin` to version `7.1.0` (#289) add fe19ec3 Update `org.cyclonedx:cyclonedx-maven-plugin` to version `2.9.1` (#291) add 2d56a31 Export deployment data to calling workflow (#270) add d08f514 Add separate reproducibility check workflow (#271) add 4cdc4ee Update `org.apache.maven.plugins:maven-artifact-plugin` to version `3.5.3` (#292) add 5e83c3e Update `actions/cache` to version `4.1.2` (#277) This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (529ee26) \ N -- N -- N refs/heads/dependabot/github_actions/actions/cache-4.1.2 (5e83c3e) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .github/workflows/build-reusable.yaml | 32 ++++++-- .github/workflows/codeql-analysis-reusable.yaml | 8 +- .github/workflows/deploy-release-reusable.yaml | 22 +++++- .github/workflows/deploy-site-reusable.yaml | 6 +- .github/workflows/deploy-snapshot-reusable.yaml | 17 ++++- .github/workflows/merge-dependabot-reusable.yaml | 4 +- .../workflows/scorecards-analysis-reusable.yaml | 4 +- .../workflows/verify-reproducibility-reusable.yaml | 87 ++++++++++++++++++++++ pom.xml | 12 +-- .../export_deployment_data.xml} | 3 +- src/changelog/.11.x.x/update_actions_cache.xml | 4 +- src/changelog/.11.x.x/update_actions_checkout.xml | 4 +- .../.11.x.x/update_actions_setup_java.xml | 4 +- .../update_biz_aqute_bnd_bnd_maven_plugin.xml | 3 +- ...date_com_google_errorprone_error_prone_core.xml | 4 +- .../.11.x.x/update_github_codeql_action.xml | 4 +- .../update_org_apache_groovy_groovy.xml | 4 +- ..._apache_maven_plugins_maven_artifact_plugin.xml | 3 +- ...e_org_asciidoctor_asciidoctor_maven_plugin.xml} | 4 +- ...update_org_cyclonedx_cyclonedx_maven_plugin.xml | 4 +- ...loy.xml => verify_reproducibility_reusable.xml} | 5 +- src/site/antora/modules/ROOT/pages/features.adoc | 4 +- 22 files changed, 190 insertions(+), 52 deletions(-) create mode 100644 .github/workflows/verify-reproducibility-reusable.yaml copy src/changelog/{10.2.0/add_bnd_baseline_plugin.xml => .11.x.x/export_deployment_data.xml} (60%) copy src/changelog/{10.5.0 => .11.x.x}/update_biz_aqute_bnd_bnd_maven_plugin.xml (75%) copy src/changelog/{11.3.0 => .11.x.x}/update_org_apache_groovy_groovy.xml (76%) copy src/changelog/{10.3.0 => .11.x.x}/update_org_apache_maven_plugins_maven_artifact_plugin.xml (72%) copy src/changelog/.11.x.x/{update_actions_setup_java.xml => update_org_asciidoctor_asciidoctor_maven_plugin.xml} (60%) copy src/changelog/.11.x.x/{change_nexus_deploy.xml => verify_reproducibility_reusable.xml} (59%)