This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/actions/checkout-4
in repository https://gitbox.apache.org/repos/asf/beam.git
omit 7e63bf2895a Bump actions/checkout from 3 to 4
add 65fc174a8ab Remove more Jenkins PreCommit (#28427)
add 9bd5fbfdb8a Consolidate env blocks for stage website precommit (#28458)
add 8f60924a3d5 Bump Healthcare API (#28457)
add 5df59a943d1 Add flag to control automatic exception sampling in Java
(disabled) (#28403)
add 19fec19bf93 Update website to have Beam College banners (#28459)
add a9a0f8dbfca Add official govulncheck action to Go Tests workflow
(#28456)
add f09955e47d7 Bump google.golang.org/grpc from 1.58.0 to 1.58.1 in /sdks
(#28464)
add 108680aadbd gcsio.py use RuntimeError with exc chaining instead of
overwriting previous exception (#28470)
add 8415534040b added beam_PostCommit_PortableJar jobs to GitHub Actions
(#28447)
add fe75442d837 Bump actions/checkout from 3 to 4
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 (7e63bf2895a)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4 (fe75442d837)
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/README.md | 2 +
...w.yml => beam_PostCommit_PortableJar_Flink.yml} | 36 ++++---
...a.yml => beam_PostCommit_PortableJar_Spark.yml} | 29 ++++--
.../workflows/beam_PreCommit_Website_Stage_GCS.yml | 6 +-
.github/workflows/go_tests.yml | 6 ++
.../jenkins/job_PreCommit_CommunityMetrics.groovy | 27 ------
.test-infra/jenkins/job_PreCommit_Go.groovy | 31 ------
.../jenkins/job_PreCommit_Go_Portable.groovy | 31 ------
.../jenkins/job_PreCommit_Kotlin_Examples.groovy | 35 -------
.../job_PreCommit_PythonAutoformatter.groovy | 29 ------
.../jenkins/job_PreCommit_Typescript.groovy | 29 ------
CHANGES.md | 3 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 2 +-
sdks/go.mod | 2 +-
sdks/go.sum | 4 +-
.../java/org/apache/beam/fn/harness/FnHarness.java | 17 ++--
.../apache/beam/fn/harness/debug/DataSampler.java | 63 +++++++++++-
.../beam/fn/harness/debug/OutputSampler.java | 9 +-
.../beam/fn/harness/debug/DataSamplerTest.java | 106 ++++++++++++++++++++-
.../beam/fn/harness/debug/OutputSamplerTest.java | 47 ++++++---
sdks/python/apache_beam/io/gcp/gcsio.py | 3 +-
website/www/site/layouts/partials/header.html | 6 +-
.../static/images/college_2023_banner_desktop.png | Bin 0 -> 159958 bytes
.../static/images/college_2023_banner_mobile.png | Bin 0 -> 594273 bytes
24 files changed, 272 insertions(+), 251 deletions(-)
copy .github/workflows/{beam_PostCommit_XVR_GoUsingJava_Dataflow.yml =>
beam_PostCommit_PortableJar_Flink.yml} (76%)
copy .github/workflows/{beam_PostCommit_Go_VR_Samza.yml =>
beam_PostCommit_PortableJar_Spark.yml} (77%)
delete mode 100644 .test-infra/jenkins/job_PreCommit_CommunityMetrics.groovy
delete mode 100644 .test-infra/jenkins/job_PreCommit_Go.groovy
delete mode 100644 .test-infra/jenkins/job_PreCommit_Go_Portable.groovy
delete mode 100644 .test-infra/jenkins/job_PreCommit_Kotlin_Examples.groovy
delete mode 100644 .test-infra/jenkins/job_PreCommit_PythonAutoformatter.groovy
delete mode 100644 .test-infra/jenkins/job_PreCommit_Typescript.groovy
create mode 100644
website/www/site/static/images/college_2023_banner_desktop.png
create mode 100644
website/www/site/static/images/college_2023_banner_mobile.png