Skip to content

Commit 8828fa9

Browse files
authored
Merge pull request #6 from arillso/renovate/major-7-github-actions
chore(deps): Update docker/build-push-action action to v7
2 parents 3fcc50c + 0d184a0 commit 8828fa9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/security-trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
6868

6969
- name: Build Docker image
70-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
70+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
7171
with:
7272
context: .
7373
file: ${{ inputs.dockerfile_path }}
@@ -91,7 +91,7 @@ jobs:
9191

9292
- name: Build Docker image (if needed)
9393
if: ${{ inputs.build_docker_image && inputs.scan_type == 'image' }}
94-
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6
94+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7
9595
with:
9696
context: .
9797
file: ${{ inputs.dockerfile_path }}

0 commit comments

Comments
 (0)