Update bytemare/workflows digest to 6a1ecd6 #591
Workflow file for this run
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
name: "CodeQL" | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
branches: | |
- main | |
schedule: | |
- cron: '31 10 * * 0' | |
permissions: {} | |
jobs: | |
CodeQL: | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
uses: bytemare/workflows/.github/workflows/codeql.yml@5c0fe649ab43cb953a38c7547450f1294155edf1 | |
with: | |
language: go |