Skip to content

Commit 35c0f2c

Browse files
authored
security: Pinning actions to a full commit SHA (#147)
1 parent 07121d5 commit 35c0f2c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'github-actions'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'

.github/workflows/release.yml

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

3434
- name: Create Release Pull Request or Publish to npm
3535
id: changesets
36-
uses: changesets/action@v1
36+
uses: changesets/action@e0145edc7d9d8679003495b11f87bd8ef63c0cba # v1.5.3
3737
with:
3838
publish: pnpm run release
3939
version: pnpm run version

0 commit comments

Comments
 (0)