Skip to content

Commit de46a0c

Browse files
jparrabedoyaclaude
andcommitted
ci: Restore security rationale comment for SHA-pinned action
Co-Authored-By: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>
1 parent ed182cd commit de46a0c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ jobs:
2121

2222
- name: Deploy
2323
if: success()
24-
uses: crazy-max/ghaction-github-pages@1d6ee9b181a81033a16bd707a1401afa978daab4 # v5.0.0
24+
# use the specific sha of 3rd party libraries for security reasons https://julienrenaux.fr/2019/12/20/github-actions-security-risk/
25+
# Using tag v5.0.0
26+
uses: crazy-max/ghaction-github-pages@1d6ee9b181a81033a16bd707a1401afa978daab4
2527
with:
2628
target_branch: gh-pages
2729
build_dir: ./docs

0 commit comments

Comments
 (0)