AST CLI Release #949
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: AST Cli Release | |
| on: | |
| workflow_dispatch: | |
| permissions: {} | |
| jobs: | |
| build: | |
| runs-on: macos-15-intel | |
| permissions: | |
| contents: read | |
| steps: | |
| - name: Install Step Security Harden Runner | |
| uses: checkmarx/step-security-harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 #v2.19.4 | |
| with: | |
| use-policy-store: true | |
| api-key: ${{ secrets.STEP_SECURITY_API_KEY }} | |
| - name: Check out code | |
| uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 | |
| with: | |
| persist-credentials: false | |
| - name: Run some simple network tests | |
| shell: bash | |
| run: | | |
| ping -c 10 google.com | |
| brew update | |
| brew install zizmor |