chore: pin bomly-sdk v0.9.1, and describe how releases actually happen #718
Workflow file for this run
This file contains hidden or 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
| name: Bomly Guard | |
| on: | |
| pull_request: | |
| permissions: | |
| contents: read | |
| jobs: | |
| guard: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 15 | |
| permissions: | |
| contents: read | |
| pull-requests: write | |
| issues: write | |
| security-events: write | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 | |
| with: | |
| fetch-depth: 0 | |
| - name: Run Bomly Guard | |
| uses: bomly-dev/bomly-guard@3f0869a7d411103210a63c1e64315a48cb2a5c20 # v1.2.0 | |
| with: | |
| fail-on: high | |
| comment-summary-in-pr: always |