Skip to content

Commit

Permalink
Update codeql.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Apetree100122 authored Feb 7, 2025
1 parent 054eb48 commit 529da39
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,13 @@ on:
schedule:
- cron: '34 5 * * 1'
jobs:
analyze:
name: Analyze (${{ matrix.language }})
runs-on: ${{('ubuntu-latest')}}
permissions: # write only if needed otherwise read
security-events: write
packages: read
contents: read
- name: Checkout repository
- name: Analyze (${{ matrix.language }})
runs-on: ${{('ubuntu-latest')}}
permissions:
security-events: write
packages: read
contents: read
name: Checkout repository
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down

0 comments on commit 529da39

Please sign in to comment.