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/setup-python from 3 to 4.1.0 #176

Open
wants to merge 1,315 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 11, 2022

Bumps actions/setup-python from 3 to 4.1.0.

Release notes

Sourced from actions/setup-python's releases.

v4.1.0

In scope of this pull request we updated actions/cache package as the new version contains fixes for caching error handling. Moreover, we added a new input update-environment. This option allows to specify if the action shall update environment variables (default) or not.

Update-environment input

    - name: setup-python 3.9
      uses: actions/setup-python@v4
      with:
        python-version: 3.9
        update-environment: false

Besides, we added such changes as:

v4.0.0

What's Changed

  • Support for python-version-file input: #336

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version-file: '.python-version' # Read python version from a file
- run: python my_script.py

There is no default python version for this setup-python major version, the action requires to specify either python-version input or python-version-file input. If the python-version input is not specified the action will try to read required version from file from python-version-file input.

  • Use pypyX.Y for PyPy python-version input: #349

Example of usage:

- uses: actions/setup-python@v4
  with:
    python-version: 'pypy3.9' # pypy-X.Y kept for backward compatibility
- run: python my_script.py
  • RUNNER_TOOL_CACHE environment variable is equal AGENT_TOOLSDIRECTORY: #338

  • Bugfix: create missing pypyX.Y symlinks: #347

  • PKG_CONFIG_PATH environment variable: #400

  • Added python-path output: #405

... (truncated)

