-
Notifications
You must be signed in to change notification settings - Fork 182
chore(deps): bump hadolint/hadolint-action from 3.2.0 to 3.3.0 #6106
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
chore(deps): bump hadolint/hadolint-action from 3.2.0 to 3.3.0 #6106
Conversation
Bumps [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action) from 3.2.0 to 3.3.0. - [Release notes](https://github.com/hadolint/hadolint-action/releases) - [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc) - [Commits](hadolint/hadolint-action@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: hadolint/hadolint-action dependency-version: 3.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
WalkthroughUpdated GitHub Actions workflow to bump hadolint/hadolint-action from v3.2.0 to v3.3.0 in the docker-lint job steps. No other workflow logic changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests
Comment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
.github/workflows/scripts-lint.yml (1)
60-73: Optional: pin action to commit SHA and move ignores to config.
- For supply‑chain hardening, pin third‑party actions to a full‑length commit SHA. Example:
- - uses: hadolint/hadolint-action@v3.3.0 + - uses: hadolint/hadolint-action@<commit-sha> # v3.3.0
- Consider using a repo‑root .hadolint.yaml for DL3008/DL3018 instead of inline ignore for better discoverability.
Refs: GitHub Actions security hardening guidance; Marketplace notes config-based ignores. (docs.github.com)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
.github/workflows/scripts-lint.yml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
- GitHub Check: Build forest binaries on Linux AMD64
- GitHub Check: cargo-publish-dry-run
- GitHub Check: Build MacOS
- GitHub Check: All lint checks
- GitHub Check: Build Ubuntu
- GitHub Check: tests-release
- GitHub Check: tests
🔇 Additional comments (2)
.github/workflows/scripts-lint.yml (2)
60-66: Bump to v3.3.0 looks safe; inputs unchanged.The hadolint action still supports dockerfile, recursive, and ignore; no breaking changes expected. Also, hadolint provides Linux arm64 binaries, so this should run fine on ubuntu-24.04-arm.
Sources: GitHub Marketplace page for v3.3.0 inputs and options; hadolint release jobs include linux-arm64. (github.com)
67-73: Same here — OK to merge.Second invocation matches supported inputs; no behavior change.
Source: Hadolint Action v3.3.0 Marketplace page. (github.com)
Bumps hadolint/hadolint-action from 3.2.0 to 3.3.0.
Release notes
Sourced from hadolint/hadolint-action's releases.
Commits
2332a7bfeat: trigger release workflow2bfd2b9Don't trigger release workflow on Tag0931ae0Release v3.3.0Dependabot 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)Summary by CodeRabbit