chore(deps): update sigstore/cosign-installer digest to dc72c7d #1256
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
on: | |
pull_request: {} | |
push: | |
branches: | |
- master | |
paths: | |
- .github/workflows/semgrep.yml | |
schedule: | |
- cron: '0 0 * * *' | |
name: Semgrep | |
jobs: | |
semgrep: | |
name: Scan | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: returntocorp/semgrep-action@v1 | |
with: | |
publishToken: ${{ secrets.SEMGREP_APP_TOKEN }} |