Skip to content

build(deps): bump bridgecrewio/checkov-action from 12.2431.0 to 12.2659.0 #124

build(deps): bump bridgecrewio/checkov-action from 12.2431.0 to 12.2659.0

build(deps): bump bridgecrewio/checkov-action from 12.2431.0 to 12.2659.0 #124

Workflow file for this run

name: Action Linting
on:
pull_request:
branches:
- "main"
paths:
- ".github/workflows/**"
permissions: read-all
jobs:
actionlint:
name: Action Linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Download actionlint
id: get_actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check workflow files
run: ${{ steps.get_actionlint.outputs.executable }} -color
shell: bash