diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 99814362e..e4d15766e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -13,7 +13,7 @@ jobs: mypy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4 with: python-version: 3.7 @@ -32,7 +32,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v3 with: python-version: ${{ matrix.python }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 68cae2e50..acb1c1e02 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: matrix: python: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 - uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v3 with: python-version: ${{ matrix.python }} @@ -52,7 +52,7 @@ jobs: outputs: version: ${{ steps.version.outputs.version }} steps: - - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 with: token: ${{ secrets.PAT_TOKEN }} - name: Set up Python 3.7 @@ -99,7 +99,7 @@ jobs: PYTHON_VERSION: "3.7" steps: - name: Checkout checkov - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3 with: token: ${{ secrets.PAT_TOKEN }} repository: bridgecrewio/checkov