aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAgeFilesLines
* chore: assign talk backend team where neededchore/use-codeowners-insteadFerdinand Thiessen2025-03-031-9/+9
| | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Use codeowners instead of workflow to assign reviewersFerdinand Thiessen2025-03-032-99/+36
| | | | | | | | | | | | | The workflow does not work as it needs a PAT or GitHub App token. So this will add the teams as code owners to assign people. By default backend is assigned, but if something below matches it overwrites the backend assignment, so frontend code will only be assigned to the frontend team. Also ensure that for everything there are at least two reviewers. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(deps): bump the github-actions group with 4 updatesdependabot/github_actions/github-actions-062573ba34dependabot[bot]2025-02-2824-28/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 4 updates: [cypress-io/github-action](https://github.com/cypress-io/github-action), [actions/upload-artifact](https://github.com/actions/upload-artifact), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `cypress-io/github-action` from 6.7.10 to 6.7.14 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/7271bed2a170d73c0b08939cd192db51a1c46c50...9c318d4f950c2f0ff2e96fa4dc4279e5706efd8e) Updates `actions/upload-artifact` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08...4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1) Updates `codecov/codecov-action` from 5.3.1 to 5.4.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.3.1...v5.4.0) Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/67ccf781d68cd99b580ae25a5c18a1cc84ffff1f...dd2324fc52d5d43c699a5636bcf19fceaa70c284) --- updated-dependencies: - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* ci: fix request-reviews workflowfix/request-reviewsFerdinand Thiessen2025-02-281-2/+2
| | | | | | | The team names are not scoped so we must remove the `nextcloud/` part. Otherwise it fails with "is not a collaborator". Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #50991 from nextcloud/chore/request-reviewsJoas Schilling2025-02-281-0/+78
|\ | | | | chore: Automated request for reviews of pull request
| * chore: Automated request for reviews of pull requestchore/request-reviewsFerdinand Thiessen2025-02-281-0/+78
| | | | | | | | | | | | Ensure that every PR we receive gets the correct reviewers assigned. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: auto sync min desktop version with last supported versionfeat/auto-sync-desktop-versionskjnldsv2025-02-271-0/+123
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* ci(autochecks): Run some autochecks also on non-PHP filesci/noid/run-some-autochecks-also-on-non-php-filesJoas Schilling2025-02-211-4/+31
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(deps): bump the github-actions group with 2 updatesdependabot/github_actions/github-actions-96894264d4dependabot[bot]2025-02-037-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 2 updates: [actions/setup-node](https://github.com/actions/setup-node) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/setup-node` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/39370e3970a6d050c480ffad4ff0ed4d3fdee5af...1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v7.0.5...67ccf781d68cd99b580ae25a5c18a1cc84ffff1f) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(CI): Updating npm-audit-fix.yml workflow from templatefeat/workflow-auto-update-npm-audit-fix.ymlNextcloud bot2025-01-291-4/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(ci): cypress container nameskjnldsv-patch-1John Molakvoæ2025-01-281-2/+2
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* chore(deps): bump the github-actions group across 1 directory with 7 updatesdependabot/github_actions/github-actions-962ddf9a44dependabot[bot]2025-01-2436-62/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.31.1` | `2.32.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.4` | `4.1.0` | | [cypress-io/github-action](https://github.com/cypress-io/github-action) | `6.7.7` | `6.7.10` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.3` | `4.6.0` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.0.7` | `5.3.1` | | [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) | `7.0.5` | `7.0.6` | | [marcelklehr/get-github-handles-from-website-action](https://github.com/marcelklehr/get-github-handles-from-website-action) | `1.0.0` | `1.0.1` | Updates `shivammathur/setup-php` from 2.31.1 to 2.32.0 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/c541c155eee45413f5b09a52248675b1a2575231...9e72090525849c5e82e596468b86eb55e9cc5401) Updates `actions/setup-node` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...39370e3970a6d050c480ffad4ff0ed4d3fdee5af) Updates `cypress-io/github-action` from 6.7.7 to 6.7.10 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb...7271bed2a170d73c0b08939cd192db51a1c46c50) Updates `actions/upload-artifact` from 4.4.3 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) Updates `codecov/codecov-action` from 5.0.7 to 5.3.1 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v5.0.7...v5.3.1) Updates `peter-evans/create-pull-request` from 7.0.5 to 7.0.6 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/5e914681df9dc83aa4e4905692ca88beb2f9e91f...67ccf781d68cd99b580ae25a5c18a1cc84ffff1f) Updates `marcelklehr/get-github-handles-from-website-action` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/marcelklehr/get-github-handles-from-website-action/releases) - [Commits](https://github.com/marcelklehr/get-github-handles-from-website-action/compare/a739600f6b91da4957f51db0792697afbb2f143c...06b2239db0a48fe1484ba0bfd966a3ab81a08308) --- updated-dependencies: - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: marcelklehr/get-github-handles-from-website-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* fix: Adjust issue templateJoas Schilling2025-01-231-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ci: Add stable31 to CI and skip stable28Joas Schilling2025-01-233-8/+8
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: add file conversion integration testsfeat/conversion-adjustingskjnldsv2025-01-161-0/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(command-compile): persist-credentials for compile bot to allow rebase ↵John Molakvoæ2025-01-151-1/+1
| | | | | and force push Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* fix(command-compile): cache restore actionJohn Molakvoæ2025-01-151-1/+1
| | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* chore: update command-compile.yml from templateJohn Molakvoæ2025-01-141-5/+6
| | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* Merge pull request #50025 from nextcloud/fix/flaky-cypressJohn Molakvoæ2025-01-031-3/+5
|\
| * chore: enable cypress video recording in debug modefix/flaky-cypressskjnldsv2025-01-031-3/+5
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | chore(ci): Run kerberos tests on ubuntu-latestfix/noid/run-kerberos-tests-on-ubuntu-latestMarcel Müller2025-01-021-1/+1
|/ | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* chore(github): Update groupware code ownerschore/update-gw-codeowners-2Daniel Kesselberg2024-12-221-2/+2
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* ci: fix --coverage-clover does not existchore/noid/coverageDaniel Kesselberg2024-12-161-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore(deps): bump the github-actions group with 6 updatesdependabot[bot]2024-11-3024-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.0` | `4.2.2` | | [xt0rted/pull-request-comment-branch](https://github.com/xt0rted/pull-request-comment-branch) | `2.0.0` | `3.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.4` | `4.1.0` | | [cypress-io/github-action](https://github.com/cypress-io/github-action) | `6.7.6` | `6.7.7` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.6.0` | `5.0.7` | | [fsfe/reuse-action](https://github.com/fsfe/reuse-action) | `4.0.0` | `5.0.0` | Updates `actions/checkout` from 4.2.0 to 4.2.2 - [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/v4.2.0...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `xt0rted/pull-request-comment-branch` from 2.0.0 to 3.0.0 - [Release notes](https://github.com/xt0rted/pull-request-comment-branch/releases) - [Changelog](https://github.com/xt0rted/pull-request-comment-branch/blob/main/CHANGELOG.md) - [Commits](https://github.com/xt0rted/pull-request-comment-branch/compare/d97294d304604fa98a2600a6e2f916a84b596dc7...e8b8daa837e8ea7331c0003c9c316a64c6d8b0b1) Updates `actions/setup-node` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.4...39370e3970a6d050c480ffad4ff0ed4d3fdee5af) Updates `cypress-io/github-action` from 6.7.6 to 6.7.7 - [Release notes](https://github.com/cypress-io/github-action/releases) - [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/cypress-io/github-action/compare/0da3c06ed8217b912deea9d8ee69630baed1737e...f1f0912d392f0d06bdd01fb9ebe3b3299e5806fb) Updates `codecov/codecov-action` from 4.6.0 to 5.0.7 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v4.6.0...v5.0.7) Updates `fsfe/reuse-action` from 4.0.0 to 5.0.0 - [Release notes](https://github.com/fsfe/reuse-action/releases) - [Commits](https://github.com/fsfe/reuse-action/compare/3ae3c6bdf1257ab19397fab11fd3312144692083...bb774aa972c2a89ff34781233d275075cbddf542) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: xt0rted/pull-request-comment-branch dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: cypress-io/github-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: fsfe/reuse-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* Merge pull request #49224 from nextcloud/build/psalm/unstable-namespaceKate2024-11-291-0/+26
|\
| * build(psalm): Configure unstable namespacebuild/psalm/unstable-namespaceprovokateurin2024-11-121-0/+26
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | test: attempt to fix smb sso tests3-bucket-create-exceptionRobin Appelman2024-11-261-0/+6
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | chore: Update @nextcloud/cypress to v1.0.0-beta.11artonge/chore/update_nc_cypress_beta.11Louis Chemineau2024-11-251-1/+1
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | ci: Enforce SCSS/CSS rules - add stylelint workflowFerdinand Thiessen2024-11-191-0/+51
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #49041 from ↵John Molakvoæ2024-11-1342-83/+83
|\ \ | | | | | | | | | nextcloud/dependabot/github_actions/github-actions-52fdf4f9c4
| * | build(deps): bump the github-actions group with 5 updatesdependabot/github_actions/github-actions-52fdf4f9c4dependabot[bot]2024-11-1342-83/+83
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.1.1` | `4.2.2` | | [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.25.2` | `2.31.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.0.4` | `4.1.0` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.4.0` | `4.4.3` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4.5.0` | `4.6.0` | Updates `actions/checkout` from 4.1.1 to 4.2.2 - [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/v4.1.1...11bd71901bbe5b1630ceea73d27597364c9af683) Updates `shivammathur/setup-php` from 2.25.2 to 2.31.1 - [Release notes](https://github.com/shivammathur/setup-php/releases) - [Commits](https://github.com/shivammathur/setup-php/compare/2.25.2...c541c155eee45413f5b09a52248675b1a2575231) Updates `actions/setup-node` from 4.0.4 to 4.1.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/0a44ba7841725637a19e28fa30b79a866c81b0a6...39370e3970a6d050c480ffad4ff0ed4d3fdee5af) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/50769540e7f4bd5e21e526ee35c689e35e0d6874...b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882) Updates `codecov/codecov-action` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Commits](https://github.com/codecov/codecov-action/compare/v4.5.0...v4.6.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: shivammathur/setup-php dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
* / feat: Update supported PostgreSQL versionsfeat/postgres-13-17Ferdinand Thiessen2024-11-131-4/+4
|/ | | | | | 12 is now EOL but 17 was released and should be supported and tested. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(github): Update groupware code ownerschore/github/groupware-code-owners-updateChristoph Wurst2024-11-111-5/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* ci: Don't test incompatible external storages on PHP 8.4Joas Schilling2024-11-084-4/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* ci: Test on PHP 8.4Joas Schilling2024-11-0817-13/+21
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Fix maintainer of federation appbackport/49057/masterJoas Schilling2024-11-041-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Change Fenn-CS to nfebefix/noid/update-codeowners-nfebeMarcel Müller2024-11-031-1/+1
| | | | Signed-off-by: Marcel Müller <marcel-mueller@gmx.de>
* chore: rename juliusnew-juliusDaniel Kesselberg2024-10-301-4/+4
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix a typo (`a` -> `an` in front of `additional`)Wertzui1232024-10-291-1/+1
| | | Signed-off-by: Wertzui123 <46199283+Wertzui123@users.noreply.github.com>
* ci(psalm): Add missing imagick extensionci/psalm/imagick-extensionprovokateurin2024-10-281-3/+3
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* chore: Clarify log entry requirements in bug report formjtr/chore-bug-report-logsJosh2024-10-251-4/+4
| | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* chore: don't remove needs info label when commenting on a stale issueupdate-stale-bot-configurationDaniel Kesselberg2024-10-251-1/+0
| | | | | | | 1) Removing the "needs info" label when someone comments on a stale issue seems incorrect. 2) By default, the stale action removes the "stale" label upon commenting. However, the labels-to-remove-when-unstale option triggers an additional API request to remove the "stale" label, which was already removed in the previous API call. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* ci: Update list of installed PHP extensions (as some are not default enabled ↵ci/noid/enable-required-php-extensionsJoas Schilling2024-10-186-6/+6
| | | | | | in new images) Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: update groupware code ownersbug/noid/codeowners-caldav-carddavDaniel Kesselberg2024-10-141-3/+11
| | | | | | Ref https://github.com/nextcloud/groupware?tab=readme-ov-file#components-and-roles Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #48235 from nextcloud/readd-object-store-phpunitRobin Appelman2024-10-011-0/+121
|\ | | | | test: re-add object store primary storage phpunit tests
| * test: re-add object store primary storage phpunit testsRobin Appelman2024-09-271-0/+121
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | ci: Fix path nameJoas Schilling2024-10-011-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | ci: Execute psalm:security on pushesJoas Schilling2024-10-011-1/+13
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #48476 from nextcloud/ci/noid/improve-running-psalm-locallyDaniel2024-10-012-10/+8
|\ \ | | | | | | ci: Don't upload output of normal psalm to GitHub Security section
| * | ci: Add psalm baseline for security and make CI fail on changeci/noid/improve-running-psalm-locallyJoas Schilling2024-10-012-2/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>