We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0b861d + 8d2d81d commit 251de5dCopy full SHA for 251de5d
.github/workflows/checkpatch.yml
@@ -1,4 +1,7 @@
1
name: checkpatch review
2
+permissions:
3
+ contents: read
4
+ pull-requests: read
5
on: [pull_request]
6
jobs:
7
my_review:
.github/workflows/pullrequest.yml
name: Licence-date-verification
on:
pull_request:
branches:
@@ -17,7 +20,7 @@ jobs:
17
20
fetch-depth: 0
18
21
- name: Get changed files
19
22
id: changed-files
- uses: tj-actions/changed-files@v41
23
+ uses: tj-actions/changed-files@v47.0.0
24
with:
25
files_ignore: '.github/**'
26
- name: List all changed files
0 commit comments