Merge pull request #1348 from Devils-Knight/starter-workflow

This commit is contained in:
Nick Fyson
2022-01-28 22:04:00 +00:00
committed by GitHub
+6
View File
@@ -14,8 +14,14 @@ on:
schedule:
- cron: $cron-weekly
permissions:
contents: read
jobs:
build:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
name: Build
runs-on: "ubuntu-18.04"
steps: