Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 29, 2025

Bumps dagger/dagger-for-github from 8.0.0 to 8.2.0.

Release notes

Sourced from dagger/dagger-for-github's releases.

v8.2.0

What's Changed

Full Changelog: dagger/dagger-for-github@v8.1.0...v8.2.0

v8.1.0

What's Changed

Full Changelog: dagger/dagger-for-github@8.0.0...v8.1.0

Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Summary by cubic

Upgrade dagger/dagger-for-github from 8.0.0 to v8.2.0 across CI workflows to speed up runs and improve stability. The new version avoids redundant downloads, properly handles shell input, removes an unnecessary engine stop, and exposes a traceURL output for easier debugging.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 29, 2025

Labels

The following labels could not be found: ci, dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@kusari-inspector
Copy link

kusari-inspector bot commented Sep 29, 2025

Kusari Inspector

Kusari Analysis Results:

Do not proceed without addressing issues

Caution

Flagged Issues Detected
These changes contain flagged issues that may introduce security risks.

While dependency analysis shows no issues with pinned versions or exposed secrets, code analysis identified 7 high-severity workflow security violations across 3 GitHub workflow files. The unpinned action references for dagger/[email protected] violate organizational security policy requiring actions to be pinned to specific commit hashes. This policy prevents supply chain attacks where semantic version tags could be moved or compromised. Despite being a Dependabot update, these security policy violations must be resolved by pinning actions to commit hashes before the PR can be safely merged.

Note

View full detailed analysis result for more information on the output and the checks that were run.


@kusari-inspector rerun - Trigger a re-analysis of this PR
@kusari-inspector feedback [your message] - Send feedback to our AI and team
See Kusari's documentation for setup and configuration.
Commit: 9ddbc37, performed at: 2025-10-28T19:25:39Z

Found this helpful? Give it a 👍 or 👎 reaction!

run: go mod download

- uses: dagger/dagger-for-github@8.0.0
- uses: dagger/dagger-for-github@v8.2.0

Choose a reason for hiding this comment

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

Issue: Replace version tag with commit hash for dagger/dagger-for-github action

Recommended Code Changes:

Pin dagger/[email protected] to its corresponding commit hash instead of using the version tag

run: go mod download

- uses: dagger/dagger-for-github@8.0.0
- uses: dagger/dagger-for-github@v8.2.0

Choose a reason for hiding this comment

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

Issue: Replace version tag with commit hash for dagger/dagger-for-github action

Recommended Code Changes:

Pin dagger/[email protected] to its corresponding commit hash instead of using the version tag

- uses: actions/checkout@v4

- uses: dagger/dagger-for-github@8.0.0
- uses: dagger/dagger-for-github@v8.2.0

Choose a reason for hiding this comment

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

Issue: Replace version tag with commit hash for dagger/dagger-for-github action

Recommended Code Changes:

Pin dagger/[email protected] to its corresponding commit hash instead of using the version tag

${{ runner.os }}-buildx-
- uses: dagger/dagger-for-github@8.0.0
- uses: dagger/dagger-for-github@v8.2.0

Choose a reason for hiding this comment

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

Issue: Replace version tag with commit hash for dagger/dagger-for-github action

Recommended Code Changes:

Pin dagger/[email protected] to its corresponding commit hash instead of using the version tag

- uses: actions/checkout@v4

- uses: dagger/dagger-for-github@8.0.0
- uses: dagger/dagger-for-github@v8.2.0

Choose a reason for hiding this comment

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

Issue: Replace version tag with commit hash for dagger/dagger-for-github action

Recommended Code Changes:

Pin dagger/[email protected] to its corresponding commit hash instead of using the version tag


- name: Run acceptance tests with Dagger
uses: dagger/dagger-for-github@8.0.0
uses: dagger/dagger-for-github@v8.2.0

Choose a reason for hiding this comment

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

Issue: Replace version tag with commit hash for dagger/dagger-for-github action

Recommended Code Changes:

Pin dagger/[email protected] to its corresponding commit hash instead of using the version tag

- name: Run Dagger lint
uses: dagger/dagger-for-github@8.0.0
uses: dagger/dagger-for-github@v8.2.0

Choose a reason for hiding this comment

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

Issue: Replace version tag with commit hash for dagger/dagger-for-github action

Recommended Code Changes:

Pin dagger/[email protected] to its corresponding commit hash instead of using the version tag

@dependabot dependabot bot force-pushed the dependabot/github_actions/dagger/dagger-for-github-8.2.0 branch from fa9f82d to ca17857 Compare October 6, 2025 18:16
@dependabot dependabot bot requested a review from sundarok as a code owner October 6, 2025 18:16
@kusari-inspector
Copy link

Kusari PR Analysis rerun based on - ca17857 performed at: 2025-10-06T18:18:00Z - link to updated analysis

@dependabot dependabot bot force-pushed the dependabot/github_actions/dagger/dagger-for-github-8.2.0 branch from ca17857 to 66fa42d Compare October 21, 2025 17:06
@kusari-inspector
Copy link

Kusari PR Analysis rerun based on - 66fa42d performed at: 2025-10-21T17:07:24Z - link to updated analysis

@dependabot dependabot bot force-pushed the dependabot/github_actions/dagger/dagger-for-github-8.2.0 branch from 66fa42d to 8e8c5c0 Compare October 22, 2025 22:13
Bumps [dagger/dagger-for-github](https://github.com/dagger/dagger-for-github) from 8.0.0 to 8.2.0.
- [Release notes](https://github.com/dagger/dagger-for-github/releases)
- [Commits](dagger/dagger-for-github@8.0.0...v8.2.0)

---
updated-dependencies:
- dependency-name: dagger/dagger-for-github
  dependency-version: 8.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/dagger/dagger-for-github-8.2.0 branch from 8e8c5c0 to 9ddbc37 Compare October 28, 2025 19:25
@kusari-inspector
Copy link

Kusari PR Analysis rerun based on - 9ddbc37 performed at: 2025-10-28T19:26:27Z - link to updated analysis

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.

1 participant