Skip to content

Commit 383d966

Browse files
committed
refactor: pin third-party action
1 parent efa2380 commit 383d966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-on-new-ipfs-tag.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
with:
2121
latest_ipfs_tag: ${{ steps.latest_ipfs.outputs.latest_tag }}
2222
- name: pull-request # don't create a pr if there was no new ipfs tag
23-
uses: repo-sync/pull-request@v2
23+
uses: repo-sync/pull-request@65194d8015be7624d231796ddee1cd52a5023cb3 #v2.16
2424
with:
2525
github_token: ${{ secrets.GITHUB_TOKEN }}
2626
source_branch: ${{ steps.update.outputs.updated_branch }}
2727
destination_branch: "main"
28-
pr_title: "Bump http-api-docs dependency on go-ipfs to ${{ steps.latest_ipfs.outputs.latest_tag }}"
28+
pr_title: "Bump http-api-docs dependency on go-ipfs to ${{ steps.latest_ipfs.outputs.latest_tag }}"

0 commit comments

Comments
 (0)