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 97816f2bc52 Bump actions/checkout from 3 to 4
     add b6f432dbaad Bump google.golang.org/api from 0.140.0 to 0.141.0 in 
/sdks (#28463)
     add db01dbe5f3c create run_portable_pipeline test
     add 7642b60385c implement change - required seemingly unrelated changes as 
well
     add 718fb77722b Move confib validation to runner execution time
     add ee603b7d279 Move dot requiring tests out into separate testcase
     add e42f4fb6708 Use module-specific logger
     add 36038fcad4c use tempdir for unit test
     add 7f709e712c3 remove unuseful test comments
     add 90059bdbc57 mypy fix
     add 91842e632b2 Merge pull request #28496 RenderRunner cleanup and fixes.
     add 0d37c6f45d8 [#28187] Add standalone prism validates runner precommit 
(#28487)
     add 4a9bcfe1d9b 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   (97816f2bc52)
            \
             N -- N -- N   
refs/heads/dependabot/github_actions/actions/checkout-4 (4a9bcfe1d9b)

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:
 ...t_GoPortable.yml => beam_PreCommit_GoPrism.yml} | 16 ++++----
 build.gradle.kts                                   |  4 ++
 sdks/go.mod                                        |  2 +-
 sdks/go.sum                                        |  4 +-
 sdks/go/README.md                                  |  1 +
 sdks/go/cmd/prism/prism.go                         | 10 +++--
 .../beam/runners/prism/internal/environments.go    | 16 ++++----
 sdks/go/pkg/beam/runners/prism/internal/execute.go |  4 ++
 .../beam/runners/prism/internal/jobservices/job.go |  4 ++
 .../beam/runners/prism/internal/worker/worker.go   | 11 ++---
 sdks/go/pkg/beam/runners/prism/prism.go            |  6 +--
 sdks/go/test/build.gradle                          | 24 +++++++++++
 sdks/go/test/integration/integration.go            |  4 +-
 sdks/go/test/run_validatesrunner_tests.sh          | 16 +++++---
 sdks/python/apache_beam/runners/render.py          | 41 +++++++++----------
 sdks/python/apache_beam/runners/render_test.py     | 47 ++++++++++++++++++----
 16 files changed, 146 insertions(+), 64 deletions(-)
 copy .github/workflows/{beam_PreCommit_GoPortable.yml => 
beam_PreCommit_GoPrism.yml} (89%)

Reply via email to