Skip to content

fix: fix issue with runtime cancellation prior to MQTT publish (#968) #1691

fix: fix issue with runtime cancellation prior to MQTT publish (#968)

fix: fix issue with runtime cancellation prior to MQTT publish (#968) #1691

Workflow file for this run

---
name: CodeQL
"on":
push:
branches:
- dev
- main
pull_request:
branches:
- dev
- main
schedule:
- cron: "30 1 * * 0"
workflow_dispatch:
jobs:
codeql:
name: Scanning
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v4
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3