File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858 echo "SHORTSHA=$(git log -1 ${{ github.event.inputs.git_commit }} --format="%h")" >> "$GITHUB_OUTPUT"
5959 echo "TITLE=$(git log -1 ${{ github.event.inputs.git_commit }} --format="%s")" >> "$GITHUB_OUTPUT"
6060 - name : Create Pull Request with changes
61- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
61+ uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
6262 with :
6363 title : ' ${{ github.event.inputs.release_branch }} cherry-pick: ${{ steps.cherrypick.outputs.SHORTSHA }} "${{ steps.cherrypick.outputs.TITLE }}"'
6464 committer : TensorFlow Release Automation <jenkins@tensorflow.org>
Original file line number Diff line number Diff line change 4646 persist-credentials : false
4747
4848 - name : " Run analysis"
49- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
49+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
5050 with :
5151 results_file : results.sarif
5252 results_format : sarif
5555 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
5656 # format to the repository Actions tab.
5757 - name : " Upload artifact"
58- uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
58+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
5959 with :
6060 name : SARIF file
6161 path : results.sarif
6464 # Upload the results to GitHub's code scanning dashboard (optional).
6565 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
6666 - name : " Upload to code-scanning"
67- uses : github/codeql-action/upload-sarif@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
67+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
6868 with :
6969 sarif_file : results.sarif
Original file line number Diff line number Diff line change 4343 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4444 -
4545 name : Set up Docker Buildx
46- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
46+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
4747 -
4848 name : Login to DockerHub
4949 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
6767 -
6868 name : Build and push
6969 id : docker_build
70- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
70+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
7171 with :
7272 push : true
7373 context : ./tensorflow/tools/tf_sig_build_dockerfiles
Original file line number Diff line number Diff line change 4747 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4848 -
4949 name : Set up Docker Buildx
50- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
50+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
5151 -
5252 name : Login to GCR
5353 if : contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging')
7373 -
7474 name : Build containers, and push to GCR only if the 'build and push to gcr.io for staging' label is applied
7575 id : docker_build
76- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
76+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
7777 with :
7878 push : ${{ contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging') }}
7979 context : ./tensorflow/tools/tf_sig_build_dockerfiles
Original file line number Diff line number Diff line change 4646 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4747 -
4848 name : Set up Docker Buildx
49- uses : docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # v3.8 .0
49+ uses : docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3.10 .0
5050 -
5151 name : Login to DockerHub
5252 uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
8282 -
8383 name : Build and push
8484 id : docker_build
85- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
85+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
8686 with :
8787 push : true
8888 context : ./tensorflow/tools/tf_sig_build_dockerfiles
Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ jobs:
130130 map sigbuild-r2.17-clang-python3.11 2.17-python3.11
131131 map sigbuild-r2.17-clang-python3.12 2.17-python3.12
132132 - name : Create Pull Request with changes
133- uses : peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
133+ uses : peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
134134 with :
135135 title : Update the RBE images to the latest container versions
136136 committer : TensorFlow Release Automation <jenkins@tensorflow.org>
You can’t perform that action at this time.
0 commit comments