From 16ac4ef85105473e9b5b21773b7b1f33e2747734 Mon Sep 17 00:00:00 2001 From: ymdzq <1422091+ymdzq@users.noreply.github.com> Date: Wed, 5 Nov 2025 22:13:16 +0800 Subject: [PATCH] =?UTF-8?q?action=E7=BB=84=E4=BB=B6=E4=BD=BF=E7=94=A8main?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 删除无意义的更新action脚本 --- .github/dependabot.yml | 11 ----------- .github/workflows/batch-build.yml | 10 +++++----- .github/workflows/build.yml | 4 ++-- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index a3ea994..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,11 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "github-actions" - directory: "/" # Location of package manifests - schedule: - interval: "weekly" diff --git a/.github/workflows/batch-build.yml b/.github/workflows/batch-build.yml index 3fa5c73..cfbb246 100644 --- a/.github/workflows/batch-build.yml +++ b/.github/workflows/batch-build.yml @@ -10,7 +10,7 @@ jobs: matrix: ${{ steps.set-matrix.outputs.matrix }} steps: - name: 🧾 检出 batch_rom_list.json - uses: actions/checkout@v5.0.0 + uses: actions/checkout@main with: sparse-checkout: | batch_rom_list.json @@ -42,7 +42,7 @@ jobs: steps: - name: 🧾 克隆仓库 - uses: actions/checkout@v5.0.0 + uses: actions/checkout@main - name: 🛠 安装依赖 run: | @@ -56,7 +56,7 @@ jobs: bash ./build.sh --rom "${{ matrix.rom }}" \ --url "$url" - name: 📦 上传构建产物 - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@main with: name: "${{ matrix.device }}-${{ matrix.rom }}" path: tmp/release/ @@ -66,7 +66,7 @@ jobs: needs: build steps: - name: ⬇️ 下载所有构建产物 - uses: actions/download-artifact@v6.0.0 + uses: actions/download-artifact@main with: path: combined-artifacts @@ -94,7 +94,7 @@ jobs: done - name: 📦 上传总构建产物 - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@main with: name: batch-build-artifacts-${{ github.run_id }}-${{ steps.datetime.outputs.datetime }} path: combined-artifacts/ diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ebbb303..796d128 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: steps: - name: 🧾 克隆仓库 - uses: actions/checkout@v5.0.0 + uses: actions/checkout@main - name: 🛠 安装依赖 run: | @@ -29,7 +29,7 @@ jobs: --url "${{ github.event.inputs.url }}" - name: 📦 上传构建产物 - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@main with: name: "${{ github.event.inputs.rom }}" path: tmp/release/