Fix workflow permissions and cleanup

This commit is contained in:
Bassem Dghaidi
2026-01-29 02:17:35 -08:00
committed by GitHub
parent b56bb3a202
commit 94056f1871
6 changed files with 45 additions and 30 deletions

View File

@@ -6,15 +6,14 @@ on:
schedule:
- cron: '0 19 * * 0'
permissions:
contents: read
security-events: write
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v5