build(deps): bump trunk-io/trunk-action from e7aed0c296c6c49cc27f7cac8aef0d3e019b303a to 3e6816d7e6e5d00c41ba363275046f92557b0044 #1901
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: 👾 CodeQL | |
on: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main"] | |
schedule: | |
- cron: "21 9 * * 1" | |
jobs: | |
analyze: | |
name: " 🏭 Scanning" | |
runs-on: ubuntu-latest | |
permissions: | |
actions: read | |
contents: read | |
security-events: write | |
steps: | |
- name: ⤵️ Check out code from GitHub | |
uses: actions/checkout@v4 | |
- name: 🏗 Initialize CodeQL | |
uses: github/codeql-action/init@v2 | |
- name: 🏗 Autobuild | |
uses: github/codeql-action/autobuild@v2 | |
- name: 🚀 Perform CodeQL Analysis | |
uses: github/codeql-action/analyze@v2 |