Skip to content

Merge pull request #13 from devkyato/release/v0.2.3 #20

Merge pull request #13 from devkyato/release/v0.2.3

Merge pull request #13 from devkyato/release/v0.2.3 #20

Workflow file for this run

name: CodeQL
on:
push:
branches: [main]
pull_request:
schedule:
- cron: "17 3 * * 2"
permissions:
contents: read
security-events: write
jobs:
analyze:
runs-on: ubuntu-latest
strategy:
matrix:
language: ["python", "cpp"]
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
with:
languages: ${{ matrix.language }}
- if: matrix.language == 'cpp'
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0
with:
python-version: "3.14"
- if: matrix.language == 'cpp'
run: |
python -m pip install platformio
platformio run -e esp32dev
- uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3