Skip to content

Commit b593772

Browse files
committed
nvm, zizmor doesn't like new test-reporter
1 parent fcb9c32 commit b593772

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/main-workflow.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ jobs:
333333
SYNC_SYNCSTORAGE__DATABASE_URL: postgresql://test:test@127.0.0.1/syncstorage
334334

335335
- name: Publish Test Report
336-
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
336+
uses: dorny/test-reporter@a810f9bf83f2344124a920a7a0a85a6716e791f0
337337
if: always()
338338
with:
339339
name: Postgres Unit Tests
@@ -461,7 +461,7 @@ jobs:
461461
SYNCSTORAGE_RS_IMAGE: app:build
462462

463463
- name: Publish E2E Test Report
464-
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
464+
uses: dorny/test-reporter@a810f9bf83f2344124a920a7a0a85a6716e791f0
465465
if: always()
466466
with:
467467
name: Postgres E2E Tests
@@ -615,7 +615,7 @@ jobs:
615615
SYNC_SYNCSTORAGE__ENFORCE_QUOTA: 1
616616

617617
- name: Publish Test Report
618-
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
618+
uses: dorny/test-reporter@a810f9bf83f2344124a920a7a0a85a6716e791f0
619619
if: always()
620620
with:
621621
name: MySQL Unit Tests
@@ -744,7 +744,7 @@ jobs:
744744
SYNCSTORAGE_RS_IMAGE: app:build
745745

746746
- name: Publish E2E Test Report
747-
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
747+
uses: dorny/test-reporter@a810f9bf83f2344124a920a7a0a85a6716e791f0
748748
if: always()
749749
with:
750750
name: MySQL E2E Tests
@@ -932,7 +932,7 @@ jobs:
932932
run: make spanner_test_with_coverage
933933

934934
- name: Publish Test Report
935-
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
935+
uses: dorny/test-reporter@a810f9bf83f2344124a920a7a0a85a6716e791f0
936936
if: always()
937937
with:
938938
name: Spanner Unit Tests
@@ -1062,7 +1062,7 @@ jobs:
10621062
SYNCSTORAGE_RS_IMAGE: app:build
10631063

10641064
- name: Publish E2E Test Report
1065-
uses: dorny/test-reporter@a43b3a5f7366b97d083190328d2c652e1a8b6aa2 # v3
1065+
uses: dorny/test-reporter@a810f9bf83f2344124a920a7a0a85a6716e791f0
10661066
if: always()
10671067
with:
10681068
name: Spanner E2E Tests

0 commit comments

Comments
 (0)