aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2023-03-14 09:10:31 +0200
committerGitHub <[email protected]>2023-03-14 09:10:31 +0200
commit898cfc740d30ed11ad0492473d278f35713c9d67 (patch)
tree50313968f8c78c2ac8ed6a54ee5c0555ce845eff /.github/workflows/codeql.yml
parentca6dfad43c4caa89c7240b7c42adab2e61120797 (diff)
downloadbootstrap-898cfc740d30ed11ad0492473d278f35713c9d67.tar.xz
bootstrap-898cfc740d30ed11ad0492473d278f35713c9d67.zip
Update codeql.yml (#38225)
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 98aa891c4..b1780ee34 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -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: