We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8c47bc + 2a372d5 commit 0692f32Copy full SHA for 0692f32
.github/workflows/quality_code_cdk_constructor.yml
@@ -51,13 +51,13 @@ jobs:
51
python-version: ${{ matrix.python-version }}
52
cache: "poetry"
53
- name: Set up QEMU
54
- uses: docker/setup-qemu-action@e81a89b1732b9c48d79cd809d8d81d79c4647a18 # v2.0.0
+ uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v2.0.0
55
with:
56
platforms: arm64
57
# NOTE: we need QEMU to build Layer against a different architecture (e.g., ARM)
58
- name: Set up Docker Buildx
59
id: builder
60
- uses: docker/setup-buildx-action@f03ac48505955848960e80bbb68046aa35c7b9e7 # v2.4.1
+ uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1
61
62
install: true
63
driver: docker
0 commit comments