Skip to content

Commit 90bc571

Browse files
authored
Merge pull request #1489 from gethinode/develop
ci: set read-only permissions for lint & build
2 parents cb54735 + aad5b59 commit 90bc571

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/lint-build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ env:
1414
CACHE_PATH_WIN: '~\AppData\Local\hugo_cache'
1515
CACHE_PATH_MAC: '/Users/runner/Library/Caches/hugo_cache'
1616

17+
permissions:
18+
pull-requests: read
19+
contents: read
20+
1721
jobs:
1822
lint:
1923
runs-on: ubuntu-latest

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/gethinode/mod-simple-datatables v1.1.7 // indirect
1919
github.com/gethinode/mod-simple-datatables/v2 v2.0.1 // indirect
2020
github.com/gethinode/mod-utils/v3 v3.3.1 // indirect
21-
github.com/gethinode/mod-utils/v4 v4.9.1 // indirect
21+
github.com/gethinode/mod-utils/v4 v4.9.2 // indirect
2222
github.com/nextapps-de/flexsearch v0.0.0-20250606060143-c28f52c09b7a // indirect
2323
github.com/twbs/bootstrap v5.3.7+incompatible // indirect
2424
)

go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,8 @@ github.com/gethinode/mod-utils/v4 v4.9.0 h1:v7+prGZPETqgI6t/LN0UhrtRKU4mqpJUQu6j
456456
github.com/gethinode/mod-utils/v4 v4.9.0/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
457457
github.com/gethinode/mod-utils/v4 v4.9.1 h1:9D2AJcrlS5r2moHEoo70GrNBmq1pJHd9oT4G14DsZRs=
458458
github.com/gethinode/mod-utils/v4 v4.9.1/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
459+
github.com/gethinode/mod-utils/v4 v4.9.2 h1:lzcihwAsm8R2k2v+tWu5nfWvXMA8uRKi0nGIzZCygZ8=
460+
github.com/gethinode/mod-utils/v4 v4.9.2/go.mod h1:bYmvRdAo4ICy5MpSGafDvO4p5bTDpsDKFCPL3bH0mN4=
459461
github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3 h1:H/qVR5O4BXjRjD+5PZB+r4ug2BSJ2Of4RtwOntd+OKo=
460462
github.com/nextapps-de/flexsearch v0.0.0-20230711092928-1243fd883ec3/go.mod h1:5GdMfPAXzbA2gXBqTjC6l27kioSYzHlqDMh0+wyx7sU=
461463
github.com/nextapps-de/flexsearch v0.0.0-20240108021025-afd75f742f22 h1:re7L8FxbXQpnX8BgzkdUnDpsUmloGNyLmiy2ZCln8pg=

0 commit comments

Comments
 (0)