summaryrefslogtreecommitdiff
path: root/.github/workflows/dependencies.yml
AgeCommit message (Collapse)Author
2025-09-19ci: Harden GitHub Actions [StepSecurity] (#13318)StepSecurity Bot
2025-09-08chore(deps): bump actions/setup-python from 5 to 6 (#13293)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-18chore(deps): bump actions/checkout from 4 to 5 (#13271)dependabot[bot]
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-28ci: use `actions/create-github-app-token` (#13233)Carlo Sala
2025-07-28ci: add strict permissions to `dependencies.yml` workflow (#13232)Marc Cornellà
Just use `contents:read` initial permission. The other permissions needed are those attached to the @ohmyzsh GitHub App.
2024-05-22ci(dependencies): run on sunday CET morningCarlo Sala
2024-05-12ci(dependencies): fetch all branchesCarlo Sala
2024-05-12ci(dependencies): use `setup-python` and enable cron-based jobsCarlo Sala
2023-12-28ci(dependencies): fix some envs and add requirementsCarlo Sala
2023-12-20ci(dependencies): fix typoCarlo Sala
2023-12-20ci(dependencies): add automation for updating external dependencies (#12109)Marc Cornellà