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