From 757df3f4f51442191619ab157d2f10374208c9b1 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Tue, 23 Jul 2024 13:04:56 +1000 Subject: [PATCH] Pin app linter action to specific commit hash and update workflow --- .github/workflows/lint-apps.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/lint-apps.yml b/.github/workflows/lint-apps.yml index ecbc531..8cc0738 100644 --- a/.github/workflows/lint-apps.yml +++ b/.github/workflows/lint-apps.yml @@ -4,14 +4,10 @@ on: pull_request: branches: - master - workflow_dispatch: jobs: lint-apps: name: Lint apps runs-on: ubuntu-latest - permissions: - issues: write - pull-requests: write steps: - - uses: sharknoon/umbrel-app-linter-action@v1.1.8 + - uses: sharknoon/umbrel-app-linter-action@0e2fb2038f8fd2e839887b232f6310fc6bc0edf4