4949 needs_release : ${{ steps.release_check.outputs.needs_release }}
5050 steps :
5151 - name : Harden Runner
52- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
52+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
5353 with :
5454 egress-policy : audit
5555
5858 with :
5959 ref : ${{ inputs.branch }}
6060 - name : Set up Node
61- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
61+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
6262 with :
6363 node-version : 20
6464 registry-url : https://registry.npmjs.org/ # Needed for auth
6767 id : yarn-cache-dir-path
6868 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
6969
70- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
70+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
7171 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
7272 with :
7373 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
9999 - name : Update Version Packages (${{ inputs.workspace }}) PR
100100 id : changesets-pr
101101 if : steps.release_check.outputs.needs_release != 'true' || inputs.force_release != true
102- uses : backstage/changesets-action@291bfc1f76d1dcfbf967f5810dc0423592eae09a # v2.3.1
102+ uses : backstage/changesets-action@a39baf18913e669734ffb00c2fd9900472cfa240 # v2.3.2
103103 with :
104104 title : Version Packages (${{ inputs.workspace }})
105105 cwd : workspaces/${{ inputs.workspace }}
@@ -123,7 +123,7 @@ jobs:
123123
124124 steps :
125125 - name : Harden Runner
126- uses : step-security/harden-runner@4d991eb9b905ef189e4c376166672c3f2f230481 # v2.11 .0
126+ uses : step-security/harden-runner@0634a2670c59f64b4a01f0f96f84700a4088b9f0 # v2.12 .0
127127 with :
128128 egress-policy : audit
129129
@@ -132,7 +132,7 @@ jobs:
132132 with :
133133 ref : ${{ inputs.branch }}
134134 - name : Set up Node
135- uses : actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
135+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
136136 with :
137137 node-version : 20
138138 registry-url : https://registry.npmjs.org/ # Needed for auth
@@ -145,7 +145,7 @@ jobs:
145145 id : yarn-cache-dir-path
146146 run : echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
147147
148- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
148+ - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
149149 id : yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
150150 with :
151151 path : ${{ steps.yarn-cache-dir-path.outputs.dir }}
0 commit comments