Skip to content

chore(deps): update dependency knip to v5.86.0 #26

chore(deps): update dependency knip to v5.86.0

chore(deps): update dependency knip to v5.86.0 #26

Workflow file for this run

name: Actions Lint
on:
push:
paths:
- ".github/**"
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
security-events: write
jobs:
ActionsLint:
runs-on: ubuntu-24.04
timeout-minutes: 5
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: actionlint
run: |
bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
./actionlint -color
shell: bash
- name: zizmor
uses: zizmorcore/zizmor-action@71321a20a9ded102f6e9ce5718a2fcec2c4f70d8 # v0.5.2
with:
config: .github/zizmor.yml
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}