Skip to content

Commit 447bdd4

Browse files
authored
Merge pull request #259 from jjshanks/dependabot/github_actions/docker/setup-buildx-action-4.3.0
ci(deps): bump docker/setup-buildx-action from 4.1.0 to 4.3.0
2 parents 77b2f31 + 5905d5e commit 447bdd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

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

114114
- name: Set up Docker Buildx
115115
# Configure Docker for multi-platform builds
116-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
116+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
117117
with:
118118
platforms: linux/amd64,linux/arm64 # Specify target platforms for container images
119119

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
category: GosecScan
4242

4343
- name: Set up Docker Buildx
44-
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4.1.0
44+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
4545

4646
- name: Build image for scanning
4747
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0

0 commit comments

Comments
 (0)