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 826d04f1ed7 Bump actions/checkout from 3 to 4
     add 2dc766512c0 Bump github.com/aws/aws-sdk-go-v2 from 1.21.1 to 1.21.2 in 
/sdks (#28978)
     add 3a749a9a6ba Add GitHub Workflow Replacements for Jenkins 
job_Python_LoadTests_Smoke and job_Java_LoadTests_GBK_Smoke (#28854)
     add 71b8e93b6d3 Add GitHub Workflow Replacements for Jenkins 
job_Python_ParDo_DataFlow and job_Python_ParDo_Flink (#28894)
     add b2430451824 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   (826d04f1ed7)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/checkout-4 (b2430451824)

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:
 .../workflows/beam_LoadTests_Java_GBK_Smoke.yml    | 116 +++++++++++++++
 .../beam_LoadTests_Python_ParDo_Dataflow_Batch.yml | 126 +++++++++++++++++
 ...m_LoadTests_Python_ParDo_Dataflow_Streaming.yml | 126 +++++++++++++++++
 .../beam_LoadTests_Python_ParDo_Flink_Batch.yml    | 131 +++++++++++++++++
 ...beam_LoadTests_Python_ParDo_Flink_Streaming.yml | 155 +++++++++++++++++++++
 .github/workflows/beam_LoadTests_Python_Smoke.yml  | 103 ++++++++++++++
 .../java_Smoke_GroupByKey_Dataflow.txt             |  23 +++
 .../java_Smoke_GroupByKey_Direct.txt               |  20 +++
 .../java_Smoke_GroupByKey_Flink.txt                |  21 +++
 .../java_Smoke_GroupByKey_Spark.txt                |  22 +++
 .../python_ParDo_Dataflow_Batch_100_Counters.txt   |  29 ++++
 .../python_ParDo_Dataflow_Batch_10_Counters.txt    |  29 ++++
 .../python_ParDo_Dataflow_Batch_10_Iterations.txt  |  29 ++++
 .../python_ParDo_Dataflow_Batch_200_Iterations.txt |  29 ++++
 ...ython_ParDo_Dataflow_Streaming_100_Counters.txt |  31 +++++
 ...python_ParDo_Dataflow_Streaming_10_Counters.txt |  31 +++++
 ...thon_ParDo_Dataflow_Streaming_10_Iterations.txt |  31 +++++
 ...hon_ParDo_Dataflow_Streaming_200_Iterations.txt |  31 +++++
 .../python_ParDo_Flink_Batch_10_Counters.txt       |  29 ++++
 .../python_ParDo_Flink_Batch_10_Iterations.txt     |  29 ++++
 .../python_ParDo_Flink_Batch_200_Iterations.txt    |  29 ++++
 .../python_ParDo_Flink_Streaming_100_Counters.txt  |  31 +++++
 .../python_ParDo_Flink_Streaming_10_Counters.txt   |  31 +++++
 .../python_ParDo_Flink_Streaming_10_Iterations.txt |  32 +++++
 ...python_ParDo_Flink_Streaming_200_Iterations.txt |  31 +++++
 .../python_ParDo_Flink_Streaming_5_Iterations.txt  |  35 +++++
 .../python_Smoke_GroupByKey_Dataflow.txt           |  23 +++
 .../python_Smoke_GroupByKey_Direct.txt             |  23 +++
 sdks/go.mod                                        |   2 +-
 sdks/go.sum                                        |   3 +-
 30 files changed, 1379 insertions(+), 2 deletions(-)
 create mode 100644 .github/workflows/beam_LoadTests_Java_GBK_Smoke.yml
 create mode 100644 
.github/workflows/beam_LoadTests_Python_ParDo_Dataflow_Batch.yml
 create mode 100644 
.github/workflows/beam_LoadTests_Python_ParDo_Dataflow_Streaming.yml
 create mode 100644 
.github/workflows/beam_LoadTests_Python_ParDo_Flink_Batch.yml
 create mode 100644 
.github/workflows/beam_LoadTests_Python_ParDo_Flink_Streaming.yml
 create mode 100644 .github/workflows/beam_LoadTests_Python_Smoke.yml
 create mode 100644 
.github/workflows/load-tests-job-configs/java_Smoke_GroupByKey_Dataflow.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/java_Smoke_GroupByKey_Direct.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/java_Smoke_GroupByKey_Flink.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/java_Smoke_GroupByKey_Spark.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Batch_100_Counters.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Batch_10_Counters.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Batch_10_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Batch_200_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Streaming_100_Counters.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Streaming_10_Counters.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Streaming_10_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Dataflow_Streaming_200_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Batch_10_Counters.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Batch_10_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Batch_200_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Streaming_100_Counters.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Streaming_10_Counters.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Streaming_10_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Streaming_200_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_ParDo_Flink_Streaming_5_Iterations.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_Smoke_GroupByKey_Dataflow.txt
 create mode 100644 
.github/workflows/load-tests-job-configs/python_Smoke_GroupByKey_Direct.txt

Reply via email to