build(deps): bump trunk-io/trunk-action from 78986c82771014936f5ee91d639eee272c3c7c08 to d5b1b61d0beee562512f530a278b6a2931fba857 #806
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# @format | |
--- | |
name: "📦 Dependency Review" | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
dependency-review: | |
name: "🏭 Scanning" | |
runs-on: ubuntu-latest | |
steps: | |
- name: "⤵️ Check out code from GitHub" | |
uses: actions/checkout@v4 | |
- name: "🏗 Dependency Review" | |
uses: actions/dependency-review-action@v3 |