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;