cds-snc / url-shortener

An API written in Python that shortens URLs
MIT License
4 stars 0 forks source link

chore(deps): update all non-major github action dependencies #433

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 11 months ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change Pending
actions/setup-python action minor v4.6.1 -> v4.7.0
github/codeql-action action patch v2.20.3 -> v2.20.4 v2.21.0
mikepenz/action-junit-report action minor v3.7.8 -> v3.8.0

Review


Release Notes

actions/setup-python (actions/setup-python) ### [`v4.7.0`](https://togithub.com/actions/setup-python/releases/tag/v4.7.0) [Compare Source](https://togithub.com/actions/setup-python/compare/v4.6.1...v4.7.0) In scope of this release, the support for reading python version from pyproject.toml was added ([https://github.com/actions/setup-python/pull/669](https://togithub.com/actions/setup-python/pull/669)). ```yaml - name: Setup Python uses: actions/setup-python@v4 with: python-version-file: pyproject.toml ``` ##### Besides, it includes such changes as: - Bump tough-cookie and [@​azure/ms-rest-js](https://togithub.com/azure/ms-rest-js) by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-python/pull/697](https://togithub.com/actions/setup-python/pull/697) - Bump semver from 7.3.8 to 7.5.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/setup-python/pull/692](https://togithub.com/actions/setup-python/pull/692) - Fix typos found by codespell by [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) in [https://github.com/actions/setup-python/pull/650](https://togithub.com/actions/setup-python/pull/650) ##### New Contributors - [@​dariocurr](https://togithub.com/dariocurr) made their first contribution in [https://github.com/actions/setup-python/pull/669](https://togithub.com/actions/setup-python/pull/669) - [@​DimitriPapadopoulos](https://togithub.com/DimitriPapadopoulos) made their first contribution in [https://github.com/actions/setup-python/pull/650](https://togithub.com/actions/setup-python/pull/650) **Full Changelog**: https://github.com/actions/setup-python/compare/v4...v4.7.0
github/codeql-action (github/codeql-action) ### [`v2.20.4`](https://togithub.com/github/codeql-action/compare/v2.20.3...v2.20.4) [Compare Source](https://togithub.com/github/codeql-action/compare/v2.20.3...v2.20.4)
mikepenz/action-junit-report (mikepenz/action-junit-report) ### [`v3.8.0`](https://togithub.com/mikepenz/action-junit-report/releases/tag/v3.8.0) [Compare Source](https://togithub.com/mikepenz/action-junit-report/compare/v3.7.8...v3.8.0) > Note: Starting with this release, ignored or skipped tests will not count as failure anymore ##### πŸš€ Features - Highlight skipped tests as such in the detailed summary - PR: [#​909](https://togithub.com/mikepenz/action-junit-report/issues/909) - Skipped test should not count as failure - PR: [#​910](https://togithub.com/mikepenz/action-junit-report/issues/910) ##### πŸ’¬ Other - docs: report_paths is not required anymore, add sbt glob - PR: [#​890](https://togithub.com/mikepenz/action-junit-report/issues/890) ##### πŸ“¦ Dependencies - Dependency upgrades | nock & webpack - PR: [#​908](https://togithub.com/mikepenz/action-junit-report/issues/908)

Configuration

πŸ“… Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

πŸ‘» Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Mend Renovate. View repository job log here.

patheard commented 11 months ago