Skip to content

Commit 80ce5a0

Browse files
fix(security): github actions should be pinned
1 parent 6535d80 commit 80ce5a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
git config --local user.name "traefiker"
4444
4545
- name: Deploy
46-
uses: bitovi/github-actions-storybook-to-github-pages@v1.0.3
46+
uses: bitovi/github-actions-storybook-to-github-pages@b75ece8f984a32b2adb322065d7a8a2cc8db2d52 # v1.0.3
4747
env:
4848
NODE_ENV: production
4949
with:

.github/workflows/pr_title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- name: Semantic pull request
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
uses: amannn/action-semantic-pull-request@v5
19+
uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5

0 commit comments

Comments
 (0)