File tree 3 files changed +3
-3
lines changed
template/.github/workflows
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
with :
19
19
persist-credentials : false
20
20
fetch-depth : 0
21
- - uses : stackabletech/actions/run-pre-commit@4bfd3b65f22af597fe784599c077dc34bf5894a7 # v0.8.0
21
+ - uses : stackabletech/actions/run-pre-commit@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # v0.8.1
22
22
with :
23
23
python-version : ${{ env.PYTHON_VERSION }}
24
24
hadolint : ${{ env.HADOLINT_VERSION }}
Original file line number Diff line number Diff line change 97
97
if : ${{ failure() }}
98
98
env :
99
99
SLACK_BOT_TOKEN : ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
100
- uses : slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
100
+ uses : slackapi/slack-github-action@fcfb566f8b0aab22203f066d80ca1d7e4b5d05b3 # v1.27.1
101
101
with :
102
102
channel-id : " C07UYJYSMSN" # notifications-integration-tests
103
103
payload : |
Original file line number Diff line number Diff line change 26
26
persist-credentials: false
27
27
submodules: recursive
28
28
fetch-depth: 0
29
- - uses: stackabletech/actions/run-pre-commit@4bfd3b65f22af597fe784599c077dc34bf5894a7 # v0.8.0
29
+ - uses: stackabletech/actions/run-pre-commit@55d2f9fcbcd7884ac929ea65fd6f069e7b7a49d2 # v0.8.1
30
30
with:
31
31
python-version: ${{ env.PYTHON_VERSION }}
32
32
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}
You can’t perform that action at this time.
0 commit comments