2020 name : Lint
2121 runs-on : ubuntu-22.04
2222 steps :
23- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2424 - name : Run Lint Script for Bazel/Pyupgrade/Black/Clang
2525 run : |
2626 set -x -e
3232 name : Lint for Docs
3333 runs-on : ubuntu-22.04
3434 steps :
35- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3636 - name : Run Lint Script for Docs
3737 run : |
3838 set -x -e
5454 name : macOS
5555 runs-on : macOS-11
5656 steps :
57- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5858 - name : GCP
5959 run : |
6060 cat > service_account_creds.json << EOF
8787 REPO_NAME : ${{ env.REPO_NAME }}
8888 EVENT_NAME : ${{ env.EVENT_NAME }}
8989 steps :
90- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
90+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
9191 - name : GCP
9292 run : |
9393 cat > service_account_creds.json << EOF
@@ -111,7 +111,7 @@ jobs:
111111 name : Bazel macOS
112112 runs-on : macOS-11
113113 steps :
114- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
114+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
115115 - name : GCP
116116 run : |
117117 cat > service_account_creds.json << EOF
@@ -147,7 +147,7 @@ jobs:
147147 matrix :
148148 python : ['3.9', '3.10', '3.11', '3.12']
149149 steps :
150- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
150+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
151151 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
152152 with :
153153 name : ${{ runner.os }}-bazel-bin
@@ -188,7 +188,7 @@ jobs:
188188 matrix :
189189 python : ['3.9']
190190 steps :
191- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
191+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
192192 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
193193 with :
194194 name : ${{ runner.os }}-${{ matrix.python }}-wheel
@@ -225,7 +225,7 @@ jobs:
225225 name : Bazel Linux
226226 runs-on : ubuntu-22.04
227227 steps :
228- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
228+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
229229 - name : GCP
230230 run : |
231231 cat > service_account_creds.json << EOF
@@ -286,7 +286,7 @@ jobs:
286286 matrix :
287287 python : ['3.9', '3.10', '3.11', '3.12']
288288 steps :
289- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
289+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
290290 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
291291 with :
292292 name : ${{ runner.os }}-bazel-bin
@@ -320,7 +320,7 @@ jobs:
320320 matrix :
321321 python : ['3.9']
322322 steps :
323- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
323+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
324324 - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
325325 with :
326326 python-version : ${{ matrix.python }}
@@ -355,7 +355,7 @@ jobs:
355355 name : Bazel Windows
356356 runs-on : windows-2022
357357 steps :
358- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
358+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
359359 - uses : egor-tensin/vs-shell@9a932a62d05192eae18ca370155cf877eecc2202 # v2
360360 with :
361361 arch : x64
@@ -402,7 +402,7 @@ jobs:
402402 matrix :
403403 python : ['3.9', '3.10', '3.11', '3.12']
404404 steps :
405- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
405+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
406406 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
407407 with :
408408 name : ${{ runner.os }}-bazel-bin
@@ -433,7 +433,7 @@ jobs:
433433 matrix :
434434 python : ['3.9']
435435 steps :
436- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
436+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
437437 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
438438 with :
439439 name : ${{ runner.os }}-${{ matrix.python }}-wheel
@@ -563,7 +563,7 @@ jobs:
563563 needs : [release]
564564 runs-on : ubuntu-20.04
565565 steps :
566- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
566+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
567567 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
568568 with :
569569 name : tensorflow-io-release
@@ -587,11 +587,11 @@ jobs:
587587 COPY wheelhouse.version /wheelhouse.version
588588 EOF
589589 - uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
590- - uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1 .0
590+ - uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
591591 with :
592592 username : tfsigio
593593 password : ${{ secrets.DOCKER_PASSWORD }}
594- - uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
594+ - uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2 .0
595595 with :
596596 context : .
597597 push : true
@@ -603,7 +603,7 @@ jobs:
603603 needs : [lint, linux-test, macos-test, windows-test]
604604 runs-on : ubuntu-20.04
605605 steps :
606- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
606+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
607607 - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
608608 with :
609609 python-version : 3.8
@@ -647,7 +647,7 @@ jobs:
647647 name : BUILD_NUMBER
648648 - uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
649649 - run : echo "Build number is $BUILD_NUMBER"
650- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
650+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
651651 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
652652 with :
653653 name : ${{ runner.os }}-bazel-bin
@@ -694,7 +694,7 @@ jobs:
694694 name : BUILD_NUMBER
695695 - uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
696696 - run : echo "Build number is $BUILD_NUMBER"
697- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
697+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
698698 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
699699 with :
700700 name : ${{ runner.os }}-bazel-bin
@@ -734,7 +734,7 @@ jobs:
734734 name : BUILD_NUMBER
735735 - uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
736736 - run : echo "Build number is $BUILD_NUMBER"
737- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
737+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
738738 - uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
739739 with :
740740 name : ${{ runner.os }}-bazel-bin
@@ -828,7 +828,7 @@ jobs:
828828 cp Windows-3.12-nightly/tensorflow_io_nightly*.whl dist/
829829 ls -la dist/
830830 sha256sum dist/*.whl
831- - uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
831+ - uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
832832 with :
833833 user : __token__
834834 password : ${{ secrets.github_tensorflow_io_nightly }}
@@ -850,7 +850,7 @@ jobs:
850850 cp Windows-3.12-nightly/tensorflow_io_gcs_filesystem_nightly*.whl dist/
851851 ls -la dist/
852852 sha256sum dist/*.whl
853- - uses : pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # v1.8.14
853+ - uses : pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # v1.9.0
854854 with :
855855 user : __token__
856856 password : ${{ secrets.tensorflow_io_gcs_filesystem_nightly }}
@@ -861,7 +861,7 @@ jobs:
861861 needs : [linux-nightly, macos-nightly, windows-nightly]
862862 runs-on : ubuntu-20.04
863863 steps :
864- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
864+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
865865 - uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
866866 with :
867867 python-version : 3.8
0 commit comments