diff options
| author | XhmikosR <[email protected]> | 2023-03-14 09:10:31 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-14 09:10:31 +0200 |
| commit | 898cfc740d30ed11ad0492473d278f35713c9d67 (patch) | |
| tree | 50313968f8c78c2ac8ed6a54ee5c0555ce845eff /.github | |
| parent | ca6dfad43c4caa89c7240b7c42adab2e61120797 (diff) | |
| download | bootstrap-898cfc740d30ed11ad0492473d278f35713c9d67.tar.xz bootstrap-898cfc740d30ed11ad0492473d278f35713c9d67.zip | |
Update codeql.yml (#38225)
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql.yml | 4 |
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: |
