diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7a820bb597..54f29b4f0f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v6 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | docs/**/*.md @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v6 - name: Get specific changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/**/*.rb @@ -62,7 +62,7 @@ jobs: - uses: actions/checkout@v6 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/components/**/*.erb @@ -79,7 +79,7 @@ jobs: - uses: actions/checkout@v6 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/components/**/*.ts @@ -99,7 +99,7 @@ jobs: - uses: actions/checkout@v6 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@ed68ef82c095e0d48ec87eccea555d944a631a4c + uses: tj-actions/changed-files@e0021407031f5be11a464abee9a0776171c79891 with: files: | app/components/**/*.pcss