diff --git a/.github/workflows/ODBC.yml b/.github/workflows/ODBC.yml index d56d5889..51f408e4 100644 --- a/.github/workflows/ODBC.yml +++ b/.github/workflows/ODBC.yml @@ -8,6 +8,7 @@ on: env: GH_TOKEN: ${{ secrets.GH_TOKEN }} OVERRIDE_GIT_DESCRIBE: ${{ inputs.override_git_describe }} + ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true concurrency: group: ODBC-${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}-${{ inputs.override_git_describe }}