File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
- name : Install dependencies
33
33
run : pnpm install
34
34
- name : Publish to Chromatic
35
- uses : chromaui/action@306092d42c0743800aadf544ee263cbc56598b1b # v11
35
+ uses : chromaui/action@da24ada70a2efc3f0b6e1af46fe1b39d2c9d06cf # v11
36
36
with :
37
37
projectToken : ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
38
38
onlyChanged : true
Original file line number Diff line number Diff line change 21
21
- name : ⤵️ Check out code from GitHub
22
22
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
23
23
- name : 🏗 Initialize CodeQL
24
- uses : github/codeql-action/init@3ab4101902695724f9365a384f86c1074d94e18c # v3
24
+ uses : github/codeql-action/init@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
25
25
- name : 🚀 Perform CodeQL Analysis
26
- uses : github/codeql-action/analyze@3ab4101902695724f9365a384f86c1074d94e18c # v3
26
+ uses : github/codeql-action/analyze@05963f47d870e2cb19a537396c1f668a348c7d8f # v3
Original file line number Diff line number Diff line change 43
43
run : pnpm install
44
44
45
45
- name : Restore next build
46
- uses : actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 # v4
46
+ uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
47
47
id : restore-build-cache
48
48
env :
49
49
cache-name : cache-next-build
72
72
path : .next/analyze/__bundle_analysis.json
73
73
74
74
- name : Download base branch bundle stats
75
- uses : dawidd6/action-download-artifact@71072fbb1229e1317f1a8de6b04206afb461bd67 # v3.1.2
75
+ uses : dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
76
76
if : success() && github.event.number
77
77
with :
78
78
workflow : nextjs_bundle_analysis.yml
You can’t perform that action at this time.
0 commit comments