Skip to content

Bump reviewdog/action-actionlint from 1.39.1 to 1.40.0 #44220

Bump reviewdog/action-actionlint from 1.39.1 to 1.40.0

Bump reviewdog/action-actionlint from 1.39.1 to 1.40.0 #44220

name: Lint GH Workflows
on:
push:
jobs:
lint_workflows:
name: Validate Github Action Workflows
runs-on: ubuntu-latest
steps:
- name: Check out Code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Run actionlint
uses: reviewdog/action-actionlint@9ccda195fd3a290c8596db7f1958c897deaa8c76 # v1.40.0
- name: Collect Metrics
if: always()
id: collect-gha-metrics
uses: smartcontractkit/push-gha-metrics-action@d1618b772a97fd87e6505de97b872ee0b1f1729a # v2.0.2
with:
basic-auth: ${{ secrets.GRAFANA_CLOUD_BASIC_AUTH }}
hostname: ${{ secrets.GRAFANA_CLOUD_HOST }}
this-job-name: Validate Github Action Workflows
continue-on-error: true