diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index b64cc58..c8cefe6 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -6,6 +6,9 @@ on: pull_request: workflow_dispatch: +permissions: + contents: read + jobs: lint: name: Run Linters @@ -13,7 +16,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 name: Install pnpm @@ -22,7 +25,7 @@ jobs: run_install: false - name: Install Node.js - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: node-version: 20 cache: "pnpm"