Commits
  • c4e89fa Improve readme for 3.x and 3.11-dev style python-version (#441)
  • 0ad0f6a Merge pull request #452 from mayeut/fix-env
  • f0bcf8b Merge pull request #456 from akx/patch-1
  • af97157 doc: Add multiple wildcards example to readme
  • 364e819 Merge pull request #394 from akv-platform/v-sedoli/set-env-by-default
  • 782f81b Merge pull request #450 from IvanZosimov/ResolveVersionFix
  • 2c9de4e Remove duplicate code introduced in #440
  • 412091c Fix tests for update-environment==false
  • 78a2330 Merge pull request #451 from dmitry-shibanov/fx-pipenv-python-version
  • 96f494e trigger checks
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jul 11, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 11, 2022

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

@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from 013ecb2 to 15b56c6 Compare September 12, 2022 12:24
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from 15b56c6 to 80715a6 Compare November 16, 2022 11:45
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from 80715a6 to e0a0934 Compare November 29, 2022 18:13
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch from e0a0934 to 8517d04 Compare December 29, 2022 11:55
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/setup-python-4.1.0 branch 2 times, most recently from fc85c44 to 9658875 Compare January 31, 2023 17:46
content-bot and others added 20 commits February 22, 2023 06:50
* Updated Metadata Of Pack AccentureCTI_Feed

* Added release notes to pack AccentureCTI_Feed

* Packs/AccentureCTI_Feed/Integrations/ACTIIndicatorFeed/ACTIIndicatorFeed.yml Docker image update

* Updated Metadata Of Pack FeedCyjax

* Added release notes to pack FeedCyjax

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

* Updated Metadata Of Pack FeedGCPWhitelist

* Added release notes to pack FeedGCPWhitelist

* Packs/FeedGCPWhitelist/Integrations/FeedGoogleIPRanges/FeedGoogleIPRanges.yml Docker image update

* Updated Metadata Of Pack FeedMalwareBazaar

* Added release notes to pack FeedMalwareBazaar

* Packs/FeedMalwareBazaar/Integrations/MalwareBazaarFeed/MalwareBazaarFeed.yml Docker image update

* Updated Metadata Of Pack Zabbix

* Added release notes to pack Zabbix

* Packs/Zabbix/Integrations/Zabbix/Zabbix.yml Docker image update
* Updated Metadata Of Pack Kafka

* Added release notes to pack Kafka

* Packs/Kafka/Integrations/KafkaV3/KafkaV3.yml Docker image update
* Updated Metadata Of Pack GreyNoise

* Added release notes to pack GreyNoise

* Packs/GreyNoise/Integrations/GreyNoise_Community/GreyNoise_Community.yml Docker image update
* Updated Metadata Of Pack Illumio

* Added release notes to pack Illumio

* Packs/Illumio/Integrations/IllumioCore/IllumioCore.yml Docker image update
* Updated Metadata Of Pack KeeperSecretsManager

* Added release notes to pack KeeperSecretsManager

* Packs/KeeperSecretsManager/Integrations/KeeperSecretsManager/KeeperSecretsManager.yml Docker image update
* Updated Metadata Of Pack TeamCymru

* Added release notes to pack TeamCymru

* Packs/TeamCymru/Integrations/TeamCymru/TeamCymru.yml Docker image update
* Updated Metadata Of Pack WebFileRepository

* Added release notes to pack WebFileRepository

* Packs/WebFileRepository/Integrations/WebFileRepository/WebFileRepository.yml Docker image update
* Updated Metadata Of Pack Silverfort

* Added release notes to pack Silverfort

* Packs/Silverfort/Integrations/Silverfort/Silverfort.yml Docker image update
* Updated Metadata Of Pack Aws-SecretsManager

* Added release notes to pack Aws-SecretsManager

* Packs/Aws-SecretsManager/Integrations/AwsSecretsManager/AwsSecretsManager.yml Docker image update
* Updated Metadata Of Pack TruSTAR

* Added release notes to pack TruSTAR

* Packs/TruSTAR/Integrations/TruSTAR_V2/TruSTAR_V2.yml Docker image update
* Temporarily added the following packs to the update_core_packs_list:
Core, DemistoRESTAPI, FiltersAndTransformers, Palo_Alto_Networks_WildFire, rasterize

* Added all packs to update core list
* Updated Metadata Of Pack OPNSense

* Added release notes to pack OPNSense

* Packs/OPNSense/Integrations/OPNSense/OPNSense.yml Docker image update
* Updated Metadata Of Pack AzureStorageContainer

* Added release notes to pack AzureStorageContainer

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

* Updated Metadata Of Pack AzureStorageFileShare

* Added release notes to pack AzureStorageFileShare

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

* Updated Metadata Of Pack AzureStorageQueue

* Added release notes to pack AzureStorageQueue

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

* Updated Metadata Of Pack AzureStorageTable

* Added release notes to pack AzureStorageTable

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

* Updated Metadata Of Pack CimTrak-SystemIntegrityAssurance

* Added release notes to pack CimTrak-SystemIntegrityAssurance

* Packs/CimTrak-SystemIntegrityAssurance/Integrations/CimTrak/CimTrak.yml Docker image update

* Updated Metadata Of Pack CofenseVision

* Added release notes to pack CofenseVision

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

* Updated Metadata Of Pack Confluence

* Added release notes to pack Confluence

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

* Updated Metadata Of Pack CounterCraft

* Added release notes to pack CounterCraft

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

* Updated Metadata Of Pack CrowdStrikeFalconSandbox

* Added release notes to pack CrowdStrikeFalconSandbox

* Packs/CrowdStrikeFalconSandbox/Integrations/CrowdStrikeFalconSandboxV2/CrowdStrikeFalconSandboxV2.yml Docker image update

* Updated Metadata Of Pack Cryptocurrency

* Added release notes to pack Cryptocurrency

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

* Removed CimTrak

---------

Co-authored-by: sberman <sberman@paloaltonetworks.com>
…xsiam func (demisto#24336)

* add retries to SaaS collectors

* bump rn

* code improvment

* implement retry on rate limit in xsiam

* roleback SaaS implementation

* bump rn

* update

* add pylint

* add retry as a argument

* update

* attempts

* fix typos in test description

* bump rn

* bump rn

* remove unit-test argument

* bump rn

* change implementation to ok_codes

* remove f strings

* cr fixes

* remove res

* change ok_codes to None

* bump rn

* cr fixes

* bump rn

* bump rn

* pre-commit fixes
…sto#24754)

* Fixed for 8+

* Improvement for ReadFile

* RN and version bump

* Update Packs/CommonScripts/ReleaseNotes/1_11_32.md

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

* Update Packs/CommonScripts/ReleaseNotes/1_11_32.md

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

* Added the friendly message for the case that "output_metadata" exists.
Updated unit test.

* Fixed Flake8

* Removed redundant period

* More fixes for unit test

* Updated docker image

* Update Packs/CommonScripts/ReleaseNotes/1_11_32.md

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

* Update Packs/CommonScripts/ReleaseNotes/1_11_32.md

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

* fixing conflicts

* New line at the end of metadata file

---------

Co-authored-by: dorschw <81086590+dorschw@users.noreply.github.com>
Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* adding ssl option

* adding functions

* removing key

* syslog ssl set up

* certi

* adding error if cert not entered with tls

* tls

* adding import

* creating a socket

* updating yml

* change

* tls connection

* checks

* trying tls code

* try

* another way

* handler sol

* Empty-commit

* udp, tcp works with the new library and added temp fix for idna

* temp

* adding class that creates tls handler

* initlizing adding init func

* fix test

* SyslogHandlerTLS_init unit test

* SyslogManager init unit test

* 68 unit tests

* 71  unit-tests coverage

* updates comments

* valdiate error

* supprot  for 1.2 and above

* allowing self sign certificate

* small fix for read me

* fixed unit tests

* adding TLS to known words

* fixing Validations

* docker image

* release note update

* docker update

* cr notes 1

* git commit

* docs review notes

* updated the format of the sent syslog message to
RFC 5424 message format

* updated docs

* returning default port

* demo notes

* cred change

* cred type fix

* updating also syslogv2

* adding to release note

* validate error

* fix release note

* fix val

* temp  fix

* After Menachem explanation

* trailing whitespace

* update docker

* why didn't it update

* cr notes

* space
GuyAfik and others added 24 commits March 8, 2023 14:14
* Add parse for ipv6 indicator

* flake8 error

* comment corrections

* fix RN
* fix validation nightly errors

* fixing PA134

* removing old catagories

* fix lint

* valdiate fixes

* fixes

* val fix

* adding more deps

* val errors

* Revert "val errors"

This reverts commit 8f4c26d.

* val errors

* fix val

* RL fix

* add Okta v1 and Guardicore v1
* test

* test

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
* updating for a few old links

* update RN

* Update a few RNs

* Update some RNs

* update RN

* commit

* corrections

* update Docker

* commit

* commit

* update RN

* commit

* commit

* conflict fixed

* commit

* commit

* update RN
* Updated Metadata Of Pack FeedAWS

* Added release notes to pack FeedAWS

* Packs/FeedAWS/Integrations/FeedAWS/FeedAWS.yml Docker image update
* Updated Metadata Of Pack AccentureCTI_Feed

* Added release notes to pack AccentureCTI_Feed

* Packs/AccentureCTI_Feed/Integrations/ACTIIndicatorFeed/ACTIIndicatorFeed.yml Docker image update

* Updated Metadata Of Pack FeedCyjax

* Added release notes to pack FeedCyjax

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

* Updated Metadata Of Pack FeedGCPWhitelist

* Added release notes to pack FeedGCPWhitelist

* Packs/FeedGCPWhitelist/Integrations/FeedGoogleIPRanges/FeedGoogleIPRanges.yml Docker image update

* Updated Metadata Of Pack FeedMalwareBazaar

* Added release notes to pack FeedMalwareBazaar

* Packs/FeedMalwareBazaar/Integrations/MalwareBazaarFeed/MalwareBazaarFeed.yml Docker image update

* Updated Metadata Of Pack Zabbix

* Added release notes to pack Zabbix

* Packs/Zabbix/Integrations/Zabbix/Zabbix.yml Docker image update
* Updated Metadata Of Pack CybleThreatIntel

* Added release notes to pack CybleThreatIntel

* Packs/CybleThreatIntel/Integrations/CybleThreatIntel/CybleThreatIntel.yml Docker image update
* Updated Metadata Of Pack WebFileRepository

* Added release notes to pack WebFileRepository

* Packs/WebFileRepository/Integrations/WebFileRepository/WebFileRepository.yml Docker image update
* Add upsert argument to mongodb-update command

* Add upsert flag handling in logic

* Add HR message to handle new entry with upsert

* Add mongodb-bulk-update command to MongoDB.yml

* Add bulk update command logic

* Replace unsafe 'eval' func with literal_eval func

* Update docker image: demisto/py3-tools:1.0.0.49475

* Update release notes

* Add 'upsert' to content/Tests/known_words.txt

* Update mongodb-update in integration README

* Update mongodb-update upsert arg description

* Change literal_eval function to argToList

* Add mongodb-bulk-update to integration README

* Add UT; Update yml desc with square brackets args

* Add mongodb-update command UT

* Fix lint and validation errors

* FIx CR comments

* Fix doc review comments

* Fix CR comments

* FIx CR comments; Handle arguments from context

* Fix linting error

* Update 'MongoDB - Test' playbook

* Update docker image

* Add docstring to UTs; Add missing docstring args

* Update MongoDB - Test playbook

* Add update using upsert section to test playbook

* Add bulk update context arguments UT

* Fix linting error
* fix for ms groups list members

* fixes

* fixes

* fixes

* fixes

* test

* test

* test
…ad of a list (demisto#25149)

* Awake Security: Fix python3 issue where map returns an iterator instead of a list (demisto#25108)

* Awake Security: Fix python3 issue where map returns an iterator instead of a list

* Updated release note and the release version

* add tb to skipped

* Update Packs/AwakeSecurity/ReleaseNotes/1_0_19.md

Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>

---------

Co-authored-by: Denys Ma <46328027+denys-m@users.noreply.github.com>
Co-authored-by: dansterenson <dansterenson@gmail.com>
Co-authored-by: Dan Sterenson <38375556+dansterenson@users.noreply.github.com>
Co-authored-by: Shahaf Ben Yakir <44666568+ShahafBenYakir@users.noreply.github.com>
* added the team arg to ask script

* added rn

* added unittests

* added it the arg to readme

* updated do

* Update Packs/MicrosoftTeams/Scripts/MicrosoftTeamsAsk/MicrosoftTeamsAsk.yml

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

* Update Packs/MicrosoftTeams/ReleaseNotes/1_4_10.md

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

* Update Packs/MicrosoftTeams/Scripts/MicrosoftTeamsAsk/README.md

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

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* Created pack MicrosoftDefenderforIdentity

* Updated RE

* Updated ReleaseNotes

* Removed Author_image.png

* Update Packs/MicrosoftDefenderforIdentity/README.md

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

* Update Packs/MicrosoftDefenderforIdentity/README.md

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

* Update Packs/MicrosoftDefenderforIdentity/README.md

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

* Update Packs/MicrosoftDefenderforIdentity/README.md

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

* Update Packs/MicrosoftDefenderforIdentity/README.md

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

* Update Packs/MicrosoftDefenderforIdentity/README.md

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

* Update Packs/MicrosoftDefenderforIdentity/README.md

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

* Update Packs/MicrosoftDefenderforIdentity/ReleaseNotes/1_0_0.md

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

* Removed RE for 1.0.0

* Updated README

* Delete 1_0_0.md

* Updated README

* Updated ModelingRule

* Updated Modeling Rule

* Updated Modeling Rules

* Updated MicrosoftAdvancedThreatAnalytics_testdata

* Updated MicrosoftAdvancedThreatAnalytics_testdata

* Updated MicrosoftAdvancedThreatAnalytics_testdata

---------

Co-authored-by: ShirleyDenkberg <62508050+ShirleyDenkberg@users.noreply.github.com>
* Fix crash in case API's response doesn't include a `duration` key

* Bump version

* Apply code-review suggestion

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>

* Fix test-playbook

* Update test-playbook

* Bump version to fix conflict

---------

Co-authored-by: Dean Arbel <darbel@paloaltonetworks.com>
)

* Content Pack for Fortanix DSM Integration

* Reviewed Changes

* Unit tests and reviewed changes

* Unit tests code coverage and secrets

Co-authored-by: arvind <55692454+arvin-dt@users.noreply.github.com>
* unskip validation in test upload

* require test-upload job

* test-upload code owner
* Updated Metadata Of Pack Cryptocurrency

* Added release notes to pack Cryptocurrency

* Packs/Cryptocurrency/Scripts/CryptoCurrenciesFormat/CryptoCurrenciesFormat.yml Docker image update

* Updated Metadata Of Pack Mattermost

* Added release notes to pack Mattermost

* Packs/Mattermost/Scripts/MattermostAskUser/MattermostAskUser.yml Docker image update

* Updated Metadata Of Pack McAfee_Advanced_Threat_Defense

* Added release notes to pack McAfee_Advanced_Threat_Defense

* Packs/McAfee_Advanced_Threat_Defense/Scripts/ATDDetonate/ATDDetonate.yml Docker image update

* Updated Metadata Of Pack OSQuery

* Added release notes to pack OSQuery

* Packs/OSQuery/Scripts/OSQueryBasicQuery/OSQueryBasicQuery.yml Docker image update

* Updated Metadata Of Pack PaloAltoNetworks_SecurityAdvisories

* Added release notes to pack PaloAltoNetworks_SecurityAdvisories

* Packs/PaloAltoNetworks_SecurityAdvisories/Scripts/CheckPanosVersionAffected/CheckPanosVersionAffected.yml Docker image update

* Updated Metadata Of Pack PenfieldAI

* Added release notes to pack PenfieldAI

* Packs/PenfieldAI/Scripts/PenfieldAssign/PenfieldAssign.yml Docker image update

* Updated Metadata Of Pack ReversingLabs_A1000

* Added release notes to pack ReversingLabs_A1000

* Packs/ReversingLabs_A1000/Scripts/A1000FinalClassification/A1000FinalClassification.yml Docker image update

* Updated Metadata Of Pack RiskSense

* Added release notes to pack RiskSense

* Packs/RiskSense/Scripts/RiskSenseGetRansomewareCVEScript/RiskSenseGetRansomewareCVEScript.yml Docker image update

* Updated Metadata Of Pack RsaNetwitnessSecurityAnalytics

* Added release notes to pack RsaNetwitnessSecurityAnalytics

* Packs/RsaNetwitnessSecurityAnalytics/Scripts/NetwitnessSAAddEventsToIncident/NetwitnessSAAddEventsToIncident.yml Docker image update

* Packs/RsaNetwitnessSecurityAnalytics/Scripts/NetwitnessSACreateIncident/NetwitnessSACreateIncident.yml Docker image update
* Updated Metadata Of Pack TruSTAR

* Added release notes to pack TruSTAR

* Packs/TruSTAR/Integrations/TruSTAR_V2/TruSTAR_V2.yml Docker image update
Change the default order of retrieved objects to ascending
Add relationships objects
* fix parseCSV markdown output

* release notes

* release notes

* conflict

* conflict

* test-upload code owner

* Revert "test-upload code owner"

This reverts commit 9936ec6.

* flake8
* Remove unnecessary spaces in names

* Added rn
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.1.0.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v3...v4.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code
Development

Successfully merging this pull request may close these issues.