]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update codeql.yml (#38225)
authorXhmikosR <xhmikosr@gmail.com>
Tue, 14 Mar 2023 07:10:31 +0000 (09:10 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 07:10:31 +0000 (09:10 +0200)
.github/workflows/codeql.yml

index 98aa891c4a246c34c13b76e6ad28770b34842497..b1780ee34d6894a783e038ca2b247d883d1b9e71 100644 (file)
@@ -12,7 +12,7 @@ on:
       - v4-dev
       - "!dependabot/**"
   schedule:
-    - cron: "0 2 * * 5"
+    - cron: "0 2 * * 4"
   workflow_dispatch:
 
 jobs:
@@ -20,8 +20,6 @@ jobs:
     name: Analyze
     runs-on: ubuntu-latest
     permissions:
-      actions: read
-      contents: read
       security-events: write
 
     steps: