File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 with :
1919 persist-credentials : false
2020 fetch-depth : 0
21- - uses : stackabletech/actions/run-pre-commit@4483641a7e24057bd2ba51cb4c3f2f0010ad21b7 # v0.8.4
21+ - uses : stackabletech/actions/run-pre-commit@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
2222 with :
2323 python-version : ${{ env.PYTHON_VERSION }}
2424 hadolint : ${{ env.HADOLINT_VERSION }}
Original file line number Diff line number Diff line change 4040 # TODO: Enable the scheduled runs which hard-code what profile to use
4141 - name : Run Integration Test
4242 id : test
43- uses : stackabletech/actions/run-integration-test@736565e3b8f657bcddff2897abcf5ccb82ae3e6c # v0.9.0
43+ uses : stackabletech/actions/run-integration-test@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
4444 with :
4545 replicated-api-token : ${{ secrets.REPLICATED_API_TOKEN }}
4646 test-mode-input : ${{ inputs.test-mode-input }}
5050
5151 - name : Send Notification
5252 if : ${{ failure() || github.run_attempt > 1 }}
53- uses : stackabletech/actions/send-slack-notification@736565e3b8f657bcddff2897abcf5ccb82ae3e6c # v0.9.0
53+ uses : stackabletech/actions/send-slack-notification@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
5454 with :
5555 slack-token : ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
5656 failed-tests : ${{ steps.test.outputs.failed-tests }}
Original file line number Diff line number Diff line change 2626 persist-credentials: false
2727 submodules: recursive
2828 fetch-depth: 0
29- - uses: stackabletech/actions/run-pre-commit@736565e3b8f657bcddff2897abcf5ccb82ae3e6c # v0.9.0
29+ - uses: stackabletech/actions/run-pre-commit@bdac99602eb834b85fdddf207d68e51d0e8b9380 # v0.9.3
3030 with:
3131 python-version: ${{ env.PYTHON_VERSION }}
3232 rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
You can’t perform that action at this time.
0 commit comments