bug: upgrade hbs to 4.3.0 and handlebars 4.7.9 for CVE-2026-33938 #609
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: "snyk code manual test" | |
| on: [push, pull_request] | |
| jobs: | |
| build: | |
| name: sarif testing action | |
| runs-on: ubuntu-latest | |
| permissions: | |
| security-events: write | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Upload SARIF | |
| uses: github/codeql-action/upload-sarif@v2 | |
| with: | |
| sarif_file: sarif.json | |
| # sarif_file: example111.json |