From fd8a3c46197d7305894b282b2b379b16a42d5c5d Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Tue, 20 May 2025 00:38:16 -0500 Subject: [PATCH 1/5] Update .github/workflows/batch_close_issues.yml --- .github/workflows/batch_close_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2 From 75c7bf2d2280909c4d78f9471e8973426bcd933a Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Tue, 20 May 2025 00:39:39 -0500 Subject: [PATCH 2/5] Update .github/workflows/build_pull_request.yml --- .github/workflows/build_pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: -- 2.47.2 From 49400c0ceb4f4da961cb622bf8dc5f12d154edf4 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Tue, 20 May 2025 00:41:27 -0500 Subject: [PATCH 3/5] Update .github/workflows/build_push.yml --- .github/workflows/build_push.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.2 From a95087c637ef2579c1fb3478316d6443b6701f69 Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Tue, 20 May 2025 00:45:55 -0500 Subject: [PATCH 4/5] Update .github/workflows/issue_moderator.yml --- .github/workflows/issue_moderator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2 From e029421762936f244fa5206ef3d51127e3978a0d Mon Sep 17 00:00:00 2001 From: AlmightyHak Date: Tue, 20 May 2025 00:46:55 -0500 Subject: [PATCH 5/5] Update .github/workflows/lock.yml --- .github/workflows/lock.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.47.2