We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 999ea29 commit 36919c2Copy full SHA for 36919c2
.github/workflows/integration-test.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: Run Integration Test
88
id: test
89
- uses: stackabletech/actions/run-integration-test@5901c3b1455488820c4be367531e07c3c3e82538 # v0.4.0
+ uses: stackabletech/actions/run-integration-test@51b569051ba7108e9d517ac60c11a9d562c44a87 # v0.4.0 TODO: Use released version
90
with:
91
test-platform: ${{ env.TEST_PLATFORM }}-${{ env.TEST_ARCHITECTURE }}
92
test-run: ${{ env.TEST_RUN }}
0 commit comments