Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps hadolint/hadolint-action from 3.2.0 to 3.3.0.

Release notes

Sourced from hadolint/hadolint-action's releases.

v3.3.0

3.3.0 (2025-09-22)

Features

  • trigger release workflow (2332a7b)
Commits

Dependabot compatibility score

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 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 CodeRabbit

  • Chores
    • Updated the CI linting workflow to use the latest hadolint action (v3.3.0) for Dockerfile checks.
    • Improves reliability and consistency of Dockerfile linting during pull requests and merges.
    • No changes to app behavior or user-facing features.

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>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Sep 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 22, 2025 19:05
@dependabot dependabot bot requested review from LesnyRumcajs and akaladarshi and removed request for a team September 22, 2025 19:05
@dependabot dependabot bot added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Sep 22, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 22, 2025

Walkthrough

Updated 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

Cohort / File(s) Change Summary
CI workflow: hadolint action bump
.github/workflows/scripts-lint.yml
Updated hadolint/hadolint-action from v3.2.0 to v3.3.0 in docker-lint steps for Dockerfile* and *.dockerfile

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Suggested reviewers

  • LesnyRumcajs
  • akaladarshi

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title Check ✅ Passed The title is concise, uses the conventional "chore(deps):" prefix, and accurately summarizes the main change—bumping hadolint/hadolint-action from 3.2.0 to 3.3.0—so it clearly reflects the changeset and is easy for teammates to scan.
Docstring Coverage ✅ Passed No functions found in the changes. Docstring coverage check skipped.
✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch dependabot/github_actions/hadolint/hadolint-action-3.3.0

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

📥 Commits

Reviewing files that changed from the base of the PR and between 8a105a1 and f43b169.

📒 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)

@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Sep 23, 2025
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 23, 2025
@LesnyRumcajs LesnyRumcajs added this pull request to the merge queue Sep 23, 2025
Merged via the queue into main with commit f8524d3 Sep 23, 2025
65 of 86 checks passed
@LesnyRumcajs LesnyRumcajs deleted the dependabot/github_actions/hadolint/hadolint-action-3.3.0 branch September 23, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants