Skip to content

Start of v1 - simplify and improve reliability #45

Start of v1 - simplify and improve reliability

Start of v1 - simplify and improve reliability #45

Workflow file for this run

name: Sobelow
on:
push:
branches: ["main"]
paths:
- "server/**"
pull_request:
branches: ["main"]
paths:
- "server/**"
schedule:
- cron: "18 11 * * 0"
permissions:
contents: read
jobs:
security-scan:
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
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- id: run-action
uses: sobelow/action@1afd6d2cae70ae8bd900b58506f54487ed863912
- name: Upload report
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif