From 91d560b030bb43ced298c336cce6be9c15af7222 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:41:58 +0000 Subject: [PATCH 1/3] build(deps): bump actions/checkout in /workflow-templates Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6.0.2...df4cb1c069e1874edd31b4311f1884172cec0e10) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- workflow-templates/block-unconventional-commits.yml | 2 +- workflow-templates/command-l10n-update.yml | 2 +- workflow-templates/command-playwright-update.yml | 2 +- workflow-templates/cypress.yml | 2 +- workflow-templates/documentation.yml | 2 +- workflow-templates/lint-eslint.yml | 2 +- workflow-templates/lint-stylelint.yml | 2 +- workflow-templates/lint-typescript.yml | 2 +- workflow-templates/node-test.yml | 2 +- workflow-templates/node.yml | 2 +- workflow-templates/npm-audit-fix.yml | 2 +- workflow-templates/npm-build.yml | 2 +- workflow-templates/npm-publish.yml | 2 +- workflow-templates/phpstan.yml | 2 +- workflow-templates/playwright.yml | 4 ++-- workflow-templates/rector-apply.yml | 2 +- workflow-templates/reuse.yml | 2 +- workflow-templates/sync-workflow-templates.yml | 4 ++-- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/workflow-templates/block-unconventional-commits.yml b/workflow-templates/block-unconventional-commits.yml index a6787719..9c926447 100644 --- a/workflow-templates/block-unconventional-commits.yml +++ b/workflow-templates/block-unconventional-commits.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/command-l10n-update.yml b/workflow-templates/command-l10n-update.yml index 51a41a5e..a13d1145 100644 --- a/workflow-templates/command-l10n-update.yml +++ b/workflow-templates/command-l10n-update.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout ${{ needs.init.outputs.head_ref }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 ref: ${{ needs.init.outputs.head_ref }} diff --git a/workflow-templates/command-playwright-update.yml b/workflow-templates/command-playwright-update.yml index 92154735..f9bafae8 100644 --- a/workflow-templates/command-playwright-update.yml +++ b/workflow-templates/command-playwright-update.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout ${{ needs.init.outputs.head_ref }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 ref: ${{ needs.init.outputs.head_ref }} diff --git a/workflow-templates/cypress.yml b/workflow-templates/cypress.yml index d2c54c56..a51a388e 100644 --- a/workflow-templates/cypress.yml +++ b/workflow-templates/cypress.yml @@ -43,7 +43,7 @@ jobs: exit 1 - name: Checkout app - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/documentation.yml b/workflow-templates/documentation.yml index 31ee1c4d..414d6ed9 100644 --- a/workflow-templates/documentation.yml +++ b/workflow-templates/documentation.yml @@ -23,7 +23,7 @@ jobs: name: Build and deploy steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/lint-eslint.yml b/workflow-templates/lint-eslint.yml index c150ca17..299aa8c3 100644 --- a/workflow-templates/lint-eslint.yml +++ b/workflow-templates/lint-eslint.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/lint-stylelint.yml b/workflow-templates/lint-stylelint.yml index e209cc8f..b82c0e44 100644 --- a/workflow-templates/lint-stylelint.yml +++ b/workflow-templates/lint-stylelint.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/lint-typescript.yml b/workflow-templates/lint-typescript.yml index da1de721..401e79f3 100644 --- a/workflow-templates/lint-typescript.yml +++ b/workflow-templates/lint-typescript.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/node-test.yml b/workflow-templates/node-test.yml index 71080934..7b572825 100644 --- a/workflow-templates/node-test.yml +++ b/workflow-templates/node-test.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/node.yml b/workflow-templates/node.yml index 3e5eabc9..00e2fc66 100644 --- a/workflow-templates/node.yml +++ b/workflow-templates/node.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/npm-audit-fix.yml b/workflow-templates/npm-audit-fix.yml index cc38d4e1..dc40a4af 100644 --- a/workflow-templates/npm-audit-fix.yml +++ b/workflow-templates/npm-audit-fix.yml @@ -31,7 +31,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false ref: ${{ matrix.branches }} diff --git a/workflow-templates/npm-build.yml b/workflow-templates/npm-build.yml index a9cf1ebb..0b90c2a2 100644 --- a/workflow-templates/npm-build.yml +++ b/workflow-templates/npm-build.yml @@ -24,7 +24,7 @@ jobs: name: NPM build steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/npm-publish.yml b/workflow-templates/npm-publish.yml index 5b9892b6..5f73cadd 100644 --- a/workflow-templates/npm-publish.yml +++ b/workflow-templates/npm-publish.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/phpstan.yml b/workflow-templates/phpstan.yml index 97e98a0d..85ef1867 100644 --- a/workflow-templates/phpstan.yml +++ b/workflow-templates/phpstan.yml @@ -24,7 +24,7 @@ jobs: name: static-phpstan-analysis steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/playwright.yml b/workflow-templates/playwright.yml index 36470695..18469e11 100644 --- a/workflow-templates/playwright.yml +++ b/workflow-templates/playwright.yml @@ -31,7 +31,7 @@ jobs: package-manager-version: ${{ steps.versions.outputs.package-manager-version }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -71,7 +71,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/rector-apply.yml b/workflow-templates/rector-apply.yml index 9555bae4..0d989087 100644 --- a/workflow-templates/rector-apply.yml +++ b/workflow-templates/rector-apply.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false ref: ${{ github.event.repository.default_branch }} diff --git a/workflow-templates/reuse.yml b/workflow-templates/reuse.yml index 18ba6497..22399c5d 100644 --- a/workflow-templates/reuse.yml +++ b/workflow-templates/reuse.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/workflow-templates/sync-workflow-templates.yml b/workflow-templates/sync-workflow-templates.yml index 93704ef3..b16db471 100644 --- a/workflow-templates/sync-workflow-templates.yml +++ b/workflow-templates/sync-workflow-templates.yml @@ -43,14 +43,14 @@ jobs: require: admin - name: Checkout workflow repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false path: source repository: nextcloud/.github - name: Checkout app - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false path: target From d92b7dc817117ec04d98683861b8f4a9b7fde9fc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:42:55 +0000 Subject: [PATCH 2/3] fix: disable setup-node auto cache in publish workflows --- workflow-templates/documentation.yml | 1 + workflow-templates/npm-publish.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/workflow-templates/documentation.yml b/workflow-templates/documentation.yml index 414d6ed9..ba63441c 100644 --- a/workflow-templates/documentation.yml +++ b/workflow-templates/documentation.yml @@ -35,6 +35,7 @@ jobs: uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ steps.versions.outputs.node-version }} + package-manager-cache: false - name: Set up npm run: npm i -g 'npm@${{ steps.versions.outputs.package-manager-version }}' diff --git a/workflow-templates/npm-publish.yml b/workflow-templates/npm-publish.yml index 5f73cadd..5377e099 100644 --- a/workflow-templates/npm-publish.yml +++ b/workflow-templates/npm-publish.yml @@ -36,6 +36,7 @@ jobs: uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: ${{ steps.versions.outputs.node-version }} + package-manager-cache: false registry-url: https://registry.npmjs.org - name: Set up npm From 96309609a48ecd743e816cfbc01a1c4be6e55d68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 8 Jun 2026 15:49:10 +0000 Subject: [PATCH 3/3] Changes before error encountered Agent-Logs-Url: https://github.com/nextcloud-libraries/.github/sessions/c1ac540c-458e-48ef-8853-43357ceef1b1 --- workflow-templates/command-l10n-update.yml | 2 +- workflow-templates/command-playwright-update.yml | 2 +- workflow-templates/rector-apply.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/workflow-templates/command-l10n-update.yml b/workflow-templates/command-l10n-update.yml index a13d1145..af6a24f6 100644 --- a/workflow-templates/command-l10n-update.yml +++ b/workflow-templates/command-l10n-update.yml @@ -34,7 +34,7 @@ jobs: reactions: '+1' - name: Parse command - uses: skjnldsv/parse-command-comment@5c955203c52424151e6d0e58fb9de8a9f6a605a1 # v3.1.0 + uses: skjnldsv/parse-command-comment@5c955203c52424151e6d0e58fb9de8a9f6a605a1 # v3.1 id: command - name: Init branch diff --git a/workflow-templates/command-playwright-update.yml b/workflow-templates/command-playwright-update.yml index f9bafae8..511ac9b5 100644 --- a/workflow-templates/command-playwright-update.yml +++ b/workflow-templates/command-playwright-update.yml @@ -39,7 +39,7 @@ jobs: reactions: '+1' - name: Parse command - uses: skjnldsv/parse-command-comment@5c955203c52424151e6d0e58fb9de8a9f6a605a1 # v3.1.0 + uses: skjnldsv/parse-command-comment@5c955203c52424151e6d0e58fb9de8a9f6a605a1 # v3.1 id: command - name: Init branch diff --git a/workflow-templates/rector-apply.yml b/workflow-templates/rector-apply.yml index 0d989087..9eb4612d 100644 --- a/workflow-templates/rector-apply.yml +++ b/workflow-templates/rector-apply.yml @@ -33,7 +33,7 @@ jobs: - name: Get php version id: versions - uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2.3.1.3.2 + uses: icewind1991/nextcloud-version-matrix@8a7bac6300b2f0f3100088b297995a229558ddba # v1.3.2 - name: Set up php${{ steps.versions.outputs.php-min }} uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc # 2.37.1