GitHub Actions is deprecating Node.js 20 runners starting June 2nd, 2026, with Node.js 24 becoming the default. ssm-code-signing@v1.2.1 (the current latest) still runs on Node.js 20, which generates deprecation warnings on every build.
Please update the action's runs.using in action.yml to node24 so it is compatible with the upcoming default.
Reference: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/