4343 steps :
4444 # Exit if the user does not have write access to the repository:
4545 - name : ' Exit if user does not have write access'
46- # Pin action to full length commit SHA corresponding to v2.0.2
47- uses : lannonbr/repo-permission-check-action@2bb8c89ba8bf115c4bfab344d6a6f442b24c9a1f
46+ # Pin action to full length commit SHA
47+ uses : lannonbr/repo-permission-check-action@2bb8c89ba8bf115c4bfab344d6a6f442b24c9a1f # v2.0.2
4848 with :
4949 permission : ' write'
5050 env :
@@ -68,13 +68,13 @@ jobs:
6868 # Extract commit message and issue comment metadata:
6969 - name : ' Extract metadata'
7070 id : extract-metadata
71- # Pin action to full length commit SHA corresponding to v2.0.2
72- uses : stdlib-js/metadata-action@503cc11fbcf8802239f29310bd492f7faeddab7e
71+ # Pin action to full length commit SHA
72+ uses : stdlib-js/metadata-action@503cc11fbcf8802239f29310bd492f7faeddab7e # v2.0.2
7373
7474 # Check the metadata for directives to send tweets:
7575 - name : ' Send tweets'
76- # Pin action to full length commit SHA corresponding to v2.0.0
77- uses : stdlib-js/metadata-tweet-action@8e9b688c86150797c1c7f60bc8f7c9a9a30e10fe
76+ # Pin action to full length commit SHA
77+ uses : stdlib-js/metadata-tweet-action@8e9b688c86150797c1c7f60bc8f7c9a9a30e10fe # v2.0.0
7878 with :
7979 metadata : ${{ steps.extract-metadata.outputs.metadata }}
8080 TWITTER_CONSUMER_KEY : ${{ secrets.TWITTER_CONSUMER_KEY }}
9999
100100 # Dispatch first found workflow (if applicable):
101101 - name : ' Dispatch workflow with inputs'
102- # Pin action to full length commit SHA corresponding to v1.2.2
103- uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385
102+ # Pin action to full length commit SHA
103+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2.2
104104 if : steps.check-workflow-dispatch.outputs.dispatch == 'true'
105105 with :
106106 workflow : ${{ steps.check-workflow-dispatch.outputs.workflow }}
0 commit comments