Skip to content

Commit a6a7ed2

Browse files
committed
fix(layers): pinned github actions
1 parent c30e8a8 commit a6a7ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish_v2_layer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ jobs:
5252
RELEASE_TAG_VERSION=${RELEASE_INPUT:-$LATEST_TAG}
5353
echo RELEASE_TAG_VERSION="${RELEASE_TAG_VERSION:1}" >> "$GITHUB_ENV"
5454
- name: Set up QEMU
55-
uses: docker/setup-qemu-action@v2
55+
uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # v2.0.0
5656
- name: Set up Docker Buildx
5757
id: builder
58-
uses: docker/setup-buildx-action@v2
58+
uses: docker/setup-buildx-action@dc7b9719a96d48369863986a06765841d7ea23f6 # v2.0.0
5959
- name: install cdk and deps
6060
run: |
6161
npm install -g aws-cdk@2.44.0

0 commit comments

Comments
 (0)