diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 5e5e3c2ce..d7026539f 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4 + - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 with: python-version: 3.7 - name: Install dependencies @@ -33,7 +33,7 @@ jobs: python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v3 + - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v3 with: python-version: ${{ matrix.python }} allow-prereleases: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9048eb10b..6c511a186 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3 - - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v3 + - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v3 with: python-version: ${{ matrix.python }} allow-prereleases: true @@ -56,7 +56,7 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} - name: Set up Python 3.7 - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v3 + uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v3 with: python-version: 3.7 - name: bump version @@ -103,7 +103,7 @@ jobs: with: token: ${{ secrets.PAT_TOKEN }} repository: bridgecrewio/checkov - - uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4 + - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 with: python-version: ${{ env.PYTHON_VERSION }} - name: Prepare PR