Skip to content

Commit

Permalink
ci: Pin release action to v1
Browse files Browse the repository at this point in the history
Pin release action to version v1.
  • Loading branch information
saig0 authored Aug 14, 2024
1 parent 0eca410 commit 58e36bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
# new login with new container registry url and PAT
echo ${{ secrets.CR_PAT }} | docker login ghcr.io -u $GITHUB_ACTOR --password-stdin
- name: Deploy SNAPSHOT / Release
uses: camunda-community-hub/community-action-maven-release@a9e964bf56978eef9bca81551cecceebb246a8e5 # pin@v1
uses: camunda-community-hub/community-action-maven-release@v1 # pin@v1
with:
release-version: ${{ github.event.release.tag_name }}
release-profile: community-action-maven-release
Expand Down

0 comments on commit 58e36bf

Please sign in to comment.