This is an automated email from the ASF dual-hosted git repository.
derrickaw pushed a change to branch 20260624_zizmorInitial
in repository https://gitbox.apache.org/repos/asf/beam.git
discard 354a6ae6a7e add more initial findings
discard 76c44e72e77 another fix
discard c6243e78541 redo build release candidate workflow after change
discard fafe46f00c5 fix another workflow
discard ba37b2ff3aa add comment
discard ef1abb0d80d add rule about action hashes
discard 96ddb0cd511 Initial zizmor findings
add 8e63c0775a9 Fix cloud_build_machine_type option (#39342)
add 0c61055eb85 Fix PreCommit IOs with Java11 (#39343)
add 24a6dbd67e6 Bump distlib from 0.4.2 to 0.4.3 in /sdks/python (#38959)
add d824065b791 Fix test_get_python_sdk_name to use supported Python
version
add 27071755ddd Add a note and reformat
add 1e4bd73cbc4 Merge pull request #39328 from
shunping/fix-test-get-python-sdk-name
add 9b534c041b6 Bump google.golang.org/grpc from 1.82.0 to 1.82.1 in /sdks
(#39346)
add 68b492aa50b Bump cloud.google.com/go/pubsub from 1.50.4 to 1.51.0 in
/sdks (#39347)
add 5ca8f5a5be9 Bump zizmorcore/zizmor-action from 0.5.7 to 0.6.0 (#39348)
add 2cd12e5968c Bump actions/setup-go from 6 to 7 (#39349)
add b56b0e4987b fix flakey fileiotest (#39174)
add 2a07ef28c23 Initial zizmor findings
add a7755c88be2 add rule about action hashes
add 6a780f079e5 add comment
add 44fa96a3fd8 fix another workflow
add 6266a3b1238 redo build release candidate workflow after change
add abc9c1c26c4 another fix
add f30b996fdb8 add more initial findings
add 067d905a2b4 fix more zizmor initial issues after merge conflict
resolution
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 (354a6ae6a7e)
\
N -- N -- N refs/heads/20260624_zizmorInitial (067d905a2b4)
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/beam_PreCommit_GHA.yml | 2 +-
.../beam_PreCommit_Java_HBase_IO_Direct.yml | 2 +
.github/workflows/build_release_candidate.yml | 5 +-
.github/workflows/codeql.yml | 2 +-
.github/workflows/tour_of_beam_backend.yml | 2 +-
.../org/apache/beam/gradle/BeamModulePlugin.groovy | 7 +++
sdks/go.mod | 4 +-
sdks/go.sum | 8 ++--
.../java/org/apache/beam/sdk/io/FileIOTest.java | 54 ++++++++++++++++++++--
.../runners/dataflow/internal/apiclient.py | 8 ++--
.../runners/dataflow/internal/apiclient_test.py | 7 ++-
.../runners/portability/sdk_container_builder.py | 2 +-
.../portability/sdk_container_builder_test.py | 41 ++++++++++++++++
sdks/python/pyproject.toml | 2 +-
14 files changed, 122 insertions(+), 24 deletions(-)