Skip to content

Update all dependencies #1158

Update all dependencies

Update all dependencies #1158

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/[email protected]

Check failure on line 15 in .github/workflows/build-static-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/build-static-tests.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/build-static-tests.yaml" -> "nolte/gh-plumbing/.github/workflows/[email protected]" : failed to fetch workflow: workflow was not found.
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/[email protected]
chain-bench:
uses: nolte/gh-plumbing/.github/workflows/[email protected]
secrets:
token: ${{ secrets.GITHUB_TOKEN }}