diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index a8670101..4512586e 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -38,7 +38,7 @@ jobs: # 1. Source checkout # ----------------------------------------------------------------------- - name: Checkout repository (with submodules) - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: # aiopslab-applications contains the K8s manifests and Helm charts # required by the orchestrator to deploy HotelReservation. @@ -138,7 +138,7 @@ jobs: # 3. Python + dependencies # ----------------------------------------------------------------------- - name: Set up Python 3.11 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: '3.11' @@ -188,7 +188,7 @@ jobs: - name: Upload kind logs on failure if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: kind-logs path: /tmp/kind-logs