Skip to content

Commit 34b7483

Browse files
authored
Merge pull request #230 from runcycles/dependabot/github_actions/docker/setup-buildx-action-4.2.0
chore(deps): bump docker/setup-buildx-action from 4.1.0 to 4.2.0
2 parents 3cc7529 + 6cc3610 commit 34b7483

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-container-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4545

4646
- name: Set up Docker Buildx
47-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
47+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
4848

4949
- name: Build image (load for scan, no push)
5050
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
password: ${{ secrets.GITHUB_TOKEN }}
193193

194194
- name: Set up Docker Buildx
195-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
195+
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
196196

197197
# Two-phase build: load image locally for Trivy first, then push only
198198
# if scan passes. Second build-push-action call is a cache hit (~5-10s

0 commit comments

Comments
 (0)