Skip to content

Commit 39c44ce

Browse files
committed
CI
1 parent 5630abe commit 39c44ce

File tree

4 files changed

+7
-1
lines changed

4 files changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: [ push, workflow_dispatch ]
55
jobs:
66
build:
77
name: Build
8+
permissions:
9+
contents: read
810
strategy:
911
fail-fast: false
1012
matrix:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
publish:
99
name: Publish
10-
runs-on: ubuntu-latest
1110
permissions:
1211
contents: write
12+
runs-on: ubuntu-latest
1313
env:
1414
MAVEN_OPTS: -Dhttp.keepAlive=false
1515
steps:

.github/workflows/snapshot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
jobs:
99
publish:
1010
name: Publish
11+
permissions:
12+
contents: read
1113
runs-on: ubuntu-latest
1214
env:
1315
MAVEN_OPTS: -Dhttp.keepAlive=false

.github/workflows/sonar.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on: push
55
jobs:
66
analyze:
77
name: Analyze
8+
permissions:
9+
contents: read
810
runs-on: ubuntu-latest
911
env:
1012
MAVEN_OPTS: -Dhttp.keepAlive=false

0 commit comments

Comments
 (0)