Skip to content

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

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

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

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