Conversation
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 10 to 12. - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@v10...v12) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '12' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to 93c3978 in 28 seconds. Click for details.
- Reviewed
13lines of code in1files - Skipped
0files when reviewing. - Skipped posting
1draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
1. .github/workflows/nodejs.yml:107
- Draft comment:
Bump action version from v10 to v12. Please verify that all passed inputs (e.g. 'repo', 'workflow', etc.) remain supported in v12. Also consider pinning to a specific commit SHA for increased build reproducibility. - Reason this comment was not posted:
Confidence changes required:33%<= threshold50%None
Workflow ID: wflow_QHVh7XV6g9js0WL7
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Contributor
Greptile SummaryUpdated GitHub Actions dependency
The action is used to download nightly builds of Confidence Score: 5/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant GHA as GitHub Actions
participant Workflow as nodejs.yml Workflow
participant Action as dawidd6/action-download-artifact@v12
participant Repo as ActivityWatch/aw-server-rust
participant Test as Test Job
GHA->>Workflow: Trigger on push/PR to master
Workflow->>Test: Start test job (matrix: aw-server-rust, master)
Test->>Action: Download nightly artifact
Action->>Repo: Search for latest artifact (workflow: build.yml, branch: master)
Repo-->>Action: Return binaries-Linux artifact
Action->>Test: Extract to aw-server-rust/
Test->>Test: chmod +x and run aw-server
Test->>Test: Continue with tests
|
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.
Bumps dawidd6/action-download-artifact from 10 to 12.
Release notes
Sourced from dawidd6/action-download-artifact's releases.
Commits
0bd50d5node_modules: update (#347)c530ff8Update commit and ref to use pull request SHAa275236Update dependencies in package.json74a19a2Downgrade@actions/coredependency versiond3cbd7eChange npm command from ci to install18697baUpdate@actions/artifactversion in package.jsone369143build(deps): bump peter-evans/create-pull-request from 7 to 8 (#344)7157953Rename update workflow to npm-updatesc648dadnode_modules: update (#343)7b0cd8fChange concurrency group from 'test' to 'upload'Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Important
Bump
dawidd6/action-download-artifactfrom v10 to v12 innodejs.ymlfor nightly build downloads.dawidd6/action-download-artifactfrom v10 to v12 in.github/workflows/nodejs.ymlfor downloadingaw-server-rustnightly builds.This description was created by
for 93c3978. You can customize this summary. It will automatically update as commits are pushed.