feat: add 8 new CF Workers AI models, fix glm-4.7-flash misclassifica… #43
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: Supply Chain | ||
| on: | ||
| push: | ||
| branches: [main] | ||
| pull_request: | ||
| branches: [main] | ||
| permissions: | ||
| contents: read | ||
| pull-requests: write | ||
| jobs: | ||
| sbom: | ||
| uses: Stackbilt-dev/stackbilt_llc/.github/workflows/supply-chain-sbom.yml@fe2f8dc7de1e0404dee1634d47c6e54a9b46c020 | ||
|
Check failure on line 15 in .github/workflows/supply-chain.yml
|
||
| with: | ||
| node-version: '22' | ||
| package-manager: 'npm' | ||
| secrets: inherit | ||
| dep-review: | ||
| if: github.event_name == 'pull_request' | ||
| uses: Stackbilt-dev/stackbilt_llc/.github/workflows/supply-chain-dep-review.yml@fe2f8dc7de1e0404dee1634d47c6e54a9b46c020 | ||