Skip to content

Commit

Permalink
Update codeql-analysis.yml
Browse files Browse the repository at this point in the history
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
  • Loading branch information
sashashura authored Aug 29, 2022
1 parent 26f07ac commit c3c9856
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
branches: [ trunk ]
schedule:
- cron: '0 3 * * *'

permissions:
contents: read # for actions/checkout to fetch code

jobs:
# Special job which skips duplicate jobs
Expand All @@ -33,7 +36,6 @@ jobs:
analyze:
permissions:
actions: read # for github/codeql-action/init to get workflow details
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/autobuild to send a status report
name: Analyze
runs-on: ubuntu-latest
Expand Down

0 comments on commit c3c9856

Please sign in to comment.