diff --git a/.github/workflows/azure-dev-down.yml b/.github/workflows/azure-dev-down.yml index 25306037..ff803f1d 100644 --- a/.github/workflows/azure-dev-down.yml +++ b/.github/workflows/azure-dev-down.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout the branch ${{ github.ref_name }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.ref_name }} diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index 7ffe988a..a011b41c 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -47,7 +47,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: persist-credentials: false diff --git a/.github/workflows/terraform-validate.yml b/.github/workflows/terraform-validate.yml index 8a3b76df..e75581e0 100644 --- a/.github/workflows/terraform-validate.yml +++ b/.github/workflows/terraform-validate.yml @@ -46,7 +46,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 # Required for proper GitLeaks scanning diff --git a/.github/workflows/test-search.yaml b/.github/workflows/test-search.yaml index f764e5be..c427a997 100644 --- a/.github/workflows/test-search.yaml +++ b/.github/workflows/test-search.yaml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout the branch ${{ github.ref_name }} - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: ref: ${{ github.ref_name }} @@ -120,7 +120,7 @@ jobs: retention-days: 30 - name: Publish pytest test results - uses: dorny/test-reporter@7b7927aa7da8b82e81e755810cb51f39941a2cc7 # v2.2.0 + uses: dorny/test-reporter@fe45e9537387dac839af0d33ba56eed8e24189e8 # v2.3.0 if: (!cancelled()) # Run even if tests fail with: name: Azure AI Search E2E Tests