ci: resolve deprecation warnings and Go cache failure#393
Merged
Conversation
- Replace deprecated `app-id` input with `client-id` in all `actions/create-github-app-token` steps (release.yml) - Opt into Node.js 24 via `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24` for `TrigenSoftware/simple-release-action` which still uses node20 (forced migration June 16, 2026) - Add `cache-dependency-path: shims/go/go.sum` to `actions/setup-go` so it finds the dependency file in the shim subdirectory instead of failing to restore cache Signed-off-by: Rhuan Barreto <rhuan@barreto.work>
Deploying archgate-cli with
|
| Latest commit: |
f4dc955
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://49d353b7.archgate-cli.pages.dev |
| Branch Preview URL: | https://fix-ci-warnings.archgate-cli.pages.dev |
Contributor
Code Coverage
Full HTML report available in workflow artifacts. Per-directory breakdown
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
app-id→client-id— Replace deprecatedapp-idinput withclient-idin all 3actions/create-github-app-tokensteps inrelease.yml(same secret, just the input name)FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=truetorelease.ymlsoTrigenSoftware/simple-release-action(stuck onnode20) runs on Node 24 ahead of the June 16 forced migrationcache-dependency-path: shims/go/go.sumtoactions/setup-goincode-pull-request.ymlso it finds the dependency file in the shim subdirectory instead of failing with "Dependencies file is not found"Test plan
app-iddeprecation warningssimple-release-actionsteps succeed under Node.js 24