Skip to content

Commit 242c389

Browse files
authored
Merge branch 'master' into dependabot/maven/com.puppycrawl.tools-checkstyle-10.26.0
2 parents 818d71b + 5529cb2 commit 242c389

File tree

6 files changed

+18
-1
lines changed

6 files changed

+18
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Build
22
on: [push, pull_request]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
build:
69
runs-on: ubuntu-latest

.github/workflows/clang-format-lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push: {}
44
pull_request: {}
55

6+
permissions:
7+
contents: read
8+
69
jobs:
710
build:
811
runs-on: ubuntu-latest

.github/workflows/infer.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ name: Infer
88
- master
99
pull_request:
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
run_infer:
1316
runs-on: ubuntu-latest

.github/workflows/project_structure.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ name: ProjectStructure
88
- master
99
pull_request:
1010

11+
permissions:
12+
contents: read
13+
1114
jobs:
1215
check_structure:
1316
runs-on: ubuntu-latest

.github/workflows/stale.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ name: 'Close stale issues and PRs'
22
on:
33
schedule:
44
- cron: '0 0 * * *'
5+
permissions:
6+
contents: read
57
jobs:
68
stale:
9+
permissions:
10+
issues: write
11+
pull-requests: write
712
runs-on: ubuntu-latest
813
steps:
914
- uses: actions/stale@v9

.gitpod.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gitpod/workspace-java-21:2025-05-14-07-50-25
1+
FROM gitpod/workspace-java-21:2025-06-18-16-47-14
22

33
ENV LLVM_SCRIPT="tmp_llvm.sh"
44

0 commit comments

Comments
 (0)