aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-psalm-baseline.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #39972 from ↵Ferdinand Thiessen2023-09-191-1/+1
|\ | | | | | | | | nextcloud/dependabot/github_actions/peter-evans/create-pull-request-5 chore(deps): Bump peter-evans/create-pull-request from 3 to 5
| * chore(deps): Bump peter-evans/create-pull-request from 3 to 5dependabot[bot]2023-08-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...153407881ec5c347639a548ade7d8ad1d6740e38) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | chore(deps): Bump actions/checkout from 3 to 4dependabot[bot]2023-09-181-1/+1
|/ | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...3df4ab11eba7bda6032a0b82a6bb43b11571feac) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* chore(CI): Update psalm baseline also on stable27Joas Schilling2023-05-171-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(CI): Move cron job times so it doesn't overlap with translationsJoas Schilling2023-04-181-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #37222 from ↵Joas Schilling2023-03-151-1/+1
|\ | | | | | | | | nextcloud/bugfix/noid/update-psalm-baseline-on-stable26 chore(psalm): Update psalm baseline also on stable26
| * chore(CI): Update psalm baseline on stable26Joas Schilling2023-03-151-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Save some CI timeJoas Schilling2023-03-151-0/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [CI] Update update-psalm-baseline workflow to solve warningsMichaIng2023-02-281-1/+1
| | | | | | This updates the PR action to v4, which solves warnings about deprecated Node.js 12 actions set-output commmand calls. Signed-off-by: MichaIng <micha@dietpi.com>
* chore(CI): Improve rate limit situation when installing phpunitJoas Schilling2023-01-031-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore(actions): update php min supported to 8.0John Molakvoæ2022-12-291-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Update update-psalm-baseline workflow for NC25MichaIng2022-12-061-2/+6
| | | | | | | and also update Psalm OCP baseline. Additionally update the checkout action. Signed-off-by: MichaIng <micha@dietpi.com>
* Add matrix for psalm baseline update jobDaniel Kesselberg2022-06-051-5/+11
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Remove iconv from dependencies and testsMichaIng2021-11-301-1/+1
| | | | | | which is not used anymore since: https://github.com/nextcloud/server/pull/29470 Signed-off-by: MichaIng <micha@dietpi.com>
* Merge pull request #29547 from nextcloud/automated/noid/psalm-baseline-updateJohn Molakvoæ2021-11-041-0/+2
|\
| * Add branch-suffix to update-psalm-baseline PR creationJohn Molakvoæ2021-11-041-0/+2
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Add `3. to review` labelJohn Molakvoæ2021-11-041-0/+1
|/
* Add continue-on-error for update-psalm-baseline workflowJohn Molakvoæ2021-11-041-0/+1
|
* Update update-psalm-baseline.ymlJohn Molakvoæ2021-11-031-8/+11
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Reset composer for automated psalm baseline updateDaniel Kesselberg2021-10-071-1/+5
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Fix job to update psalm baselineDaniel Kesselberg2021-10-031-6/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Update update-psalm-baseline.ymlJohn Molakvoæ2021-07-281-1/+1
|
* Change reviewers of Psalm baseline updateMorris Jobke2021-06-161-1/+1
| | | | | Change reviewers from Roeland and Me to Julius and Louis Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add ext-zip as platform dependencyChristoph Wurst2021-05-031-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Do not commit updated composer dependencies in psalm baseline updateMorris Jobke2020-10-301-1/+2
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update daily "update psalm baseline" job to composer psalmMorris Jobke2020-10-291-6/+8
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Run psalm-baseline.xml update once a dayMorris Jobke2020-08-201-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Run update-psalm-baseline action every 5 minutesMorris Jobke2020-08-201-1/+1
| | | | | | | For debugging purposed due to a GitHub bug. See #22325 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Generate psalm-baseline.xml PR instead of requiring this from the PR author ↵Morris Jobke2020-08-201-0/+43
itself Signed-off-by: Morris Jobke <hey@morrisjobke.de>