Skip to content

Commit 4229321

Browse files
authored
chore: pin third-party GitHub Actions to commit SHAs (#1867)
* [SEC-7924] chore: pin third-party GitHub Actions to commit SHAs Pin all third-party GitHub Actions to full-length commit SHAs to prevent supply chain attacks. Addresses findings from the third-party-action-not-pinned-to-commit-sha Semgrep rule. * Apply suggestion from @pkaeding * Apply suggestion from @pkaeding
1 parent 52274cb commit 4229321

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Publish to Chromatic
3939
id: chromatic
40-
uses: chromaui/action@30047ab459164cf99ae8f097f6aa5c7ef4fcc869 # v13
40+
uses: chromaui/action@07791f8243f4cb2698bf4d00426baf4b2d1cb7e0 # v13
4141
with:
4242
projectToken: ${{ env.CHROMATIC_TOKEN }}
4343
buildScriptName: 'storybook:build'

0 commit comments

Comments
 (0)