Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.2k
ImplementDIGEST and_digest helper (for php >= 8.1)#1291
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
| on:[push] | |
| jobs: | |
| analyze: | |
| name:Analyze | |
| runs-on:ubuntu-latest | |
| steps: | |
| -name:Checkout | |
| uses:actions/checkout@v4 | |
| -name:Initialize CodeQL | |
| uses:github/codeql-action/init@v3 | |
| with: | |
| languages:cpp | |
| queries:+security-and-quality | |
| -name:Pre-build | |
| run:| | |
| phpize | |
| -name:Autobuild | |
| uses:github/codeql-action/autobuild@v3 | |
| -name:Perform CodeQL Analysis | |
| uses:github/codeql-action/analyze@v3 |