Bump dawidd6/action-send-mail from 3 to 4
[yosql.git] / .github / workflows / codeql-analysis.yml
blob77e5829aa110680c0b10a1c996ef16822297d4bb
1 name: CodeQL
2 on:
3   schedule:
4     - cron: 44 20 * * 6
5 jobs:
6   analyze:
7     name: Analyze
8     runs-on: ubuntu-latest
9     steps:
10     - name: Checkout repository
11       uses: actions/checkout@v4
12     - name: Setup GraalVM
13       uses: graalvm/setup-graalvm@v1
14       with:
15         distribution: graalvm
16         java-version: 17
17         github-token: ${{ secrets.GITHUB_TOKEN }}
18         cache: maven
19     - name: Initialize CodeQL
20       uses: github/codeql-action/init@v3
21       with:
22         languages: java
23     - name: Autobuild
24       uses: github/codeql-action/autobuild@v3
25     - name: Perform CodeQL Analysis
26       uses: github/codeql-action/analyze@v3