Skip to content

Commit 98eeb60

Browse files
committed
fix: pin 2 unpinned action(s)
Automated security fixes applied by Runner Guard (https://github.com/Vigilant-LLC/runner-guard). Changes: .github/workflows/ci.yml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
1 parent 036fdd4 commit 98eeb60

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
run: yarn jest --ci --color --runInBand --coverage --reporters=default --reporters=jest-junit
3030

3131
- name: Upload coverage
32-
uses: codecov/codecov-action@v4
32+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
3333
with:
3434
token: ${{ secrets.CODECOV_TOKEN }}
3535

.github/workflows/publish.yml

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

3232
- name: Create Release Pull Request or Publish to npm
3333
# https://github.com/changesets/action
34-
uses: changesets/action@v1
34+
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # v1
3535
with:
3636
# this expects you to have a script called release which does a build for your packages and calls changeset publish
3737
publish: yarn release

0 commit comments

Comments
 (0)