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 2e058f18cbb Bump actions/checkout from 3 to 4
add 635f9ef5a0e Bump github.com/testcontainers/testcontainers-go in /sdks
(#28550)
add a70a5845230 Add schema-aware text file reading and writing. (#28486)
add 275b177fa41 Bump google.golang.org/api from 0.141.0 to 0.142.0 in
/sdks (#28549)
add 93c3224be6d Enable remote gradle cache and build scan for GitHub
Actions workflows (#28539)
add 01538d8280b 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 (2e058f18cbb)
\
N -- N -- N
refs/heads/dependabot/github_actions/actions/checkout-4 (01538d8280b)
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/actions/setup-action/action.yml | 2 +
.../action.yml | 53 ++++++++++------------
.../workflows/beam_PostCommit_Go_Dataflow_ARM.yml | 16 ++-----
.../beam_PostCommit_Java_Avro_Versions.yml | 5 ++
.../beam_PostCommit_Java_Examples_Dataflow_ARM.yml | 15 +-----
.../beam_PostCommit_Java_Examples_Flink.yml | 16 ++-----
.../beam_PostCommit_Java_IO_Performance_Tests.yml | 11 ++---
.../beam_PostCommit_Java_ValidatesRunner_Flink.yml | 16 ++-----
.../beam_PostCommit_Python_Examples_Dataflow.yml | 14 ++----
.../beam_PostCommit_Python_Examples_Direct.yml | 14 ++----
.../beam_PostCommit_Python_Examples_Flink.yml | 14 ++----
.../beam_PostCommit_Python_Examples_Spark.yml | 14 ++----
.../beam_PostCommit_Python_MongoDBIO_IT.yml | 14 ++----
...stCommit_Python_ValidatesContainer_Dataflow.yml | 14 ++----
..._Python_ValidatesContainer_Dataflow_With_RC.yml | 16 ++-----
..._PostCommit_Python_ValidatesRunner_Dataflow.yml | 14 ++----
...eam_PostCommit_Python_ValidatesRunner_Flink.yml | 14 ++----
...eam_PostCommit_Python_ValidatesRunner_Samza.yml | 14 ++----
...eam_PostCommit_Python_ValidatesRunner_Spark.yml | 14 ++----
.../workflows/beam_PreCommit_CommunityMetrics.yml | 11 ++---
.github/workflows/beam_PreCommit_Go.yml | 16 ++-----
.github/workflows/beam_PreCommit_GoPortable.yml | 8 ++--
.github/workflows/beam_PreCommit_GoPrism.yml | 8 ++--
.github/workflows/beam_PreCommit_ItFramework.yml | 12 ++---
.github/workflows/beam_PreCommit_Java.yml | 5 ++
.../beam_PreCommit_Java_Debezium_IO_Direct.yml | 5 ++
...beam_PreCommit_Java_ElasticSearch_IO_Direct.yml | 5 ++
.../beam_PreCommit_Java_Examples_Dataflow.yml | 12 ++---
...eam_PreCommit_Java_Examples_Dataflow_Java17.yml | 5 ++
...Commit_Java_File-schema-transform_IO_Direct.yml | 5 ++
.../beam_PreCommit_Java_Flink_Versions.yml | 16 ++-----
.../beam_PreCommit_Java_PVR_Flink_Batch.yml | 5 ++
.github/workflows/beam_PreCommit_Python.yml | 14 ++----
.github/workflows/beam_PreCommit_PythonDocker.yml | 19 ++------
.github/workflows/beam_PreCommit_PythonDocs.yml | 16 ++-----
.../workflows/beam_PreCommit_PythonFormatter.yml | 16 ++-----
.github/workflows/beam_PreCommit_PythonLint.yml | 21 ++-------
.../workflows/beam_PreCommit_Python_Coverage.yml | 16 ++-----
.../workflows/beam_PreCommit_Python_Dataframes.yml | 14 ++----
.../workflows/beam_PreCommit_Python_Examples.yml | 14 ++----
.../beam_PreCommit_Python_Integration.yml | 14 ++----
.../workflows/beam_PreCommit_Python_PVR_Flink.yml | 5 ++
.../workflows/beam_PreCommit_Python_Runners.yml | 14 ++----
.../workflows/beam_PreCommit_Python_Transforms.yml | 14 ++----
.github/workflows/beam_PreCommit_RAT.yml | 11 ++---
.github/workflows/beam_PreCommit_Spotless.yml | 5 ++
.github/workflows/beam_PreCommit_Typescript.yml | 12 ++---
.github/workflows/beam_PreCommit_Website.yml | 11 ++---
.../workflows/beam_PreCommit_Website_Stage_GCS.yml | 12 ++---
.github/workflows/beam_PreCommit_Whitespace.yml | 16 ++-----
...beam_Python_ValidatesContainer_Dataflow_ARM.yml | 8 +---
.github/workflows/beam_Release_NightlySnapshot.yml | 11 ++---
.../beam_Release_Python_NightlySnapshot.yml | 16 ++-----
.github/workflows/java_tests.yml | 27 ++++++-----
.github/workflows/playground_backend_precommit.yml | 15 ++----
.../workflows/tour_of_beam_backend_integration.yml | 9 ++--
.github/workflows/update_python_dependencies.yml | 8 +++-
sdks/go.mod | 23 +++++++---
sdks/go.sum | 49 ++++++++++++++------
sdks/python/apache_beam/yaml/standard_io.yaml | 2 +
sdks/python/apache_beam/yaml/yaml_io.py | 26 +++++++++++
61 files changed, 321 insertions(+), 520 deletions(-)
rename .github/actions/{setup-self-hosted-action =>
setup-environment-action}/action.yml (50%)