Skip to content

Update github/codeql-action action to v2.22.2 #75

Update github/codeql-action action to v2.22.2

Update github/codeql-action action to v2.22.2 #75

Workflow file for this run

name: Actionlint
on:
push:
branches: [ main ]
pull_request:
permissions:
contents: read
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- 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