aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-06-03 09:11:05 +0200
committerGitHub <noreply@github.com>2025-06-03 09:11:05 +0200
commit17b2777700b95bf0a205b0e1e94690c3e5d41b21 (patch)
tree31953fde1b45680f8cc8fcb025deda7ebca18754 /.github/workflows/codeql.yml
parent016c1ec4829ef00cef692de1f08ae4ae89b00baf (diff)
Replace AI slop for deleting branch for an actual git command
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 738475c..65748cd 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -1,28 +1,16 @@
name: "CodeQL"
on:
- push:
- branches: [ "main" ]
schedule:
- cron: '18 6 * * 3'
jobs:
analyze:
name: Analyze (${{ matrix.language }})
- # Runner size impacts CodeQL analysis time. To learn more, please see:
- # - https://gh.io/recommended-hardware-resources-for-running-codeql
- # - https://gh.io/supported-runners-and-hardware-resources
- # - https://gh.io/using-larger-runners (GitHub.com only)
- # Consider using larger runners or machines with greater resources for possible analysis time improvements.
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
permissions:
- # required for all workflows
security-events: write
-
- # required to fetch internal or private CodeQL packs
packages: read
-
- # only required for workflows in private repositories
actions: read
contents: read