Skip to content

chore(deps): bump anthropics/claude-code-action from 1.0.55 to 1.0.65… #72

chore(deps): bump anthropics/claude-code-action from 1.0.55 to 1.0.65…

chore(deps): bump anthropics/claude-code-action from 1.0.55 to 1.0.65… #72

name: Validate Workflows
on:
pull_request:
paths:
- ".github/workflows/**"
push:
branches:
- main
paths:
- ".github/workflows/**"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
pull-requests: write # Required for reviewdog PR comments
jobs:
actionlint:
name: Lint GitHub Actions Workflows
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Run actionlint with reviewdog
uses: reviewdog/action-actionlint@0d952c597ef8459f634d7145b0b044a9699e5e43 # v1.71.0
with:
reporter: github-pr-review
fail_level: error