Skip to content

Startup charge-limiter task tweaks https://github.com/seerge/g-helper… #2852

Startup charge-limiter task tweaks https://github.com/seerge/g-helper…

Startup charge-limiter task tweaks https://github.com/seerge/g-helper… #2852

Workflow file for this run

name: CodeQL
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:
- cron: '34 18 * * 3'
permissions:
actions: read
contents: read
security-events: write
jobs:
codeql:
runs-on: windows-2022
steps:
- uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: c#
- name: Autobuild
uses: github/codeql-action/autobuild@v3
- name: Analyze
uses: github/codeql-action/analyze@v3