ci: update actions to the latest versions#150
Merged
ErikBjare merged 1 commit intoActivityWatch:masterfrom Feb 4, 2025
BelKed:github-actions
Merged
ci: update actions to the latest versions#150ErikBjare merged 1 commit intoActivityWatch:masterfrom BelKed:github-actions
ErikBjare merged 1 commit intoActivityWatch:masterfrom
BelKed:github-actions
Conversation
Contributor
There was a problem hiding this comment.
👍 Looks good to me! Reviewed everything up to 95e055d in 43 seconds
More details
- Looked at
54lines of code in2files - Skipped
0files when reviewing. - Skipped posting
14drafted comments based on config settings.
1. .github/workflows/build.yml:21
- Draft comment:
Verify compatibility of checkout v4 with recursive submodules. - Reason this comment was not posted:
Marked as duplicate.
2. .github/workflows/build.yml:25
- Draft comment:
Ensure setup-node v4 does not introduce breaking changes in environment setup. - Reason this comment was not posted:
Marked as duplicate.
3. .github/workflows/build.yml:33
- Draft comment:
Confirm upload-artifact v4 behaves as expected for artifact naming/path. - Reason this comment was not posted:
Marked as duplicate.
4. .github/workflows/codeql.yml:27
- Draft comment:
Checkout action updated to v4; ensure no regressions with new version. - Reason this comment was not posted:
Comment did not seem useful.
5. .github/workflows/codeql.yml:30
- Draft comment:
CodeQL init upgraded to v3; verify new features or changes are compatible. - Reason this comment was not posted:
Comment did not seem useful.
6. .github/workflows/codeql.yml:36
- Draft comment:
Autobuild action updated to v3. Confirm build steps work with the new version. - Reason this comment was not posted:
Comment did not seem useful.
7. .github/workflows/codeql.yml:39
- Draft comment:
Ensure CodeQL analyze v3 configuration (e.g., category) still meets expectations. - Reason this comment was not posted:
Comment did not seem useful.
8. .github/workflows/build.yml:21
- Draft comment:
Updated checkout to v4; verify migration notes. - Reason this comment was not posted:
Confidence changes required:33%
None
9. .github/workflows/build.yml:25
- Draft comment:
Updated setup-node to v4; check for breaking changes. - Reason this comment was not posted:
Confidence changes required:33%
None
10. .github/workflows/build.yml:33
- Draft comment:
Updated upload-artifact to v4; confirm artifact upload behavior. - Reason this comment was not posted:
Confidence changes required:33%
None
11. .github/workflows/codeql.yml:27
- Draft comment:
Upgraded checkout to v4 in CodeQL workflow; verify compatibility. - Reason this comment was not posted:
Confidence changes required:33%
None
12. .github/workflows/codeql.yml:30
- Draft comment:
Upgraded CodeQL init to v3; review migration notes. - Reason this comment was not posted:
Confidence changes required:33%
None
13. .github/workflows/codeql.yml:36
- Draft comment:
Upgraded CodeQL autobuild to v3; ensure build detection remains correct. - Reason this comment was not posted:
Confidence changes required:33%
None
14. .github/workflows/codeql.yml:39
- Draft comment:
Upgraded CodeQL analyze to v3; verify analysis results. - Reason this comment was not posted:
Confidence changes required:33%
None
Workflow ID: wflow_au1kt6NNOWPn0Y66
You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.
Infiniti151
pushed a commit
to Infiniti151/aw-watcher-web
that referenced
this pull request
Feb 21, 2026
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.
Important
Update GitHub Actions to latest versions in
build.ymlandcodeql.yml.actions/checkouttov4in bothbuild.ymlandcodeql.yml.actions/setup-nodetov4inbuild.yml.actions/upload-artifacttov4inbuild.yml.github/codeql-action/init,autobuild, andanalyzetov3incodeql.yml.This description was created by
for 95e055d. It will automatically update as commits are pushed.