fix: correct log levels for UDP probe warnings and add -uP usability guard #38
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: ♾️ Compatibility Checks | |
| on: | |
| pull_request: | |
| types: [opened, synchronize] | |
| branches: | |
| - dev | |
| jobs: | |
| compat-checks: | |
| if: ${{ github.actor == 'dependabot[bot]' }} | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: write | |
| steps: | |
| - uses: actions/checkout@v7 | |
| - uses: projectdiscovery/actions/setup/go/compat-checks@v1 | |
| with: | |
| go-version: "stable" | |
| release-test: true |