diff --git a/.github/workflows/batch_close_issues.yml b/.github/workflows/batch_close_issues.yml index 2e5ac860..96d27386 100644 --- a/.github/workflows/batch_close_issues.yml +++ b/.github/workflows/batch_close_issues.yml @@ -10,7 +10,7 @@ on: jobs: stale: - runs-on: ubuntu-latest + runs-on: docker steps: - uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9 with: diff --git a/.github/workflows/build_pull_request.yml b/.github/workflows/build_pull_request.yml index c5e88fe3..86f868b1 100644 --- a/.github/workflows/build_pull_request.yml +++ b/.github/workflows/build_pull_request.yml @@ -18,7 +18,7 @@ env: jobs: prepare: name: Prepare job - runs-on: ubuntu-latest + runs-on: docker outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} steps: @@ -52,7 +52,7 @@ jobs: build_individual: name: Build individual modules needs: prepare - runs-on: ubuntu-latest + runs-on: docker strategy: matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }} steps: diff --git a/.github/workflows/build_push.yml b/.github/workflows/build_push.yml index fce227e8..925a11da 100644 --- a/.github/workflows/build_push.yml +++ b/.github/workflows/build_push.yml @@ -21,7 +21,7 @@ env: jobs: prepare: name: Prepare job - runs-on: ubuntu-latest + runs-on: docker outputs: individualMatrix: ${{ steps.generate-matrices.outputs.individualMatrix }} steps: @@ -83,7 +83,7 @@ jobs: build_individual: name: Build individual modules needs: prepare - runs-on: ubuntu-latest + runs-on: docker strategy: matrix: ${{ fromJSON(needs.prepare.outputs.individualMatrix) }} steps: @@ -129,7 +129,7 @@ jobs: needs: - build_individual if: "github.repository == 'Kohi-den/extensions-source'" - runs-on: ubuntu-latest + runs-on: docker steps: - name: Download APK artifacts uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4 diff --git a/.github/workflows/issue_moderator.yml b/.github/workflows/issue_moderator.yml index 52695c98..d06d214c 100644 --- a/.github/workflows/issue_moderator.yml +++ b/.github/workflows/issue_moderator.yml @@ -8,7 +8,7 @@ on: jobs: autoclose: - runs-on: ubuntu-latest + runs-on: docker steps: - name: Moderate issues uses: aniyomiorg/issue-moderator-action@v2 diff --git a/.github/workflows/lock.yml b/.github/workflows/lock.yml index 9736e440..5c2898f6 100644 --- a/.github/workflows/lock.yml +++ b/.github/workflows/lock.yml @@ -10,7 +10,7 @@ on: jobs: lock: - runs-on: ubuntu-latest + runs-on: docker permissions: issues: write steps: