Skip to content

Deprecate bad subscription options and add replacements #401

Deprecate bad subscription options and add replacements

Deprecate bad subscription options and add replacements #401

Workflow file for this run

name: Run Snyk scan on PRs
on:
pull_request:
branches:
- master**
jobs:
monitor-baseline-project:
uses: ./.github/workflows/snyk-push.yml
with:
github_ref: ${{ github.base_ref }}
secrets: inherit
scan-for-new-issues:
runs-on: ubuntu-latest
needs: monitor-baseline-project
steps:
- name: Setup Java
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4
with:
distribution: 'temurin'
java-version: |
8
11
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
path: mqtt-cli
- name: Check for new issues
uses: hivemq/hivemq-snyk-composite-action@ed15058181891d29fd10f0226f579c16188c0b20 # v2.2.1
with:
snyk-args: --org=hivemq-mqtt-cli --configuration-matching=^runtimeClasspath$ mqtt-cli -d
snyk-token: ${{ secrets.SNYK_TOKEN }}