File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9393 run : npm run test:coverage --if-present
9494
9595 - name : Collect coverage
96- uses : codecov/codecov-action@ad3126e916f78f00edff4ed0317cf185271ccc2d # v5.4.2
96+ uses : codecov/codecov-action@18283e04ce6e62d37312384ff67231eb8fd56d24 # v5.4.3
9797 with :
9898 files : ./coverage/lcov.info
9999
Original file line number Diff line number Diff line change 7676
7777 services :
7878 mariadb :
79- image : ghcr.io/nextcloud/continuous-integration-mariadb-${{ matrix.mariadb-versions }}:latest
79+ image : ghcr.io/nextcloud/continuous-integration-mariadb-${{ matrix.mariadb-versions }}:latest # zizmor: ignore[unpinned-images]
8080 ports :
8181 - 4444:3306/tcp
8282 env :
Original file line number Diff line number Diff line change 7474
7575 services :
7676 mysql :
77- image : ghcr.io/nextcloud/continuous-integration-mysql-${{ matrix.mysql-versions }}:latest
77+ image : ghcr.io/nextcloud/continuous-integration-mysql-${{ matrix.mysql-versions }}:latest # zizmor: ignore[unpinned-images]
7878 ports :
7979 - 4444:3306/tcp
8080 env :
Original file line number Diff line number Diff line change 7575
7676 services :
7777 postgres :
78- image : ghcr.io/nextcloud/continuous-integration-postgres-14 :latest
78+ image : ghcr.io/nextcloud/continuous-integration-postgres-16 :latest # zizmor: ignore[unpinned-images]
7979 ports :
8080 - 4444:5432/tcp
8181 env :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ permissions:
1616
1717jobs :
1818 reuse-compliance-check :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-latest-low
2020 steps :
2121 - name : Checkout
2222 uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
You can’t perform that action at this time.
0 commit comments