Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/cache from 2 to 3 #153

Open
wants to merge 406 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 12, 2023

Bumps actions/cache from 2 to 3.

Release notes

Sourced from actions/cache's releases.

v3.0.0

  • This change adds a minimum runner version(node12 -> node16), which can break users using an out-of-date/fork of the runner. This would be most commonly affecting users on GHES 3.3 or before, as those runners do not support node16 actions and they can use actions from github.com via github connect or manually copying the repo to their GHES instance.

  • Few dependencies and cache action usage examples have also been updated.

v2.1.7

Support 10GB cache upload using the latest version 1.0.8 of @actions/cache

v2.1.6

  • Catch unhandled "bad file descriptor" errors that sometimes occurs when the cache server returns non-successful response (actions/cache#596)

v2.1.5

  • Fix permissions error seen when extracting caches with GNU tar that were previously created using BSD tar (actions/cache#527)

v2.1.4

  • Make caching more verbose #650
  • Use GNU tar on macOS if available #701

v2.1.3

  • Upgrades @actions/core to v1.2.6 for CVE-2020-15228. This action was not using the affected methods.
  • Fix error handling in uploadChunk where 400-level errors were not being detected and handled correctly

v2.1.2

  • Adds input to limit the chunk upload size, useful for self-hosted runners with slower upload speeds
  • No-op when executing on GHES

v2.1.1

  • Update @actions/cache package to v1.0.2 which allows cache action to use posix format when taring files.

v2.1.0

  • Replaces the http-client with the Azure Storage SDK for NodeJS when downloading cache content from Azure. This should help improve download performance and reliability as the SDK downloads files in 4 MB chunks, which can be parallelized and retried independently
  • Display download progress and speed
Changelog

Sourced from actions/cache's changelog.

Releases

3.0.0

  • Updated minimum runner version support from node 12 -> node 16

3.0.1

  • Added support for caching from GHES 3.5.
  • Fixed download issue for files > 2GB during restore.

3.0.2

  • Added support for dynamic cache size cap on GHES.

3.0.3

  • Fixed avoiding empty cache save when no files are available for caching. (issue)

3.0.4

  • Fixed tar creation error while trying to create tar with path as ~/ home folder on ubuntu-latest. (issue)

3.0.5

  • Removed error handling by consuming actions/cache 3.0 toolkit, Now cache server error handling will be done by toolkit. (PR)

3.0.6

  • Fixed #809 - zstd -d: no such file or directory error
  • Fixed #833 - cache doesn't work with github workspace directory

3.0.7

  • Fixed #810 - download stuck issue. A new timeout is introduced in the download process to abort the download if it gets stuck and doesn't finish within an hour.

3.0.8

  • Fix zstd not working for windows on gnu tar in issues #888 and #891.
  • Allowing users to provide a custom timeout as input for aborting download of a cache segment using an environment variable SEGMENT_DOWNLOAD_TIMEOUT_MINS. Default is 60 minutes.

3.0.9

  • Enhanced the warning message for cache unavailablity in case of GHES.

3.0.10

  • Fix a bug with sorting inputs.
  • Update definition for restore-keys in README.md

3.0.11

  • Update toolkit version to 3.0.5 to include @actions/core@^1.10.0
  • Update @actions/cache to use updated saveState and setOutput functions from @actions/core@^1.10.0

3.1.0-beta.1

  • Update @actions/cache on windows to use gnu tar and zstd by default and fallback to bsdtar and zstd if gnu tar is not available. (issue)

3.1.0-beta.2

  • Added support for fallback to gzip to restore old caches on windows.

3.1.0-beta.3

... (truncated)

Commits
  • 58c146c Release support for cross-os caching as opt-in feature (#1060)
  • 6fd2d45 Add support to opt-in enable cross-os caching on windows (#1056)
  • 1f41429 Fixed broken link (#1057)
  • 365406c Merge pull request #1051 from uhooi/feature/add_mint_example
  • d621756 Update Mint example
  • 84e5400 Merge remote-tracking branch 'origin/main' into feature/add_mint_example
  • 4723a57 Revert compression changes related to windows but keep version logging (#1049)
  • d1507cc Merge pull request #1042 from me-and/correct-readme-re-windows
  • 3337563 Merge branch 'main' into correct-readme-re-windows
  • 60c7666 save/README.md: Fix typo in example (#1040)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

ssokolovich and others added 30 commits December 27, 2022 17:34
* Added new PB version for isolate / unisolate for cortex xdr playbooks.

* updated rn

* Older version fix

* Fixed review comments

* Updated RN

* Changed file names to be in the right naming convention.

* Fixed review comments
Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* Fixed an issue in ThreatVaultV2

* commit

* commit

* commit

* Update Packs/PaloAltoNetworks_Threat_Vault/ReleaseNotes/2_0_1.md

* correct RN

* commit test for gitlab build

* commit test

* commit

* Update Packs/PaloAltoNetworks_Threat_Vault/ReleaseNotes/2_0_1.md

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
* split yml

* to py 3

* SCADAfence-to-py3

* SCADAfence-to-py3

* fix CR comments
* Removed duplicated outputs

* Added RN

* Updated docker image
…22905)

Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.5.30 to 2022.12.7.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](certifi/python-certifi@2021.05.30...2022.12.07)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [setuptools](https://github.com/pypa/setuptools) from 60.1.0 to 65.5.1.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/CHANGES.rst)
- [Commits](pypa/setuptools@v60.1.0...v65.5.1)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* testing

* testing

* update docker

* reverts
* replaced the pack version in the user agent header with the integration instance name

* Added RN

* Bumped docker

Bumped docker
* Bug fix to QRadar Integration (demisto#22580)

* enhance fetch performance

The change will enhance offenses fetching by narrowing the query results.
Test button will return results quicker that ever as well.

* fix bug in first fetch

fixes a bug where first fetch is not fetching the first offense in QRadar when there is no query and for some queries

* minor logic change

* add rn, update docker, fix ut

* fix rn, revert changes

* add first fetch comment

Co-authored-by: ostolero <ostolero@paloaltonetworks.com>

* fix TPB

* fix tpb

* increase timeout

* increase timeout

* last one

* change

* conf fix

* another fix

* remove TPB v3

Co-authored-by: Anas <34753290+prod-anas@users.noreply.github.com>
Co-authored-by: ostolero <ostolero@paloaltonetworks.com>
Co-authored-by: ostolero <86190583+ostolero@users.noreply.github.com>
* Updated Metadata Of Pack Nmap

* Added release notes to pack Nmap

* Packs/Nmap/Integrations/Nmap/Nmap.yml Docker image update
* Updated Metadata Of Pack FeedUnit42v2

* Added release notes to pack FeedUnit42v2

* Packs/FeedUnit42v2/Integrations/FeedUnit42v2/FeedUnit42v2.yml Docker image update
* Updated Metadata Of Pack FeedPublicDNS

* Added release notes to pack FeedPublicDNS

* Packs/FeedPublicDNS/Integrations/FeedPublicDNS/FeedPublicDNS.yml Docker image update
* Updated Metadata Of Pack MongoDB

* Added release notes to pack MongoDB

* Packs/MongoDB/Integrations/MongoDB/MongoDB.yml Docker image update

* Packs/MongoDB/Integrations/MongoDBKeyValueStore/MongoDBKeyValueStore.yml Docker image update

* Packs/MongoDB/Integrations/MongoDBLog/MongoDBLog.yml Docker image update

* Updated Metadata Of Pack OpenLDAP

* Added release notes to pack OpenLDAP

* Packs/OpenLDAP/Integrations/OpenLDAP/OpenLDAP.yml Docker image update
* Updated Metadata Of Pack JoeSecurity

* Added release notes to pack JoeSecurity

* Packs/JoeSecurity/Integrations/JoeSecurityV2/JoeSecurityV2.yml Docker image update
* Updated Metadata Of Pack Zoom

* Added release notes to pack Zoom

* Packs/Zoom/Integrations/Zoom/Zoom.yml Docker image update
* Updated Metadata Of Pack SMIME_Messaging

* Added release notes to pack SMIME_Messaging

* Packs/SMIME_Messaging/Integrations/SMIME_Messaging/SMIME_Messaging.yml Docker image update
* Updated Metadata Of Pack MISP

* Added release notes to pack MISP

* Packs/MISP/Integrations/MISPV3/MISPV3.yml Docker image update
* check relates linking

* test

* fixed issue

* fix issue

* Fixed issue and looks.

* using argparse ability

* change argsparser

* test

* update python version

* test

* test

* wip

* wip

* fix test

* fix validate
* Added support for "mark as read" in "fetch-incidents"

* Update the test file

* Update the README file

* Update the docker image and added RN

* Added unit test
* Possible solution

* Updated release notes

* updated test

* Raised the limit to 1000

* Fixed build issues

* fixed build issues

* updated release notes
* Updated Metadata Of Pack Bitbucket

* Added release notes to pack Bitbucket

* Packs/Bitbucket/Integrations/Bitbucket/Bitbucket.yml Docker image update

* Updated Metadata Of Pack CloudflareWAF

* Added release notes to pack CloudflareWAF

* Packs/CloudflareWAF/Integrations/CloudflareWAF/CloudflareWAF.yml Docker image update

* Updated Metadata Of Pack CrowdStrikeFalconX

* Added release notes to pack CrowdStrikeFalconX

* Packs/CrowdStrikeFalconX/Integrations/CrowdStrikeFalconX/CrowdStrikeFalconX.yml Docker image update

* Updated Metadata Of Pack CrowdStrikeMalquery

* Added release notes to pack CrowdStrikeMalquery

* Packs/CrowdStrikeMalquery/Integrations/CrowdStrikeMalquery/CrowdStrikeMalquery.yml Docker image update

* Updated Metadata Of Pack Cryptocurrency

* Added release notes to pack Cryptocurrency

* Packs/Cryptocurrency/Integrations/Cryptocurrency/Cryptocurrency.yml Docker image update

* Skipped failed test

Co-authored-by: sberman <sberman@paloaltonetworks.com>
demisto#23283)

* Fixed trigger id of "Alibaba ActionTrail - Multiple Unauthorized Action Attempts Detected By a User Alerts"

* RN

* deleted RN
* ignore foo, bar, baz, test as "secrets"
…mail (IAMInitOktaUser) (demisto#22473)

* Added script

* updated docker ver

* Added test playbook, added test to conf.json, added secret to secrets-ignore

* RN + manually generated script README because the SDK doesn't work

* Fixed validation for long lines

* Fixes for Dan the prince

* Fixes for Dan the prince

* Added instance name for EWSO365 in conf.json

* Changed instance of EWSO365 since the credentials for the other one are incorrect. Also updated docker image version.
* Add conditional task "has results?"

* Add conditional task "has results?"
sapirshuker and others added 28 commits January 10, 2023 18:26
… DateToISOFormat, DT to the filters and transformers pack. (demisto#23477)
* incsrease timeout

* unittest fix

* validations fix
Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>

Co-authored-by: Julie Mauch <julie.mauch@cyberark.com>
Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>
Co-authored-by: Yaakov Praisler <59408745+yaakovpraisler@users.noreply.github.com>
* update command description

* fix

* revert

* fix

* ut fix

* rn

* equal

* revert

* rn

* check status not already defended in delta

* flack8

* Update 1_3_23.md

Done.

* cr fixes

* handheld close notes

* FIX

* conflicts

* conflicts

* pack metadata

* conflicts

* revert

* rn

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* Microsoft Graph API

* Update the pack-ignore file
* added comment

* added rn

* update rn

* updates
* Deprecate SlackV2 and Fix Asyncio Deprecation issue
* JsonWhoIs

* Update Packs/JsonWhoIs/.pack-ignore
…23599)

* AlienVault OTX TAXII Feed

* Update the disable_warnings

* Update the pack-ignore file
* Add retries to manage_asset_tags func
* Support campaign in MitreFeedV2

* Add tlp and timestamp parsing to
MITRE feed indicators

* Fix PR changes.

* Bump version.

* Use latest docker image.

* Add release notes.

* Extract timestamp from publication
description returns empty string in case of n.d

* Bump version.
Add release notes.
…isto#23708)

* align xdr iocs to native image

* align confense-triage v2 to native-image

* align panw dlp integration to native image

* bump rn

* bump rn

* updated docker images

* bump rn
* Updated the Readme.md in order to start adoption

* bumped the version in order to adopt the pack

* updated the release notes to adopt start

* updated the date of the adoption

* Update Packs/SentinelOne/ReleaseNotes/3_0_5.md

Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>

Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>

Co-authored-by: munna-metron <82433049+munna-metron@users.noreply.github.com>
Co-authored-by: Kobbi Gal <85439776+kgal-pan@users.noreply.github.com>
…rmattedDateToEpoch to FiltersAndTransformers pack. (demisto#23480)

* move files

* add coverage

* add bc

* update rn

* add READMES

* add READMES

* Update .pack-ignore

* Update README.md

* Update .pack-ignore

* conflicts

* Update .pack-ignore

* RN

* Update .pack-ignore

* Update 1_10_45.json

* Conflicts

* Conflicts

* Conflicts
* Phishing changes

* Phishing RN

* Phishing RN

* Phishing RN

* Phishing changes

* 365 Defender Changes

* 365 Defender RN

* MSGraph change

* MSGraph RN

* EWS change

* EWS RN

* Skip if unavailable

* Prefixes

* Rename files without parenthesis

* Rename files without parenthesis

* EWS remove selected-fields

* remove ews mail sender from test

* remove ews mail sender from test

* Add dependency

* test playbook credentials

* Pack metadata

* typo fix

* after review

* after review - defender 365 hunting playbook

* after review - defender 365 hunting playbook

* after review - defender 365 hunting playbook

* after review - defender 365 hunting playbook generic

* after review - handle hunting results

* handle hunting results - add description

* Phishing v3 change input default

* Add dt for filtering emails based on message ID

* fix dt for filtering emails based on message ID

* remove prefixed playbook inputs

* typo fix

* ListenerMailbox input

* get email loop - fix array

* Fix issue when there's a single email retrieved

* grammer

* Update 2_0_8.md

Done.

* Update playbook-Microsoft_365_Defender_-_Emails_Indicators_Hunt.yml

Done.

* Update playbook-Microsoft_365_Defender_-_Threat_Hunting_Generic.yml

Done.

* Update playbook-Microsoft_365_Defender_-_Threat_Hunting_Generic_README.md

Done.

* Update 4_4_7.md

Done.

* Update 1_4_2.md

Done.

* Fix indicators hunt logic

* Fix clicks hunt logic

* Fix clicks hunt logic

* Remove unify playbooks in hunting generic

* Remove unify playbooks in hunting generic

* Update Phishing_-_Generic_v3.yml

Done.

* Update Phishing_-_Generic_v3_README.md

Done.

* Update playbook-Phishing_-_Create_New_Incident.yml

Done.

* Update playbook-Phishing_-_Create_New_Incident_README.md

Done.

* Update playbook-Phishing_-_Get_Original_Email_Loop.yml

Done.

* Update playbook-Phishing_-_Get_Original_Email_Loop_README.md

Done.

* Update playbook-Phishing_-_Handle_Microsoft_365_Defender_Results.yml

Done.

* Update playbook-Phishing_-_Handle_Microsoft_365_Defender_Results_README.md

Done.

* Update playbook-Phishing_-_Handle_Microsoft_365_Defender_Results.yml

Done.

* Update playbook-Phishing_-_Indicators_Hunting.yml

Done.

* Update playbook-Phishing_-_Indicators_Hunting_README.md

Done.

* Update playbook-Phishing_-_Search_Related_Incidents_Defender_365.yml

Done.

* Update playbook-Phishing_-_Search_Related_Incidents_Defender_365_README.md

Done.

* Update 3_4_0.md

Done.

* phishing pack metadata

* Change hunting playbooks timeout to 180

* Change hunting playbook generic timeout to 180

* Increase pid threshold for chromium docker

* GraphMail RN

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
…emisto#23761)

* Fixed the simple domain part which caught "." instead of "[.]"

* Fixed the simple domain part which caught "." instead of "[.]"
* hide_alexa_from_mp

pack integration is deprecated, no need to have the pack in the mp

* Update pack_metadata.json

add comma
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 12, 2023

The following labels could not be found: github_actions, dependencies, docs-approved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet