cds-snc / simplify-privacy-statements-V2

starter-app repo based version of privacy app.
https://simplify-privacy-statements.alpha.canada.ca
MIT License
5 stars 1 forks source link

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

Closed renovate[bot] closed 11 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
actions/checkout action minor v3.0.2 -> v3.6.0
actions/checkout action minor v3 -> v3.6.0
actions/setup-node action minor v1 -> v1.4.6
akhileshns/heroku-deploy action patch v3.12.12 -> v3.12.14
aws-actions/amazon-ecr-login action minor v1.5.1 -> v1.7.0
cds-snc/terraform-plan action minor v2.2.0 -> v2.3.1

Review


Release Notes

actions/checkout (actions/checkout) ### [`v3.6.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v360) [Compare Source](https://togithub.com/actions/checkout/compare/v3.5.3...v3.6.0) - [Fix: Mark test scripts with Bash'isms to be run via Bash](https://togithub.com/actions/checkout/pull/1377) - [Add option to fetch tags even if fetch-depth > 0](https://togithub.com/actions/checkout/pull/579) ### [`v3.5.3`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v353) [Compare Source](https://togithub.com/actions/checkout/compare/v3.5.2...v3.5.3) - [Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in](https://togithub.com/actions/checkout/pull/1196) - [Fix typos found by codespell](https://togithub.com/actions/checkout/pull/1287) - [Add support for sparse checkouts](https://togithub.com/actions/checkout/pull/1369) ### [`v3.5.2`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v352) [Compare Source](https://togithub.com/actions/checkout/compare/v3.5.1...v3.5.2) - [Fix api endpoint for GHES](https://togithub.com/actions/checkout/pull/1289) ### [`v3.5.1`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v351) [Compare Source](https://togithub.com/actions/checkout/compare/v3.5.0...v3.5.1) - [Fix slow checkout on Windows](https://togithub.com/actions/checkout/pull/1246) ### [`v3.5.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v350) [Compare Source](https://togithub.com/actions/checkout/compare/v3.4.0...v3.5.0) - [Add new public key for known_hosts](https://togithub.com/actions/checkout/pull/1237) ### [`v3.4.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v340) [Compare Source](https://togithub.com/actions/checkout/compare/v3.3.0...v3.4.0) - [Upgrade codeql actions to v2](https://togithub.com/actions/checkout/pull/1209) - [Upgrade dependencies](https://togithub.com/actions/checkout/pull/1210) - [Upgrade @​actions/io](https://togithub.com/actions/checkout/pull/1225) ### [`v3.3.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v330) [Compare Source](https://togithub.com/actions/checkout/compare/v3.2.0...v3.3.0) - [Implement branch list using callbacks from exec function](https://togithub.com/actions/checkout/pull/1045) - [Add in explicit reference to private checkout options](https://togithub.com/actions/checkout/pull/1050) - [Fix comment typos (that got added in #​770)](https://togithub.com/actions/checkout/pull/1057) ### [`v3.2.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v320) [Compare Source](https://togithub.com/actions/checkout/compare/v3.1.0...v3.2.0) - [Add GitHub Action to perform release](https://togithub.com/actions/checkout/pull/942) - [Fix status badge](https://togithub.com/actions/checkout/pull/967) - [Replace datadog/squid with ubuntu/squid Docker image](https://togithub.com/actions/checkout/pull/1002) - [Wrap pipeline commands for submoduleForeach in quotes](https://togithub.com/actions/checkout/pull/964) - [Update @​actions/io to 1.1.2](https://togithub.com/actions/checkout/pull/1029) - [Upgrading version to 3.2.0](https://togithub.com/actions/checkout/pull/1039) ### [`v3.1.0`](https://togithub.com/actions/checkout/blob/HEAD/CHANGELOG.md#v310) [Compare Source](https://togithub.com/actions/checkout/compare/v3.0.2...v3.1.0) - [Use @​actions/core `saveState` and `getState`](https://togithub.com/actions/checkout/pull/939) - [Add `github-server-url` input](https://togithub.com/actions/checkout/pull/922)
actions/setup-node (actions/setup-node) ### [`v1.4.6`](https://togithub.com/actions/setup-node/releases/tag/v1.4.6): Revert temporary fix for v1 [Compare Source](https://togithub.com/actions/setup-node/compare/v1.4.5...v1.4.6) We had to disable pre-cached Node.js usage in the previous version due to the broken image cache. Now cache is fixed, so we can safely enable its usage again. Thank you for understanding. ### [`v1.4.5`](https://togithub.com/actions/setup-node/releases/tag/v1.4.5): Temporary maintenance fix [Compare Source](https://togithub.com/actions/setup-node/compare/v1.4.4...v1.4.5) Temporarily disabled usage of pre-cached Node.js ### [`v1.4.4`](https://togithub.com/actions/setup-node/releases/tag/v1.4.4) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.4.3...v1.4.4) - Updated communication with runner to use environment files rather then workflow commands ### [`v1.4.3`](https://togithub.com/actions/setup-node/releases/tag/v1.4.3) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.4.2...v1.4.3) This release includes vendored licenses for this action's npm dependencies. ### [`v1.4.2`](https://togithub.com/actions/setup-node/releases/tag/v1.4.2) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.4.1...v1.4.2) ##### Enhancements - Adds logging for the Node and npm versions installed ([https://github.com/actions/setup-node/pull/137](https://togithub.com/actions/setup-node/pull/137)) ### [`v1.4.1`](https://togithub.com/actions/setup-node/releases/tag/v1.4.1) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.4.0...v1.4.1) Add retries when downloading response body ### [`v1.4.0`](https://togithub.com/actions/setup-node/releases/tag/v1.4.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.3.0...v1.4.0) Follows [self-hosted runner proxy settings](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-a-proxy-server-with-self-hosted-runners) ### [`v1.3.0`](https://togithub.com/actions/setup-node/compare/v1.2.0...v1.3.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.2.0...v1.3.0) ### [`v1.2.0`](https://togithub.com/actions/setup-node/releases/tag/v1.2.0): Deprecate version [Compare Source](https://togithub.com/actions/setup-node/compare/v1.1.2...v1.2.0) Deprecate version ### [`v1.1.2`](https://togithub.com/actions/setup-node/releases/tag/v1.1.2) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.1.1...v1.1.2) Lowercase npm registry scopes ### [`v1.1.1`](https://togithub.com/actions/setup-node/compare/v1.1.0...v1.1.1) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.1.0...v1.1.1) ### [`v1.1.0`](https://togithub.com/actions/setup-node/releases/tag/v1.1.0) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.0.4...v1.1.0) Add auth ### [`v1.0.4`](https://togithub.com/actions/setup-node/releases/tag/v1.0.4) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.0.3...v1.0.4) Fix backup downloads ### [`v1.0.3`](https://togithub.com/actions/setup-node/releases/tag/v1.0.3) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.0.2...v1.0.3) Fix symlink issue ### [`v1.0.2`](https://togithub.com/actions/setup-node/releases/tag/v1.0.2) [Compare Source](https://togithub.com/actions/setup-node/compare/v1.0.1...v1.0.2) Release from correct branch ### [`v1.0.1`](https://togithub.com/actions/setup-node/releases/tag/v1.0.1) [Compare Source](https://togithub.com/actions/setup-node/compare/v1...v1.0.1) Fix tool_cache directory
akhileshns/heroku-deploy (akhileshns/heroku-deploy) ### [`v3.12.14`](https://togithub.com/AkhileshNS/heroku-deploy/releases/tag/v3.12.14) [Compare Source](https://togithub.com/akhileshns/heroku-deploy/compare/v3.12.13...v3.12.14) - Updated [@​actions/core](https://togithub.com/actions/core) version to >1.10.0 to fix `setOutput` call problems in the future (Thanks to [@​arg](https://togithub.com/arg), [@​clickclickonsal](https://togithub.com/clickclickonsal), [@​romack](https://togithub.com/romack) and [@​fabn](https://togithub.com/fabn) for the suggestion) ### [`v3.12.13`](https://togithub.com/AkhileshNS/heroku-deploy/releases/tag/v3.12.13) [Compare Source](https://togithub.com/akhileshns/heroku-deploy/compare/v3.12.12...v3.12.13) Switched to node 16 due to deprecation of node 12 (Thank you to [@​brtrick](https://togithub.com/brtrick) for PR)
aws-actions/amazon-ecr-login (aws-actions/amazon-ecr-login) ### [`v1.7.0`](https://togithub.com/aws-actions/amazon-ecr-login/releases/tag/v1.7.0) [Compare Source](https://togithub.com/aws-actions/amazon-ecr-login/compare/v1.6.2...v1.7.0) See the [changelog](CHANGELOG.md) for details about the changes included in this release. ### [`v1.6.2`](https://togithub.com/aws-actions/amazon-ecr-login/releases/tag/v1.6.2) [Compare Source](https://togithub.com/aws-actions/amazon-ecr-login/compare/v1.6.1...v1.6.2) See the [changelog](CHANGELOG.md) for details about the changes included in this release. ### [`v1.6.1`](https://togithub.com/aws-actions/amazon-ecr-login/releases/tag/v1.6.1) [Compare Source](https://togithub.com/aws-actions/amazon-ecr-login/compare/v1.6.0...v1.6.1) See the [changelog](CHANGELOG.md) for details about the changes included in this release. ### [`v1.6.0`](https://togithub.com/aws-actions/amazon-ecr-login/releases/tag/v1.6.0) [Compare Source](https://togithub.com/aws-actions/amazon-ecr-login/compare/v1.5.3...v1.6.0) See the [changelog](CHANGELOG.md) for details about the changes included in this release. ### [`v1.5.3`](https://togithub.com/aws-actions/amazon-ecr-login/releases/tag/v1.5.3) [Compare Source](https://togithub.com/aws-actions/amazon-ecr-login/compare/v1.5.2...v1.5.3) See the [changelog](CHANGELOG.md) for details about the changes included in this release. ### [`v1.5.2`](https://togithub.com/aws-actions/amazon-ecr-login/releases/tag/v1.5.2) [Compare Source](https://togithub.com/aws-actions/amazon-ecr-login/compare/v1.5.1...v1.5.2) See the [changelog](CHANGELOG.md) for details about the changes included in this release.
cds-snc/terraform-plan (cds-snc/terraform-plan) ### [`v2.3.1`](https://togithub.com/cds-snc/terraform-plan/releases/tag/v2.3.1) [Compare Source](https://togithub.com/cds-snc/terraform-plan/compare/v2.3.0...v2.3.1) #### What's Changed - chore(deps): update dependency eslint to v8.24.0 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/115](https://togithub.com/cds-snc/terraform-plan/pull/115) - chore(deps): update all patch dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/116](https://togithub.com/cds-snc/terraform-plan/pull/116) - feat: make it obvious if plan is truncated by [@​patheard](https://togithub.com/patheard) in [https://github.com/cds-snc/terraform-plan/pull/117](https://togithub.com/cds-snc/terraform-plan/pull/117) **Full Changelog**: https://github.com/cds-snc/terraform-plan/compare/v2...v2.3.1 ### [`v2.3.0`](https://togithub.com/cds-snc/terraform-plan/releases/tag/v2.3.0) [Compare Source](https://togithub.com/cds-snc/terraform-plan/compare/v2.2.0...v2.3.0) #### What's Changed - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/104](https://togithub.com/cds-snc/terraform-plan/pull/104) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/108](https://togithub.com/cds-snc/terraform-plan/pull/108) - chore(deps): update actions/cache action to v3.0.8 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/105](https://togithub.com/cds-snc/terraform-plan/pull/105) - chore(deps): update dependency jest to v29 by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/107](https://togithub.com/cds-snc/terraform-plan/pull/107) - chore(deps): update all minor dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/106](https://togithub.com/cds-snc/terraform-plan/pull/106) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/109](https://togithub.com/cds-snc/terraform-plan/pull/109) - chore(deps): lock file maintenance by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/110](https://togithub.com/cds-snc/terraform-plan/pull/110) - chore(deps): update all minor dependencies by [@​renovate](https://togithub.com/renovate) in [https://github.com/cds-snc/terraform-plan/pull/111](https://togithub.com/cds-snc/terraform-plan/pull/111) - feat: add devcontainer by [@​patheard](https://togithub.com/patheard) in [https://github.com/cds-snc/terraform-plan/pull/113](https://togithub.com/cds-snc/terraform-plan/pull/113) **Full Changelog**: https://github.com/cds-snc/terraform-plan/compare/v2.2.0...v2.2.1

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.