20
20
name : Lint
21
21
runs-on : ubuntu-22.04
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
- name : Run Lint Script for Bazel/Pyupgrade/Black/Clang
25
25
run : |
26
26
set -x -e
32
32
name : Lint for Docs
33
33
runs-on : ubuntu-22.04
34
34
steps :
35
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
36
36
- name : Run Lint Script for Docs
37
37
run : |
38
38
set -x -e
54
54
name : macOS
55
55
runs-on : macOS-11
56
56
steps :
57
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
57
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
58
58
- name : GCP
59
59
run : |
60
60
cat > service_account_creds.json << EOF
87
87
REPO_NAME : ${{ env.REPO_NAME }}
88
88
EVENT_NAME : ${{ env.EVENT_NAME }}
89
89
steps :
90
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
90
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
91
91
- name : GCP
92
92
run : |
93
93
cat > service_account_creds.json << EOF
@@ -111,7 +111,7 @@ jobs:
111
111
name : Bazel macOS
112
112
runs-on : macOS-11
113
113
steps :
114
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
114
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
115
115
- name : GCP
116
116
run : |
117
117
cat > service_account_creds.json << EOF
@@ -147,7 +147,7 @@ jobs:
147
147
matrix :
148
148
python : ['3.9', '3.10', '3.11', '3.12']
149
149
steps :
150
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
150
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
151
151
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
152
152
with :
153
153
name : ${{ runner.os }}-bazel-bin
@@ -188,7 +188,7 @@ jobs:
188
188
matrix :
189
189
python : ['3.9']
190
190
steps :
191
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
191
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
192
192
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
193
193
with :
194
194
name : ${{ runner.os }}-${{ matrix.python }}-wheel
@@ -225,7 +225,7 @@ jobs:
225
225
name : Bazel Linux
226
226
runs-on : ubuntu-22.04
227
227
steps :
228
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
228
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
229
229
- name : GCP
230
230
run : |
231
231
cat > service_account_creds.json << EOF
@@ -286,7 +286,7 @@ jobs:
286
286
matrix :
287
287
python : ['3.9', '3.10', '3.11', '3.12']
288
288
steps :
289
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
289
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
290
290
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
291
291
with :
292
292
name : ${{ runner.os }}-bazel-bin
@@ -320,7 +320,7 @@ jobs:
320
320
matrix :
321
321
python : ['3.9']
322
322
steps :
323
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
323
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
324
324
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
325
325
with :
326
326
python-version : ${{ matrix.python }}
@@ -355,7 +355,7 @@ jobs:
355
355
name : Bazel Windows
356
356
runs-on : windows-2022
357
357
steps :
358
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
358
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
359
359
- uses : egor-tensin/vs-shell@9a932a62d05192eae18ca370155cf877eecc2202 # v2
360
360
with :
361
361
arch : x64
@@ -402,7 +402,7 @@ jobs:
402
402
matrix :
403
403
python : ['3.9', '3.10', '3.11', '3.12']
404
404
steps :
405
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
405
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
406
406
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
407
407
with :
408
408
name : ${{ runner.os }}-bazel-bin
@@ -433,7 +433,7 @@ jobs:
433
433
matrix :
434
434
python : ['3.9']
435
435
steps :
436
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
436
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
437
437
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
438
438
with :
439
439
name : ${{ runner.os }}-${{ matrix.python }}-wheel
@@ -563,7 +563,7 @@ jobs:
563
563
needs : [release]
564
564
runs-on : ubuntu-20.04
565
565
steps :
566
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
566
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
567
567
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
568
568
with :
569
569
name : tensorflow-io-release
@@ -587,11 +587,11 @@ jobs:
587
587
COPY wheelhouse.version /wheelhouse.version
588
588
EOF
589
589
- 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
591
591
with :
592
592
username : tfsigio
593
593
password : ${{ secrets.DOCKER_PASSWORD }}
594
- - uses : docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3 .0
594
+ - uses : docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2 .0
595
595
with :
596
596
context : .
597
597
push : true
@@ -603,7 +603,7 @@ jobs:
603
603
needs : [lint, linux-test, macos-test, windows-test]
604
604
runs-on : ubuntu-20.04
605
605
steps :
606
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
606
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
607
607
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
608
608
with :
609
609
python-version : 3.8
@@ -647,7 +647,7 @@ jobs:
647
647
name : BUILD_NUMBER
648
648
- uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
649
649
- run : echo "Build number is $BUILD_NUMBER"
650
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
650
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
651
651
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
652
652
with :
653
653
name : ${{ runner.os }}-bazel-bin
@@ -694,7 +694,7 @@ jobs:
694
694
name : BUILD_NUMBER
695
695
- uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
696
696
- run : echo "Build number is $BUILD_NUMBER"
697
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
697
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
698
698
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
699
699
with :
700
700
name : ${{ runner.os }}-bazel-bin
@@ -734,7 +734,7 @@ jobs:
734
734
name : BUILD_NUMBER
735
735
- uses : einaregilsson/build-number@46decf22c413b48c8923e98b2b5836f8aaf7781e # v3
736
736
- run : echo "Build number is $BUILD_NUMBER"
737
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
737
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
738
738
- uses : actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
739
739
with :
740
740
name : ${{ runner.os }}-bazel-bin
@@ -828,7 +828,7 @@ jobs:
828
828
cp Windows-3.12-nightly/tensorflow_io_nightly*.whl dist/
829
829
ls -la dist/
830
830
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
832
832
with :
833
833
user : __token__
834
834
password : ${{ secrets.github_tensorflow_io_nightly }}
@@ -850,7 +850,7 @@ jobs:
850
850
cp Windows-3.12-nightly/tensorflow_io_gcs_filesystem_nightly*.whl dist/
851
851
ls -la dist/
852
852
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
854
854
with :
855
855
user : __token__
856
856
password : ${{ secrets.tensorflow_io_gcs_filesystem_nightly }}
@@ -861,7 +861,7 @@ jobs:
861
861
needs : [linux-nightly, macos-nightly, windows-nightly]
862
862
runs-on : ubuntu-20.04
863
863
steps :
864
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
864
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
865
865
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
866
866
with :
867
867
python-version : 3.8
0 commit comments