Skip to content

Commit

Permalink
Use auto-doc's commit SHA as revision (#18)
Browse files Browse the repository at this point in the history
This is a supply-chain security improvement. Commit SHAs are less malleable than tags.
  • Loading branch information
syncom authored May 21, 2024
1 parent c633e64 commit f9b7338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autodoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
fetch-depth: 0

- name: 'run auto-doc'
uses: tj-actions/auto-doc@v3
# v3.5.0
uses: tj-actions/auto-doc@79cbc18cd7c4b037bb2fe25199cb14fef4bbad43
with:
filename: 'action.yml'
output: 'README.md'
Expand Down

0 comments on commit f9b7338

Please sign in to comment.