therealjeffbeck / WebGoat

WebGoat is a deliberately insecure application
https://owasp.org/www-project-webgoat/
Other
0 stars 0 forks source link

Update actions/cache action to v3.2.5 - autoclosed #40

Closed mend-for-github-com[bot] closed 1 year ago

mend-for-github-com[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
actions/cache action minor v3.0.6 -> v3.2.5

Release Notes

actions/cache ### [`v3.2.5`](https://togithub.com/actions/cache/releases/tag/v3.2.5) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.4...v3.2.5) ##### What's Changed - Rewrite readmes by [@​jsoref](https://togithub.com/jsoref) in [https://github.com/actions/cache/pull/1085](https://togithub.com/actions/cache/pull/1085) - Fixed typos and formatting in docs by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1076](https://togithub.com/actions/cache/pull/1076) - Fixing paths for OSes by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1101](https://togithub.com/actions/cache/pull/1101) - Release patch version update by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1105](https://togithub.com/actions/cache/pull/1105) ##### New Contributors - [@​jsoref](https://togithub.com/jsoref) made their first contribution in [https://github.com/actions/cache/pull/1085](https://togithub.com/actions/cache/pull/1085) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.5 ### [`v3.2.4`](https://togithub.com/actions/cache/releases/tag/v3.2.4) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.3...v3.2.4) #### What's Changed - Update json5 package version by [@​vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/1065](https://togithub.com/actions/cache/pull/1065) - Cache recipes for cache, restore and save actions by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1055](https://togithub.com/actions/cache/pull/1055) - Add gnu tar and zstd as pre-requisites for windows self-hosted runners by [@​pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/1068](https://togithub.com/actions/cache/pull/1068) - Fix a whitespace typo by [@​kurtmckee](https://togithub.com/kurtmckee) in [https://github.com/actions/cache/pull/1074](https://togithub.com/actions/cache/pull/1074) - :memo: [#​1045](https://togithub.com/actions/cache/issues/1045) update using the `set-output` command is deprecated by [@​siguikesse](https://togithub.com/siguikesse) in [https://github.com/actions/cache/pull/1046](https://togithub.com/actions/cache/pull/1046) - Fix referenced output key in save action readme by [@​ruudk](https://togithub.com/ruudk) in [https://github.com/actions/cache/pull/1061](https://togithub.com/actions/cache/pull/1061) - Update workflows to use reusable-workflows by [@​jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1066](https://togithub.com/actions/cache/pull/1066) - Introduce add-to-project step & rename workflow files by [@​pallavx](https://togithub.com/pallavx) in [https://github.com/actions/cache/pull/1077](https://togithub.com/actions/cache/pull/1077) - chore: Fix syntax error typo by [@​vHeemstra](https://togithub.com/vHeemstra) in [https://github.com/actions/cache/pull/1081](https://togithub.com/actions/cache/pull/1081) - Update caching-strategies.md by [@​kpfleming](https://togithub.com/kpfleming) in [https://github.com/actions/cache/pull/1084](https://togithub.com/actions/cache/pull/1084) - Added another usage hint to foresee [#​1072](https://togithub.com/actions/cache/issues/1072) by [@​maybeec](https://togithub.com/maybeec) in [https://github.com/actions/cache/pull/1089](https://togithub.com/actions/cache/pull/1089) - Add `fail-on-cache-miss` option by [@​cdce8p](https://togithub.com/cdce8p) in [https://github.com/actions/cache/pull/1036](https://togithub.com/actions/cache/pull/1036) #### New Contributors - [@​kurtmckee](https://togithub.com/kurtmckee) made their first contribution in [https://github.com/actions/cache/pull/1074](https://togithub.com/actions/cache/pull/1074) - [@​siguikesse](https://togithub.com/siguikesse) made their first contribution in [https://github.com/actions/cache/pull/1046](https://togithub.com/actions/cache/pull/1046) - [@​ruudk](https://togithub.com/ruudk) made their first contribution in [https://github.com/actions/cache/pull/1061](https://togithub.com/actions/cache/pull/1061) - [@​pallavx](https://togithub.com/pallavx) made their first contribution in [https://github.com/actions/cache/pull/1077](https://togithub.com/actions/cache/pull/1077) - [@​vHeemstra](https://togithub.com/vHeemstra) made their first contribution in [https://github.com/actions/cache/pull/1081](https://togithub.com/actions/cache/pull/1081) - [@​kpfleming](https://togithub.com/kpfleming) made their first contribution in [https://github.com/actions/cache/pull/1084](https://togithub.com/actions/cache/pull/1084) - [@​maybeec](https://togithub.com/maybeec) made their first contribution in [https://github.com/actions/cache/pull/1089](https://togithub.com/actions/cache/pull/1089) - [@​cdce8p](https://togithub.com/cdce8p) made their first contribution in [https://github.com/actions/cache/pull/1036](https://togithub.com/actions/cache/pull/1036) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.4 ### [`v3.2.3`](https://togithub.com/actions/cache/releases/tag/v3.2.3) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.2...v3.2.3) ##### What's Changed - Add Mint example by [@​uhooi](https://togithub.com/uhooi) in [https://github.com/actions/cache/pull/1051](https://togithub.com/actions/cache/pull/1051) - Fixed broken link by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1057](https://togithub.com/actions/cache/pull/1057) - Add support to opt-in enable cross-os caching on windows by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1056](https://togithub.com/actions/cache/pull/1056) - Release support for cross-os caching as opt-in feature by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1060](https://togithub.com/actions/cache/pull/1060) ##### New Contributors - [@​uhooi](https://togithub.com/uhooi) made their first contribution in [https://github.com/actions/cache/pull/1051](https://togithub.com/actions/cache/pull/1051) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.3 ### [`v3.2.2`](https://togithub.com/actions/cache/releases/tag/v3.2.2) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.1...v3.2.2) #### What's Changed - Fix formatting error in restore/README.md by [@​me-and](https://togithub.com/me-and) in [https://github.com/actions/cache/pull/1044](https://togithub.com/actions/cache/pull/1044) - save/README.md: Fix typo in example by [@​mmuetzel](https://togithub.com/mmuetzel) in [https://github.com/actions/cache/pull/1040](https://togithub.com/actions/cache/pull/1040) - README.md: remove outdated Windows cache tip link by [@​me-and](https://togithub.com/me-and) in [https://github.com/actions/cache/pull/1042](https://togithub.com/actions/cache/pull/1042) - Revert compression changes related to windows but keep version logging by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1049](https://togithub.com/actions/cache/pull/1049) #### New Contributors - [@​me-and](https://togithub.com/me-and) made their first contribution in [https://github.com/actions/cache/pull/1044](https://togithub.com/actions/cache/pull/1044) - [@​mmuetzel](https://togithub.com/mmuetzel) made their first contribution in [https://github.com/actions/cache/pull/1040](https://togithub.com/actions/cache/pull/1040) **Full Changelog**: https://github.com/actions/cache/compare/v3.2.1...v3.2.2 ### [`v3.2.1`](https://togithub.com/actions/cache/releases/tag/v3.2.1) [Compare Source](https://togithub.com/actions/cache/compare/v3.2.0...v3.2.1) ##### What's Changed - Release compression related changes for windows by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1039](https://togithub.com/actions/cache/pull/1039) - Upgrade codeql to v2 by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1023](https://togithub.com/actions/cache/pull/1023) **Full Changelog**: https://github.com/actions/cache/compare/v3.2.0...v3.2.1 ### [`v3.2.0`](https://togithub.com/actions/cache/releases/tag/v3.2.0) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.11...v3.2.0) #### What's Changed - fix wrong timeout env var key in README.md by [@​walterddr](https://togithub.com/walterddr) in [https://github.com/actions/cache/pull/959](https://togithub.com/actions/cache/pull/959) - Updated release doc with correct env variable by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/960](https://togithub.com/actions/cache/pull/960) - Create pull_request_template.md by [@​pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/963](https://togithub.com/actions/cache/pull/963) - Update README with clearer info about cache-hit and its value by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/961](https://togithub.com/actions/cache/pull/961) - Change datadog/squid to Ubuntu/squid in CI check by [@​bishal-pdMSFT](https://togithub.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/976](https://togithub.com/actions/cache/pull/976) - Add more details to version section in readme by [@​bishal-pdMSFT](https://togithub.com/bishal-pdMSFT) in [https://github.com/actions/cache/pull/971](https://togithub.com/actions/cache/pull/971) - Update hashFiles documentation reference by [@​asaf400](https://togithub.com/asaf400) in [https://github.com/actions/cache/pull/979](https://togithub.com/actions/cache/pull/979) - Updated link for cache segment download info by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/986](https://togithub.com/actions/cache/pull/986) - Readme update for deleting caches by [@​t-dedah](https://togithub.com/t-dedah) in [https://github.com/actions/cache/pull/981](https://togithub.com/actions/cache/pull/981) - Add oncall logic to assign issues and PRs by [@​vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/997](https://togithub.com/actions/cache/pull/997) - Bump minimatch from 3.0.4 to 3.1.2 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/actions/cache/pull/998](https://togithub.com/actions/cache/pull/998) - Revert "Bump minimatch from 3.0.4 to 3.1.2" by [@​vsvipul](https://togithub.com/vsvipul) in [https://github.com/actions/cache/pull/1005](https://togithub.com/actions/cache/pull/1005) - Fix npm vulnerability by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/1007](https://togithub.com/actions/cache/pull/1007) - refactor: Use early return pattern to avoid nested conditions by [@​jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1013](https://togithub.com/actions/cache/pull/1013) - Use cache in check-dist.yml by [@​jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1004](https://togithub.com/actions/cache/pull/1004) - chore: Use built-in cache action to cache dependencies by [@​jongwooo](https://togithub.com/jongwooo) in [https://github.com/actions/cache/pull/1014](https://togithub.com/actions/cache/pull/1014) - Updated node example by [@​t-dedah](https://togithub.com/t-dedah) in [https://github.com/actions/cache/pull/1008](https://togithub.com/actions/cache/pull/1008) - Fix: Node npm doc example by [@​apascualm](https://togithub.com/apascualm) in [https://github.com/actions/cache/pull/1026](https://togithub.com/actions/cache/pull/1026) - docs: fix an invalid link in workarounds.md by [@​teatimeguest](https://togithub.com/teatimeguest) in [https://github.com/actions/cache/pull/929](https://togithub.com/actions/cache/pull/929) - General Availability release for granular cache by [@​kotewar](https://togithub.com/kotewar) in [https://github.com/actions/cache/pull/1035](https://togithub.com/actions/cache/pull/1035) More details here on [beta](https://togithub.com/actions/cache/discussions/1020) release. #### New Contributors - [@​walterddr](https://togithub.com/walterddr) made their first contribution in [https://github.com/actions/cache/pull/959](https://togithub.com/actions/cache/pull/959) - [@​asaf400](https://togithub.com/asaf400) made their first contribution in [https://github.com/actions/cache/pull/979](https://togithub.com/actions/cache/pull/979) - [@​jongwooo](https://togithub.com/jongwooo) made their first contribution in [https://github.com/actions/cache/pull/1013](https://togithub.com/actions/cache/pull/1013) - [@​apascualm](https://togithub.com/apascualm) made their first contribution in [https://github.com/actions/cache/pull/1026](https://togithub.com/actions/cache/pull/1026) - [@​teatimeguest](https://togithub.com/teatimeguest) made their first contribution in [https://github.com/actions/cache/pull/929](https://togithub.com/actions/cache/pull/929) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.2.0 ### [`v3.0.11`](https://togithub.com/actions/cache/releases/tag/v3.0.11) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.10...v3.0.11) #### What's Changed - Call out cache not saved on hit by [@​Phantsure](https://togithub.com/Phantsure) in [https://github.com/actions/cache/pull/946](https://togithub.com/actions/cache/pull/946) - Update [@​actions/core](https://togithub.com/actions/core) to 1.10.0 by [@​rentziass](https://togithub.com/rentziass) in [https://github.com/actions/cache/pull/950](https://togithub.com/actions/cache/pull/950) - Update cache to use [@​actions/core](https://togithub.com/actions/core)@​^1.10.0 by [@​pdotl](https://togithub.com/pdotl) in [https://github.com/actions/cache/pull/956](https://togithub.com/actions/cache/pull/956) #### New Contributors - [@​rentziass](https://togithub.com/rentziass) made their first contribution in [https://github.com/actions/cache/pull/950](https://togithub.com/actions/cache/pull/950) **Full Changelog**: https://github.com/actions/cache/compare/v3...v3.0.11 ### [`v3.0.10`](https://togithub.com/actions/cache/releases/tag/v3.0.10) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.9...v3.0.10) - Fix a bug with sorting inputs. - Update definition for `restore-keys` in README.md ### [`v3.0.9`](https://togithub.com/actions/cache/releases/tag/v3.0.9) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.8...v3.0.9) - Enhanced the warning message for cache unavailability in case of GHES. ### [`v3.0.8`](https://togithub.com/actions/cache/releases/tag/v3.0.8) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.7...v3.0.8) #### What's Changed - Fix `zstd` not working for windows on gnu tar in issues. - Allow users to provide a custom timeout as input for aborting cache segment download using the environment variable `SEGMENT_DOWNLOAD_TIMEOUT_MIN`. Default is 60 minutes. ### [`v3.0.7`](https://togithub.com/actions/cache/releases/tag/v3.0.7) [Compare Source](https://togithub.com/actions/cache/compare/v3.0.6...v3.0.7) #### What's Changed - Fix for the download stuck problem has been added in actions/cache for users who were intermittently facing the issue. As part of this fix, new timeout has been introduced in the download step to stop the download if it doesn't complete within an hour and run the rest of the workflow without erroring out.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

â™» Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.