Skip to content

Bump qltysh/qlty-action from 2.2.0 to 2.2.1 #226

Bump qltysh/qlty-action from 2.2.0 to 2.2.1

Bump qltysh/qlty-action from 2.2.0 to 2.2.1 #226

Workflow file for this run

name: Self lint
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions: read-all
defaults:
run:
shell: bash
jobs:
actionlint:
runs-on: ubuntu-latest
env:
ACTIONLINT_VERSION: v1.7.1
steps:
- name: Harden Runner
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
with:
egress-policy: audit
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Download actionlint
id: get_actionlint
run: |
export ACTIONLINT_VERSION
bash <(curl -fsSL https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
echo "executable=$(pwd)/actionlint" >> "$GITHUB_OUTPUT"
- name: Check workflow files
run: |
${{ steps.get_actionlint.outputs.executable }} -color