Skip to content

Commit 7ab70f8

Browse files
Bump docker/setup-buildx-action from 3 to 4
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3...v4) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c6f7d55 commit 7ab70f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
run: gradle build -x test -x integration
117117

118118
- name: Set up Docker Buildx
119-
uses: docker/setup-buildx-action@v3
119+
uses: docker/setup-buildx-action@v4
120120

121121
- name: DAST - Build and run containerised app
122122
run: |

0 commit comments

Comments
 (0)