File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ jobs:
237237 run : cargo clippy -p ultralytics-inference-web --target wasm32-unknown-unknown -- -D warnings
238238
239239 - name : Install wasm-pack
240- uses : taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0
240+ uses : taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # v2.83.1
241241 with :
242242 tool : wasm-pack
243243
@@ -279,7 +279,7 @@ jobs:
279279 run : rustup show
280280
281281 - name : Install cargo-llvm-cov
282- uses : taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0
282+ uses : taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # v2.83.1
283283 with :
284284 tool : cargo-llvm-cov
285285
Original file line number Diff line number Diff line change 7070 key : wasm
7171
7272 - name : Install wasm-pack
73- uses : taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0
73+ uses : taiki-e/install-action@2ca9b94c269419b7b0c711c09d0b21c4e1d51145 # v2.83.1
7474 with :
7575 tool : wasm-pack
7676
Original file line number Diff line number Diff line change @@ -166,15 +166,15 @@ jobs:
166166 steps :
167167 - name : Notify Success
168168 if : needs.build.result == 'success' && needs.publish.result == 'success' && needs.sbom.result == 'success'
169- uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
169+ uses : slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
170170 with :
171171 webhook-type : incoming-webhook
172172 webhook : ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
173173 payload : |
174174 text: "<!subteam^S082BPCRAJ3> *${{ github.workflow }}* ✅ `${{ github.repository }}` ${{ needs.check.outputs.current_tag }} <https://github.com/${{ github.repository }}/releases/tag/${{ needs.check.outputs.current_tag }}|*Release*> · <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|*Run*>"
175175 - name : Notify Failure
176176 if : needs.build.result != 'success' || needs.publish.result != 'success' || needs.sbom.result != 'success'
177- uses : slackapi/slack-github-action@45a88b9581bfab2566dc881e2cd66d334e621e2c # v3.0.3
177+ uses : slackapi/slack-github-action@0d95c9a7becc1e6e297d76df9bc735c44f4cbcbc # v3.0.5
178178 with :
179179 webhook-type : incoming-webhook
180180 webhook : ${{ secrets.SLACK_WEBHOOK_URL_YOLO }}
You can’t perform that action at this time.
0 commit comments