Update all dependencies #48
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
on: | |
push: | |
branches: [ "develop", "main", "master" ] | |
pull_request: | |
# The branches below must be a subset of the branches above | |
branches: [ "develop", "master" ] | |
schedule: | |
- cron: '16 0 * * 1' | |
permissions: | |
contents: read | |
jobs: | |
static: | |
uses: nolte/gh-plumbing/.github/workflows/reuseable-pre-commit.yaml@v1.0.23 | |
security: | |
permissions: | |
contents: read # for actions/checkout to fetch code | |
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results | |
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status | |
uses: nolte/gh-plumbing/.github/workflows/reuseable-trivy.yaml@v1.0.23 | |
chain-bench: | |
uses: nolte/gh-plumbing/.github/workflows/reuseable-chain-bench.yaml@v1.0.23 | |
secrets: | |
token: ${{ secrets.GITHUB_TOKEN }} |