Skip to content

Commit c7e4388

Browse files
committed
Bump stackable/actions to 0.9.2
1 parent 581b91b commit c7e4388

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

.github/workflows/pr_pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
fetch-depth: 0
21-
- uses: stackabletech/actions/run-pre-commit@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
21+
- uses: stackabletech/actions/run-pre-commit@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
2222
with:
2323
python-version: ${{ env.PYTHON_VERSION }}
2424
hadolint: ${{ env.HADOLINT_VERSION }}

template/.github/workflows/build.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# =============
2+
# This file is automatically generated from the templates in stackabletech/operator-templating
3+
# DON'T MANUALLY EDIT THIS FILE
4+
# =============
5+
---
6+
name: Build Operator Image
7+
8+
on:
9+
pull_request
10+
11+
jobs:
12+
blah:
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: blah
16+
shell: bash
17+
run: |
18+
echo "hello"

template/.github/workflows/integration-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
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@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
43+
uses: stackabletech/actions/run-integration-test@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
4444
with:
4545
replicated-api-token: ${{ secrets.REPLICATED_API_TOKEN }}
4646
test-mode-input: ${{ inputs.test-mode-input }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Send Notification
5252
if: ${{ failure() || github.run_attempt > 1 }}
53-
uses: stackabletech/actions/send-slack-notification@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
53+
uses: stackabletech/actions/send-slack-notification@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
5454
with:
5555
slack-token: ${{ secrets.SLACK_INTEGRATION_TEST_TOKEN }}
5656
failed-tests: ${{ steps.test.outputs.failed-tests }}

template/.github/workflows/pr_pre-commit.yaml.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
persist-credentials: false
2727
submodules: recursive
2828
fetch-depth: 0
29-
- uses: stackabletech/actions/run-pre-commit@720110f799cebcd0a3ef85dbc85452a0e996a749 # v0.9.1
29+
- uses: stackabletech/actions/run-pre-commit@a8610171965bf14e2823a2b213f70ed80ea2425b # v0.9.2
3030
with:
3131
python-version: ${{ env.PYTHON_VERSION }}
3232
rust: ${{ env.RUST_TOOLCHAIN_VERSION }}

0 commit comments

Comments
 (0)