Bump github.com/cyphar/filepath-securejoin from 0.4.1 to 0.5.0 in the go-deps group across 1 directory #1066
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: fuzz | |
| on: | |
| pull_request: | |
| branches: [ 'main', 'release/**' ] | |
| jobs: | |
| smoketest: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| contents: read # for reading the repository code. | |
| steps: | |
| - name: Test suite setup | |
| uses: fluxcd/gha-workflows/.github/actions/[email protected] | |
| with: | |
| go-version: 1.25.x | |
| - name: Smoke test Fuzzers | |
| run: make fuzz-smoketest |