From 02767b0cafb9747adff82a73c993edd0bfeca82e Mon Sep 17 00:00:00 2001 From: Armin Schrenk Date: Wed, 1 Apr 2026 16:29:59 +0200 Subject: [PATCH] pin aws-configure action --- .github/workflows/post-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/post-publish.yml b/.github/workflows/post-publish.yml index 623243e0f..2d990bab5 100644 --- a/.github/workflows/post-publish.yml +++ b/.github/workflows/post-publish.yml @@ -141,7 +141,7 @@ jobs: RELEASE_ASSETS: ${{ toJson(github.event.release.assets) }} NEW_VERSION: ${{ needs.get-version.outputs.semVerStr }} - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v4 + uses: aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}