File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 with :
1515 node-version : 22
1616
17- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1818 with :
1919 path : ~/.bun/install/cache
2020 key : bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ jobs:
136136 # workflow's `permissions:` block, so the comment post will fail on
137137 # forks. Don't fail the whole job — the audit gate below still fires.
138138 continue-on-error : true
139- uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
139+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
140140 with :
141141 # `header` matches fallow's built-in `<!-- fallow-id: fallow-results -->`
142142 # sentinel so subsequent runs update the same comment.
@@ -145,7 +145,7 @@ jobs:
145145 - name : Remove stale sticky comment (clean run)
146146 if : steps.audit.outputs.exit_code == '0'
147147 continue-on-error : true
148- uses : marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
148+ uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
149149 with :
150150 header : fallow-results
151151 delete : true
You can’t perform that action at this time.
0 commit comments