Skip to content

Commit

Permalink
ci: use sha for polling action
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Jan 27, 2025
1 parent 9e939df commit 20e080e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API }}/kbosync/${{ env.ENV }}/deploy/v4
STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/kbosync/${{ env.ENV }}/deploy/v4/status
uses: docker://ghcr.io/informatievlaanderen/awscurl-polling-action:4.0.11
uses: informatievlaanderen/awscurl-polling-action/polling-action@4e2d34a5f26755d7b79904f57648162920ef1b66
with:
environment: ${{ env.ENV }}
version: ${{ github.event.inputs.version }}
Expand Down

0 comments on commit 20e080e

Please sign in to comment.