From 7bb2071b628d47addf930a414025659d2fba9bfa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 04:53:00 +0000 Subject: [PATCH] chore: bump actions/setup-python from 5.2.0 to 5.3.0 Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/f677139bbe7f9c59b41e40162b753c062f5d49a3...0b93645e9fea7318ecaed2b359559ac225c90a2b) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/cicd-pipeline.yml | 2 +- .github/workflows/reusable-bandit.yml | 2 +- .github/workflows/reusable-pycodestyle.yml | 2 +- .github/workflows/reusable-pydocstyle.yml | 2 +- .github/workflows/reusable-pylama.yml | 2 +- .github/workflows/reusable-pylint.yml | 2 +- .github/workflows/reusable-pytest.yml | 2 +- .github/workflows/reusable-yaml-lint.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/cicd-pipeline.yml b/.github/workflows/cicd-pipeline.yml index b4d17b0..dbf602f 100644 --- a/.github/workflows/cicd-pipeline.yml +++ b/.github/workflows/cicd-pipeline.yml @@ -119,7 +119,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ needs.get-python-version.outputs.version }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ needs.get-python-version.outputs.version }} - name: Run YAML-Lint diff --git a/.github/workflows/reusable-bandit.yml b/.github/workflows/reusable-bandit.yml index 10fa19e..105dab7 100644 --- a/.github/workflows/reusable-bandit.yml +++ b/.github/workflows/reusable-bandit.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-versions }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ matrix.python-versions }} - name: Run Bandit diff --git a/.github/workflows/reusable-pycodestyle.yml b/.github/workflows/reusable-pycodestyle.yml index 64709df..8ff223b 100644 --- a/.github/workflows/reusable-pycodestyle.yml +++ b/.github/workflows/reusable-pycodestyle.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-versions }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ matrix.python-versions }} - name: Run Ppcodestyle diff --git a/.github/workflows/reusable-pydocstyle.yml b/.github/workflows/reusable-pydocstyle.yml index 647b61c..6f0b1ec 100644 --- a/.github/workflows/reusable-pydocstyle.yml +++ b/.github/workflows/reusable-pydocstyle.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-versions }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ matrix.python-versions }} - name: Run Pydocstyle diff --git a/.github/workflows/reusable-pylama.yml b/.github/workflows/reusable-pylama.yml index 8195788..63c4e7a 100644 --- a/.github/workflows/reusable-pylama.yml +++ b/.github/workflows/reusable-pylama.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-versions }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ matrix.python-versions }} - name: Run Pylama diff --git a/.github/workflows/reusable-pylint.yml b/.github/workflows/reusable-pylint.yml index e191ba0..4bedb34 100644 --- a/.github/workflows/reusable-pylint.yml +++ b/.github/workflows/reusable-pylint.yml @@ -43,7 +43,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-versions }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ matrix.python-versions }} - name: Run Pylint diff --git a/.github/workflows/reusable-pytest.yml b/.github/workflows/reusable-pytest.yml index 59b1782..534089a 100644 --- a/.github/workflows/reusable-pytest.yml +++ b/.github/workflows/reusable-pytest.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ matrix.python-versions }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ matrix.python-versions }} - name: Install required packages diff --git a/.github/workflows/reusable-yaml-lint.yml b/.github/workflows/reusable-yaml-lint.yml index 9e80e76..1ace262 100644 --- a/.github/workflows/reusable-yaml-lint.yml +++ b/.github/workflows/reusable-yaml-lint.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout the repository uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Set up Python ${{ needs.get-python-version.outputs.version }} - uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0 + uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: ${{ needs.get-python-version.outputs.version }} - name: Run YAML-Lint