Skip to content

Commit abc32ef

Browse files
Bump the github-actions group across 1 directory with 8 updates (#2022)
Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.6` | `4.1.7` | | [docker/login-action](https://github.com/docker/login-action) | `3.1.0` | `3.2.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `5.3.0` | `6.2.0` | | [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) | `1.8.14` | `1.9.0` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `6.0.5` | `6.1.0` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.0.5` | `2.0.6` | | [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester) | `1.12.0` | `1.15.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.25.6` | `3.25.11` | Updates `actions/checkout` from 4.1.6 to 4.1.7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@a5ac7e5...692973e) Updates `docker/login-action` from 3.1.0 to 3.2.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@e92390c...0d4c9c5) Updates `docker/build-push-action` from 5.3.0 to 6.2.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@2cdde99...1556069) Updates `pypa/gh-action-pypi-publish` from 1.8.14 to 1.9.0 - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@81e9d93...ec4db0b) Updates `peter-evans/create-pull-request` from 6.0.5 to 6.1.0 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@6d6857d...c5a7806) Updates `softprops/action-gh-release` from 2.0.5 to 2.0.6 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@69320db...a74c6b7) Updates `reviewdog/action-suggester` from 1.12.0 to 1.15.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](reviewdog/action-suggester@185c9c0...a1d57ff) Updates `github/codeql-action` from 3.25.6 to 3.25.11 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@9fdb3e4...b611370) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: softprops/action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 21bde2c commit abc32ef

File tree

8 files changed

+49
-49
lines changed

8 files changed

+49
-49
lines changed

.github/workflows/api.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
python: ['3.8']
2323
version: ['tensorflow:tensorflow-io-nightly', 'tf-nightly:tensorflow-io', 'tf-nightly:tensorflow-io-nightly']
2424
steps:
25-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
25+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2626
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
2727
with:
2828
python-version: ${{ matrix.python }}
@@ -65,7 +65,7 @@ jobs:
6565
python: ['3.8']
6666
version: ['tensorflow:tensorflow-io-nightly', 'tf-nightly:tensorflow-io', 'tf-nightly:tensorflow-io-nightly']
6767
steps:
68-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
68+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6969
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
7070
with:
7171
python-version: ${{ matrix.python }}
@@ -120,7 +120,7 @@ jobs:
120120
python: ['3.8']
121121
version: ['tensorflow:tensorflow-io-nightly', 'tf-nightly:tensorflow-io', 'tf-nightly:tensorflow-io-nightly']
122122
steps:
123-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
123+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
124124
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
125125
with:
126126
python-version: ${{ matrix.python }}

.github/workflows/benchmarks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python: ['3.8']
2020
version: ['tensorflow:tensorflow-io-nightly', 'tensorflow:tensorflow-io']
2121
steps:
22-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
22+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2323
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
2424
with:
2525
python-version: ${{ matrix.python }}
@@ -58,7 +58,7 @@ jobs:
5858
python: ['3.8']
5959
version: ['tensorflow:tensorflow-io-nightly', 'tensorflow:tensorflow-io']
6060
steps:
61-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
61+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6262
with:
6363
fetch-depth: 0
6464
- uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0

.github/workflows/build.arm64.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Bazel arm64 on macOS
1212
runs-on: macos-13-xlarge
1313
steps:
14-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
14+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1515
with:
1616
fetch-depth: 0
1717
- name: Bazel on macOS
@@ -36,7 +36,7 @@ jobs:
3636
matrix:
3737
python: ['3.9', '3.10', '3.11', '3.12']
3838
steps:
39-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
39+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4040
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
4141
with:
4242
name: ${{ runner.os }}-arm64-bazel-bin
@@ -108,7 +108,7 @@ jobs:
108108
needs: release-macos-arm64
109109
runs-on: ubuntu-20.04
110110
steps:
111-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
111+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
112112
- uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
113113
with:
114114
name: tensorflow-io-release-macos-arm64
@@ -132,11 +132,11 @@ jobs:
132132
COPY wheelhouse.version /wheelhouse.version
133133
EOF
134134
- uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
135-
- uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
135+
- uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
136136
with:
137137
username: tfsigio
138138
password: ${{ secrets.DOCKER_PASSWORD }}
139-
- uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
139+
- uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
140140
with:
141141
context: .
142142
push: true

.github/workflows/build.yml

+23-23
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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
@@ -32,7 +32,7 @@ jobs:
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
@@ -54,7 +54,7 @@ jobs:
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
@@ -87,7 +87,7 @@ jobs:
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

.github/workflows/release.note.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ jobs:
1616
name: README.md
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020
with:
2121
fetch-depth: 0
2222
- run: git tag
2323
- run: python3 tools/release/note_create.py
2424
- run: git diff
2525
- run: python3 tools/release/note_update.py
2626
- run: git diff
27-
- uses: peter-evans/create-pull-request@6d6857d36972b65feb161a90e484f2984215f83e # v6.0.5
27+
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6.1.0
2828
with:
2929
commit-message: Update RELEASE.md [bot]
3030
branch: bot-RELEASE.md

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Release
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2424
with:
2525
fetch-depth: 0
2626
- run: |
@@ -63,19 +63,19 @@ jobs:
6363
echo ${{ steps.info.outputs.name }}
6464
echo ${{ steps.info.outputs.commit }}
6565
cat CURRENT.md
66-
- uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
66+
- uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # v2.0.6
6767
with:
6868
body_path: CURRENT.md
6969
name: ${{ steps.info.outputs.name }}
7070
tag_name: ${{ steps.info.outputs.tag }}
7171
target_commitish: ${{ steps.info.outputs.commit }}
7272
draft: true
73-
- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # master
73+
- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # master
7474
with:
7575
user: __token__
7676
password: ${{ secrets.TEST_PYPI_TOKEN }}
7777
repository_url: https://test.pypi.org/legacy/
78-
#- uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 # master
78+
#- uses: pypa/gh-action-pypi-publish@ec4db0b4ddc65acdf4bff5fa45ac92d78b56bdf0 # master
7979
# with:
8080
# user: __token__
8181
# password: ${{ secrets.PYPI_TOKEN }}

.github/workflows/reviewdog.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,44 +16,44 @@ jobs:
1616
name: Bazel Buildifier
1717
runs-on: ubuntu-20.04
1818
steps:
19-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
19+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2020
- run: |
2121
sudo python3 -m pip install -U numpy pip black pyupgrade
2222
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- bazel
23-
- uses: reviewdog/action-suggester@185c9c06d0a28fbe43b50aca4b32777b649e7cbd # v1.12.0
23+
- uses: reviewdog/action-suggester@a1d57ff096639094e0ba35ef3039e79316364796 # v1.15.0
2424
black:
2525
permissions:
2626
checks: write # for reviewdog/action-suggester to report issues using checks
2727
contents: read # for actions/checkout to fetch code
2828
name: Python Black
2929
runs-on: ubuntu-20.04
3030
steps:
31-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
31+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
3232
- run: |
3333
sudo python3 -m pip install -U numpy pip black pyupgrade
3434
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- black
35-
- uses: reviewdog/action-suggester@185c9c06d0a28fbe43b50aca4b32777b649e7cbd # v1.12.0
35+
- uses: reviewdog/action-suggester@a1d57ff096639094e0ba35ef3039e79316364796 # v1.15.0
3636
clang:
3737
permissions:
3838
checks: write # for reviewdog/action-suggester to report issues using checks
3939
contents: read # for actions/checkout to fetch code
4040
name: Clang Format
4141
runs-on: ubuntu-20.04
4242
steps:
43-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
43+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
4444
- run: |
4545
sudo python3 -m pip install -U numpy pip black pyupgrade
4646
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- clang
47-
- uses: reviewdog/action-suggester@185c9c06d0a28fbe43b50aca4b32777b649e7cbd # v1.12.0
47+
- uses: reviewdog/action-suggester@a1d57ff096639094e0ba35ef3039e79316364796 # v1.15.0
4848
pyupgrade:
4949
permissions:
5050
checks: write # for reviewdog/action-suggester to report issues using checks
5151
contents: read # for actions/checkout to fetch code
5252
name: Python Pyupgrade
5353
runs-on: ubuntu-20.04
5454
steps:
55-
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
55+
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
5656
- run: |
5757
sudo python3 -m pip install -U numpy pip black pyupgrade
5858
bazel run -s --verbose_failures --experimental_repo_remote_exec //tools/lint:lint -- pyupgrade
59-
- uses: reviewdog/action-suggester@185c9c06d0a28fbe43b50aca4b32777b649e7cbd # v1.12.0
59+
- uses: reviewdog/action-suggester@a1d57ff096639094e0ba35ef3039e79316364796 # v1.15.0

0 commit comments

Comments
 (0)