Skip to content

Commit

Permalink
Pin marketplace steps to specific commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Francesco Macagno authored May 2, 2024
1 parent 389e9a6 commit cfc07e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ runs:
uses: actions/checkout@v4
- name: Read PR Template
id: template
uses: juliangruber/read-file-action@v1
uses: juliangruber/read-file-action@b549046febe0fe86f8cb4f93c24e284433f9ab58
with:
path: ${{ inputs.template-path }}
# This step is required because the PR body is CRLF, and the read file from the previous step is just LF
Expand All @@ -41,7 +41,7 @@ runs:
} >> "$GITHUB_OUTPUT"
- name: Check equality and comment
if: inputs.comment && steps.template.outputs.content == steps.clean.outputs.cleaned
uses: mshick/add-pr-comment@v2
uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc
with:
message: ${{ inputs.comment }}
- name: Check equality and convert to draft
Expand Down

0 comments on commit cfc07e4

Please sign in to comment.