Skip to content

Commit 61d822f

Browse files
committed
🔐 Addressed security vulnerability
1 parent 9bc8e6c commit 61d822f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
sed -i "s/implementation 'com.iterable:iterableapi-ui:[^']*'/implementation 'com.iterable:iterableapi-ui:${{ github.event.inputs.version }}'/" sample-apps/inbox-customization/app/build.gradle
9999
100100
- name: Create Pull Request
101-
uses: peter-evans/create-pull-request@v5
101+
uses: peter-evans/create-pull-request@4e1beaa7521e8b457b572c090b25bd3db56bf1c5 # v5
102102
with:
103103
token: ${{ secrets.GITHUB_TOKEN }}
104104
title: "Prepare for Release ${{ steps.update_changelog.outputs.new_version }}"

0 commit comments

Comments
 (0)