Skip to content

build(deps): bump aiomqtt from 2.1.0 to 2.2.0 #1831

build(deps): bump aiomqtt from 2.1.0 to 2.2.0

build(deps): bump aiomqtt from 2.1.0 to 2.2.0 #1831

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