From f5f62f68adb368734b58a08e5822e2f9d4723faa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Szczerbi=C5=84ski?= Date: Thu, 28 Nov 2024 16:36:36 +0100 Subject: [PATCH] Review fixes --- .github/workflows/code-quality.yml | 6 +++--- ci/scripts/report.txt | 3 --- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 ci/scripts/report.txt diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index efba4706ea..1f6a5d629b 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -19,10 +19,10 @@ jobs: matrix: build_type: [ 'Release' ] steps: - - uses: actions/checkout@v1 - - uses: actions/setup-python@v1 + - uses: actions/checkout@v4 + - uses: actions/setup-python@v5 with: - python-version: '3.7' + python-version: '3.13' architecture: 'x64' - name: Restore cached deps id: cache-restore-deps diff --git a/ci/scripts/report.txt b/ci/scripts/report.txt deleted file mode 100644 index db0f7a8338..0000000000 --- a/ci/scripts/report.txt +++ /dev/null @@ -1,3 +0,0 @@ -Added 1 compiler warnings to /tmp/libsnowflakeclient/lib/client.c [-Wunused-variable]. Please remove following warnings: -/tmp/libsnowflakeclient/lib/client.c:1896:12: warning: unused variable 'raw_row_result' [-Wunused-variable] - 1896 | cJSON *raw_row_result;