fix(deps): update github.com/newrelic/nrjmx/gojmx digest to a2f2193 #1872
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: Security Scan | |
| on: | |
| push: | |
| branches: | |
| - master | |
| - main | |
| - renovate/** | |
| pull_request: | |
| schedule: | |
| - cron: "0 3 * * *" | |
| permissions: | |
| contents: read | |
| security-events: write | |
| jobs: | |
| security: | |
| uses: newrelic/coreint-automation/.github/workflows/reusable_security.yaml@v3 | |
| with: | |
| skip-dirs: "build" | |
| skip-files: 'tests/integration/consumer-producer/pom.xml' |