add label and usb support for proxmox #1138
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.1.11 | ||
Check failure on line 15 in .github/workflows/build-static-tests.yaml GitHub Actions / .github/workflows/build-static-tests.yamlInvalid workflow file
|
||
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.1.11 | ||
chain-bench: | ||
uses: nolte/gh-plumbing/.github/workflows/reuseable-chain-bench.yaml@v1.1.11 | ||
secrets: | ||
token: ${{ secrets.GITHUB_TOKEN }} |