chore: gomod update(deps): bump golang.org/x/net from 0.54.0 to 0.55.0 in /bsctl in the security-updates group across 1 directory #181
Workflow file for this run
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: Action Validator | |
| on: | |
| push: | |
| paths: | |
| - ".github/workflows/action-validator.yaml" | |
| branches: | |
| - main | |
| pull_request: | |
| branches: | |
| - main | |
| defaults: | |
| run: | |
| shell: bash | |
| jobs: | |
| check_actions: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout | |
| uses: actions/[email protected] | |
| with: | |
| submodules: true | |
| - name: Install action-validator with asdf | |
| uses: asdf-vm/actions/install@v4 | |
| with: | |
| tool_versions: | | |
| action-validator 0.5.1 | |
| - name: Lint Actions | |
| run: ./scripts/workflows/action-validator_check-actions_lint-actions.sh |