From 4dfe79cface45ab06c744cb9a2f1367e95215b3c Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Mon, 6 Oct 2025 12:54:27 +0200 Subject: [PATCH 1/2] github-actions: update changed-files version Signed-off-by: Kamil Gierszewski --- .github/workflows/pullrequest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 8a2e271b3..44c019ebf 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Get changed files id: changed-files - uses: tj-actions/changed-files@v41 + uses: tj-actions/changed-files@v47.0.0 with: files_ignore: '.github/**' - name: List all changed files From 8d2d81d025e586aabcf2051a35051ad9c022f650 Mon Sep 17 00:00:00 2001 From: Kamil Gierszewski Date: Mon, 6 Oct 2025 13:17:03 +0200 Subject: [PATCH 2/2] github-actions: update workflows permissions Signed-off-by: Kamil Gierszewski --- .github/workflows/checkpatch.yml | 3 +++ .github/workflows/pullrequest.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml index 2047c77fa..53be0ee05 100644 --- a/.github/workflows/checkpatch.yml +++ b/.github/workflows/checkpatch.yml @@ -1,4 +1,7 @@ name: checkpatch review +permissions: + contents: read + pull-requests: read on: [pull_request] jobs: my_review: diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 44c019ebf..6d30d109a 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -1,4 +1,7 @@ name: Licence-date-verification +permissions: + contents: read + pull-requests: read on: pull_request: branches: