diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8b27b63c3..1b33f34d4 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4 with: python-version: ${{ env.MIN_PYTHON_VERSION }} - name: Install dependencies @@ -37,7 +37,7 @@ jobs: python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v3 with: python-version: ${{ matrix.python }} allow-prereleases: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a84d2baf..0debd9a70 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v3 - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v3 with: python-version: ${{ matrix.python }} allow-prereleases: true @@ -54,7 +54,7 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} - name: Set up Python - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v3 + uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v3 with: python-version: ${{ env.MIN_PYTHON_VERSION }} - name: bump version @@ -103,7 +103,7 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} repository: bridgecrewio/checkov - - uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4 + - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v4 with: python-version: ${{ env.MIN_PYTHON_VERSION }} - name: Prepare PR