fix(security): bump goldmark to v1.8.4 to resolve XSS (GO-2026-5320)… #2675
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 | |
| on: | |
| pull_request: {} | |
| push: | |
| branches: [ "main", "beta" ] | |
| schedule: | |
| - cron: "30 0 1,15 * *" | |
| permissions: | |
| contents: read | |
| jobs: | |
| govulncheck: | |
| name: Vulnerabilities Scan | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Scan for vulnerabilities in go code | |
| uses: golang/govulncheck-action@dd3ead030e4f2cf713062f7a3395191802364e13 # pin@1.0.0 | |
| with: | |
| check-latest: true |