File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 87
87
python -c 'from tensorflow_io_gcs_filesystem.core.python.ops import plugin_gs; print(plugin_gs)'
88
88
python -m pytest --benchmark-only --benchmark-json benchmark.json -v --import-mode=append $(find . -type f \( -iname "test_*.py" ! \( -iname "test_*_v1.py" -o -iname "test_bigquery.py" \) \))
89
89
- name : Store benchmark result
90
- uses : rhysd/github-action-benchmark@315072f079db10e96004ffb95b9b7263bf3a547e # v1.19.2
90
+ uses : rhysd/github-action-benchmark@cc9ac13ce81036c9b67fcfe2cb95ca366684b9ea # v1.19.3
91
91
with :
92
92
name : Tensorflow-IO Benchmarks
93
93
tool : ' pytest'
Original file line number Diff line number Diff line change 59
59
60
60
# Upload the results to GitHub's code scanning dashboard.
61
61
- name : " Upload to code-scanning"
62
- uses : github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
62
+ uses : github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
63
63
with :
64
64
sarif_file : results.sarif
You can’t perform that action at this time.
0 commit comments