From 21bf66cdddc00d88e606c8dc71bfb2212298839f Mon Sep 17 00:00:00 2001 From: Gokhan Gulbiz Date: Tue, 4 Jul 2023 11:21:28 +0300 Subject: [PATCH] Update sqlancer-test-pipelines.yml --- .github/workflows/sqlancer-test-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sqlancer-test-pipelines.yml b/.github/workflows/sqlancer-test-pipelines.yml index 0c95ce15e..d8422cf91 100644 --- a/.github/workflows/sqlancer-test-pipelines.yml +++ b/.github/workflows/sqlancer-test-pipelines.yml @@ -41,7 +41,7 @@ jobs: - name: Checkout Sqlancer uses: actions/checkout@v3 with: - ref: main + ref: v2.0.0 repository: sqlancer/sqlancer - name: Build SQLancer