diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index c431125b..ea78b98e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -20,7 +20,7 @@ jobs: steps: - name: 'Checkout code' - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false show-progress: false diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 2bfe6e1d..bd99cb2b 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -25,7 +25,7 @@ jobs: - run: pip install -r requirements-dev.txt - name: Install terraform-docs - uses: jaxxstorm/action-install-gh-release@v1.12.0 + uses: jaxxstorm/action-install-gh-release@25d5e2dd555cd74f1fab9ac1e6ea117acde2c0c4 # v1.12.0 with: repo: terraform-docs/terraform-docs tag: ${{ env.TERRAFORM_DOCS_VERSION }}