Skip to content

chore(deps): bump mqtt-packet from 8.2.1 to 9.0.0 #181

chore(deps): bump mqtt-packet from 8.2.1 to 9.0.0

chore(deps): bump mqtt-packet from 8.2.1 to 9.0.0 #181

Workflow file for this run

name: sast
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
contents: read
security-events: write
strategy:
fail-fast: true
matrix:
language: [ 'javascript' ]
steps:
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: github/codeql-action/init@v2
with:
languages: ${{ matrix.language }}
- uses: github/codeql-action/analyze@v2