Skip to content

chore: update actions/checkout digest to 3d3c42e - autoclosed #621

chore: update actions/checkout digest to 3d3c42e - autoclosed

chore: update actions/checkout digest to 3d3c42e - autoclosed #621

Workflow file for this run

---
name: lint
on:
- pull_request
jobs:
actionlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Install tools
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
- name: Run actionlint
run: actionlint
yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Install tools
uses: jdx/mise-action@e6a8b3978addb5a52f2b4cd9d91eafa7f0ab959d # v4.2.0
- name: Run yamllint
run: yamllint .