Skip to content

Revert FirebirdSQL action to v2.0.1#363

Merged
mariuz merged 3 commits intomasterfrom
copilot/update-firebird-action-version
Feb 12, 2026
Merged

Revert FirebirdSQL action to v2.0.1#363
mariuz merged 3 commits intomasterfrom
copilot/update-firebird-action-version

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Feb 12, 2026

Reverts the workflow configuration back to using v2.0.1 of the FirebirdSQL GitHub Action.

Changes

  • Restore juarezr/firebirdsql-github-action to v2.0.1 (v2.0.3 does not exist)
  • Restore isc_password parameter
  • Restore enable_legacy_client_auth parameter

The workflow now uses the original working configuration with v2.0.1 of the action.

Original prompt

Problem

The CI workflow is failing with the following error:

docker: Error response from daemon: client version 1.40 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version.

This occurs in the FirebirdSQL setup step of the workflow.

Failing job URL: https://github.com/hgourvest/node-firebird/actions/runs/21967471507/job/63460874011

Solution Required

Update the .github/workflows/node.js.yml file to fix the Docker API version incompatibility:

  1. Update the FirebirdSQL action version from v2.0.1 to v2.0.3 (or the latest compatible version)
  2. Fix deprecated parameters:
    • Replace isc_password with firebird_root_password
    • Replace enable_legacy_client_auth with firebird_conf using the proper configuration format

The updated section (lines 19-24) should look like:

- name: Setup FirebirdSQL container
  uses: juarezr/firebirdsql-github-action@v2.0.3
  with:
    version: ${{ matrix.firebird-version }}
    firebird_root_password: "masterkey"
    firebird_conf: "WireCrypt = Enabled\nAuthServer = Legacy_Auth, Srp, Win_Sspi"

This will resolve the Docker client version compatibility issue and remove the deprecated parameter warnings.

This pull request was created from Copilot chat.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: mariuz <18359+mariuz@users.noreply.github.com>
Copilot AI changed the title [WIP] Update FirebirdSQL action version to fix Docker API error Update FirebirdSQL action to v2.0.3 and fix deprecated parameters Feb 12, 2026
Copilot AI requested a review from mariuz February 12, 2026 23:02
@mariuz
Copy link
Copy Markdown
Collaborator

mariuz commented Feb 12, 2026

@copilot there is no version v2.0.3 revert to previous v2.0.1

Co-authored-by: mariuz <18359+mariuz@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented Feb 12, 2026

@copilot there is no version v2.0.3 revert to previous v2.0.1

Reverted to v2.0.1 in commit aab62f6. You're correct - v2.0.3 doesn't exist.

@mariuz mariuz marked this pull request as ready for review February 12, 2026 23:04
@mariuz mariuz merged commit f6c27dc into master Feb 12, 2026
@mariuz mariuz deleted the copilot/update-firebird-action-version branch February 12, 2026 23:05
Copilot AI restored the copilot/update-firebird-action-version branch February 12, 2026 23:05
Copilot AI changed the title Update FirebirdSQL action to v2.0.3 and fix deprecated parameters Revert FirebirdSQL action to v2.0.1 Feb 12, 2026
Copilot stopped work on behalf of mariuz due to an error February 12, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants