Skip to content

Commit b2e673f

Browse files
authored
fix(ci): Extra security issues (#2183)
1 parent 068a5b8 commit b2e673f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: pnpm setup
1919
uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda
2020
- name: pnpm Cache
21-
uses: buildjet/cache@v4
21+
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
2222
with:
2323
path: |
2424
~/.pnpm-store

.github/workflows/release-canary.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
pnpm config set script-shell "/usr/bin/bash"
3434
3535
- name: pnpm Cache
36-
uses: buildjet/cache@v4
36+
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
3737
with:
3838
path: |
3939
~/.pnpm-store
@@ -53,7 +53,7 @@ jobs:
5353
run: pnpm canary:enter
5454

5555
- name: Create Release Pull Request
56-
uses: changesets/action@v1
56+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
5757
with:
5858
version: pnpm run version
5959
publish: pnpm run release

.github/workflows/version.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
pnpm config set script-shell "/usr/bin/bash"
3535
3636
- name: pnpm Cache
37-
uses: buildjet/cache@v4
37+
uses: buildjet/cache@3e70d19e31d6a8030aeddf6ed8dbe601f94d09f4
3838
with:
3939
path: |
4040
~/.pnpm-store
@@ -54,7 +54,7 @@ jobs:
5454
run: pnpm canary:exit
5555

5656
- name: Create Release Pull Request
57-
uses: changesets/action@v1
57+
uses: changesets/action@06245a4e0a36c064a573d4150030f5ec548e4fcc
5858
with:
5959
version: pnpm run version
6060
title: "chore(root): Version packages"

0 commit comments

Comments
 (0)