Skip to content

Commit 7262aee

Browse files
committed
Ensure lint-new is able to determine change-set properly
Signed-off-by: Timo Sand <[email protected]>
1 parent 82c95b3 commit 7262aee

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
permissions: read-all
1818

1919
env:
20-
GOLANGCI_LINT_VERSION: v2.10
20+
GOLANGCI_LINT_VERSION: v2.10.1
2121

2222
defaults:
2323
run:
@@ -61,6 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
permissions:
6363
contents: read
64+
pull-requests: read
6465
steps:
6566
- name: Checkout
6667
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

0 commit comments

Comments
 (0)