Skip to content

CI: Pin all workflows to 0.10.8 commit hash #2016

CI: Pin all workflows to 0.10.8 commit hash

CI: Pin all workflows to 0.10.8 commit hash #2016

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- uses: ./.github/actions/setup
- run: make lint