We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19fdc4c commit d6fd74dCopy full SHA for d6fd74d
.github/workflows/check_commit_metadata.yml
@@ -66,7 +66,8 @@ jobs:
66
# Extract commit metadata from commit messages as JSON:
67
- name: 'Extract commit metadata'
68
id: extract-metadata
69
- uses: stdlib-js/metadata-action@v2
+ # Pin action to full length commit SHA
70
+ uses: stdlib-js/metadata-action@3ccf68f24c51ae23470319e8e5619d539df8212b # v3.0.0
71
72
# Check commit metadata:
73
- name: 'Check commit metadata'
0 commit comments