Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/labeler_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
# matrix:
# python-version: [ '3.6','3.7', '3.8' ]
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip

Check warning on line 25 in .github/workflows/labeler_workflow.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=Adyen_adyen-python-api-library&issues=AZ-CwWgLQsy-ozLYaKS0&open=AZ-CwWgLQsy-ozLYaKS0&pullRequest=486
pip install tox

Check warning on line 26 in .github/workflows/labeler_workflow.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Using dependencies without locking resolved versions is security-sensitive.

See more on https://sonarcloud.io/project/issues?id=Adyen_adyen-python-api-library&issues=AZ-CwWgLQsy-ozLYaKS2&open=AZ-CwWgLQsy-ozLYaKS2&pullRequest=486

Check warning on line 26 in .github/workflows/labeler_workflow.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Omitting "--only-binary :all:" can lead to the execution of setup scripts. Make sure it is safe here.

See more on https://sonarcloud.io/project/issues?id=Adyen_adyen-python-api-library&issues=AZ-CwWgLQsy-ozLYaKS1&open=AZ-CwWgLQsy-ozLYaKS1&pullRequest=486
sudo apt-get update
sudo apt install libcurl4-openssl-dev
- name: Test with tox
Expand Down
Loading