Skip to content

Commit 66bcbd4

Browse files
⬆️ [ GitHub Actions ] (deps): Bump the github-actions group with 2 updates (#12)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f6422d3 commit 66bcbd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: docker/setup-buildx-action@v3
2424

2525
- name: Build image (validation only)
26-
uses: docker/build-push-action@v6.15.0
26+
uses: docker/build-push-action@v6.18.0
2727
with:
2828
context: .
2929
push: false

.github/workflows/code-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v6
2121

2222
- name: Lint Dockerfile with hadolint
23-
uses: hadolint/hadolint-action@v3.1.0
23+
uses: hadolint/hadolint-action@v3.3.0
2424
with:
2525
dockerfile: ./Dockerfile
2626
config: .hadolint.yaml

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Build, tag, and push image
3434
id: build-image
35-
uses: docker/build-push-action@v6.15.0
35+
uses: docker/build-push-action@v6.18.0
3636
with:
3737
context: .
3838
push: true

0 commit comments

Comments
 (0)