Add AIOS v26.4 Autonomous Research Engine #842
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 Gate | |
| on: | |
| pull_request: | |
| branches: [main] | |
| push: | |
| branches: [main] | |
| permissions: | |
| contents: read | |
| jobs: | |
| immutable-inputs: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4 | |
| with: | |
| fetch-depth: 0 | |
| - name: Reject large blobs and runtime credentials in history | |
| run: python scripts/check_git_hygiene.py --max-bytes 52428800 | |
| - name: Verify immutable Action and runtime image references | |
| run: python scripts/verify_supply_chain_pins.py |