From 788a53a4629731e5d642624f00dfd39f007169bb Mon Sep 17 00:00:00 2001 From: Roshan Khatri <117414976+roshkhatri@users.noreply.github.com> Date: Wed, 11 Dec 2024 15:25:04 -0800 Subject: [PATCH] adds commit hash for the actions. (#25) Signed-off-by: Roshan Khatri --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a013c9..4d15e01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,11 +10,11 @@ jobs: matrix: server_version: ['unstable', '8.0.0'] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Set the server version for python integration tests run: echo "SERVER_VERSION=${{ matrix.server_version }}" >> $GITHUB_ENV - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 #v3.1.4 with: python-version: '3.9' - name: Install dependencies