Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: update actions to the latest versions #150

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

BelKed
Copy link
Contributor

@BelKed BelKed commented Feb 4, 2025

Important

Update GitHub Actions to latest versions in build.yml and codeql.yml.

  • GitHub Actions Update:
    • Update actions/checkout to v4 in both build.yml and codeql.yml.
    • Update actions/setup-node to v4 in build.yml.
    • Update actions/upload-artifact to v4 in build.yml.
    • Update github/codeql-action/init, autobuild, and analyze to v3 in codeql.yml.

This description was created by Ellipsis for 95e055d. It will automatically update as commits are pushed.

Copy link

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Reviewed everything up to 95e055d in 43 seconds

More details
  • Looked at 54 lines of code in 2 files
  • Skipped 0 files when reviewing.
  • Skipped posting 14 drafted 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.

@ErikBjare ErikBjare changed the title Update GitHub Actions to the latest version ci: update actions to the latest versions Feb 4, 2025
@ErikBjare ErikBjare merged commit 4e859bd into ActivityWatch:master Feb 4, 2025
3 checks passed
@BelKed BelKed deleted the github-actions branch February 4, 2025 09:37
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