Skip to content

build(deps): bump codecov/codecov-action from 5.4.3 to 6.0.0 #301

build(deps): bump codecov/codecov-action from 5.4.3 to 6.0.0

build(deps): bump codecov/codecov-action from 5.4.3 to 6.0.0 #301

Workflow file for this run

name: Lint GitHub Actions
on:
pull_request:
merge_group:
push:
paths:
- '.github/**'
jobs:
actionlint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Download ActionLint
id: actionlint
run: bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
shell: bash
- name: Check Workflow Files
run: SHELLCHECK_OPTS="-S error" ${{ steps.actionlint.outputs.executable }} -color
shell: bash