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.
1 parent c30e8a8 commit a6a7ed2Copy full SHA for a6a7ed2
.github/workflows/publish_v2_layer.yml
@@ -52,10 +52,10 @@ jobs:
52
RELEASE_TAG_VERSION=${RELEASE_INPUT:-$LATEST_TAG}
53
echo RELEASE_TAG_VERSION="${RELEASE_TAG_VERSION:1}" >> "$GITHUB_ENV"
54
- name: Set up QEMU
55
- uses: docker/setup-qemu-action@v2
+ uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # v2.0.0
56
- name: Set up Docker Buildx
57
id: builder
58
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v2.0.0
59
- name: install cdk and deps
60
run: |
61
npm install -g aws-cdk@2.44.0
0 commit comments