We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ced221b + 14a963e commit 5ea01f8Copy full SHA for 5ea01f8
.github/workflows/reusable-extension-ci.yml
@@ -223,7 +223,7 @@ jobs:
223
uses: docker/setup-qemu-action@v4 # NOSONAR githubactions:S7637 - verified action creator
224
225
- name: Set up Docker Buildx
226
- uses: docker/setup-buildx-action@v3 # NOSONAR githubactions:S7637 - verified action creator
+ uses: docker/setup-buildx-action@v4 # NOSONAR githubactions:S7637 - verified action creator
227
228
- name: Log in to the container registry
229
if: inputs.force_push_docker_image || github.event_name != 'pull_request'
0 commit comments