File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ jobs:
5252 run : find /home/ubuntu/actions-runner/_work/tensorflow/tensorflow/. -name . -o -prune -exec sudo rm -rf -- {} + || true
5353 - name : Checkout repository for nightly (skipped for releases)
5454 if : ${{ github.event_name == 'schedule' }}
55- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
55+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5656 with :
5757 ref : ' nightly'
5858 - name : Checkout repository for releases (skipped for nightly)
5959 if : ${{ github.event_name == 'push' }}
60- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
60+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6161 - name : Build and test pip wheel
6262 shell : bash
6363 run : |
Original file line number Diff line number Diff line change @@ -50,12 +50,12 @@ jobs:
5050 run : find /home/ubuntu/actions-runner/_work/tensorflow/tensorflow/. -name . -o -prune -exec sudo rm -rf -- {} + || true
5151 - name : Checkout repository for nightly (skipped for releases)
5252 if : ${{ github.event_name == 'schedule' }}
53- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
53+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5454 with :
5555 ref : ' nightly'
5656 - name : Checkout repository
5757 if : ${{ github.event_name == 'push' }}
58- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5959 - name : Build binary and run C++ tests
6060 shell : bash
6161 run : |
Original file line number Diff line number Diff line change @@ -51,12 +51,12 @@ jobs:
5151 run : find /home/ubuntu/actions-runner/_work/tensorflow/tensorflow/. -name . -o -prune -exec sudo rm -rf -- {} + || true
5252 - name : Checkout repository for nightly (skipped for releases)
5353 if : ${{ github.event_name == 'schedule' }}
54- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
54+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5555 with :
5656 ref : ' nightly'
5757 - name : Checkout repository
5858 if : ${{ github.event_name == 'push' }}
59- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
59+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
6060 - name : Build binary and run python tests on nightly for all python versions
6161 shell : bash
6262 run : |
Original file line number Diff line number Diff line change 4747 shell : bash
4848 run : find /home/ubuntu/actions-runner/_work/tensorflow/tensorflow/. -name . -o -prune -exec sudo rm -rf -- {} + || true
4949 - name : Checkout repository
50- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
50+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
5151 - name : Build binary and run python tests
5252 shell : bash
5353 run : |
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Check out a copy of the repository
33- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3434
3535 - name : Check whether the citation metadata from CITATION.cff is valid
3636 uses : citation-file-format/cffconvert-github-action@4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084 # v2.0.0
Original file line number Diff line number Diff line change 3333 startsWith(github.event.head_commit.message, 'Rollback of PR #')
3434 steps :
3535 - name : Checkout repo
36- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3737 - name : Create a new Github Issue
3838 uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
3939 with :
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ permissions:
2828jobs :
2929 scan-scheduled :
3030 if : github.repository == 'tensorflow/tensorflow'
31- uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.4 "
31+ uses : " google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v1.8.5 "
3232 with :
3333 scan-args : |-
3434 --lockfile=requirements.txt:./requirements_lock_3_9.txt
Original file line number Diff line number Diff line change 2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout code
31- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
31+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
3232 - name : Get file changes
3333 id : get_file_changes
3434 uses : trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b # v1.2.4
Original file line number Diff line number Diff line change 4545 if : github.repository == 'tensorflow/tensorflow' # Don't do this in forks
4646 steps :
4747 - name : Checkout code
48- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4949 with :
5050 ref : ${{ github.event.inputs.release_branch }}
5151 - name : Get some helpful info for formatting
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@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
61+ uses : peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
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 4141
4242 steps :
4343 - name : " Checkout code"
44- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44+ uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
4545 with :
4646 persist-credentials : false
4747
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@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
67+ uses : github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
6868 with :
6969 sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments