diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-09-22 22:13:25 +0000 |
---|---|---|
committer | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2025-09-22 22:13:35 +0000 |
commit | c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd (patch) | |
tree | 7d4be930797d2d4758b575f5b5c9a91fed76dabd | |
parent | build(deps-dev): bump the nodejs-dependencies group with 2 updates (diff) | |
download | locusts-c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd.tar locusts-c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd.tar.gz locusts-c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd.tar.bz2 locusts-c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd.tar.lz locusts-c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd.tar.xz locusts-c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd.tar.zst locusts-c96f2b35ccd9c3b294309dd07d88f8ec6c40e5cd.zip |
build(deps): bump hadolint/hadolint-action in the github-actions group
Bumps the github-actions group with 1 update: [hadolint/hadolint-action](https://github.com/hadolint/hadolint-action).
Updates `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](https://github.com/hadolint/hadolint-action/compare/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
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/docker.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9552a17..f763543 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -30,7 +30,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Lint - uses: hadolint/hadolint-action@v3.2.0 + uses: hadolint/hadolint-action@v3.3.0 with: dockerfile: Dockerfile - name: Extract metadata |