Skip to content

Commit ab3e850

Browse files
authored
Merge pull request #216 from JosephGoulden/main
Use full-length commit SHA for write-file-action and read-file-actions
2 parents 7b0ea76 + 6f77c42 commit ab3e850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ runs:
170170
INPUT_TOKEN: ${{ inputs.token }}
171171
INPUT__INTERNAL-STRICT-MODE: ${{ inputs._internal-strict-mode }}
172172
- name: Save PR Body as file
173-
uses: DamianReeves/[email protected]
173+
uses: DamianReeves/write-file-action@6929a9a6d1807689191dcc8bbe62b54d70a32b42 # v1.3
174174
with:
175175
path: pr_body.template
176176
contents: ${{ inputs.pr-body }}
@@ -191,7 +191,7 @@ runs:
191191
output-filename: "pr_body.txt"
192192
- name: Read pr_body.txt
193193
id: pr_body
194-
uses: juliangruber/read-file-action@v1
194+
uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58 # v1.1.7
195195
with:
196196
path: "pr_body.txt"
197197
# We need to remove the pr_body files so that the

0 commit comments

Comments
 (0)