Skip to content

Commit 114ea71

Browse files
Merge branch 'develop'
2 parents e6bf2f2 + c7227f6 commit 114ea71

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

.github/workflows/create-github-release.yaml renamed to .github/workflows/create-github-release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
run-only-on-main-branch:
1111
name: Verify main branch
1212
runs-on: ubuntu-latest
13+
permissions:
14+
contents: read
1315

1416
steps:
1517
- name: Checkout repository
@@ -32,6 +34,8 @@ jobs:
3234
strategy:
3335
matrix:
3436
os: [windows-latest, ubuntu-latest, macos-latest]
37+
permissions:
38+
contents: read
3539

3640
steps:
3741
- name: Checkout repository

docs/Renew-sonar-token.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Renew Sonar token process
2+
3+
- Go to SonarCloud
4+
- https://sonarcloud.io/account/security
5+
6+
- Generate a new token
7+
8+
- Go to Github action secrets and update `SONAR_TOKEN`:
9+
- https://github.com/ComputerDaddyGuy/JFileTreePrettyPrinter/settings/secrets/actions/SONAR_TOKEN

jfiletreeprettyprinter-examples/src/main/java/io/github/computerdaddyguy/jfiletreeprettyprinter/example/ProjectStructure.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ public class ProjectStructure {
2929
│ └─ 🖼️ project-structure.png // This image
3030
├─ 📂 docs/
3131
│ ├─ 📝 How-to-build-a-native-executable-locally.md
32-
│ └─ 📝 Release-process.md
32+
│ ├─ 📝 Release-process.md
33+
│ └─ 📝 Renew-sonar-token.md
3334
├─ 🆕 CHANGELOG.md
3435
├─ 🤝 CONTRIBUTING.md
3536
├─ ⚖️ LICENSE

jfiletreeprettyprinter-examples/src/test/java/io/github/computerdaddyguy/jfiletreeprettyprinter/example/ProjectStructureTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ void test() {
2424
│ └─ 🖼️ project-structure.png // This image
2525
├─ 📂 docs/
2626
│ ├─ 📝 How-to-build-a-native-executable-locally.md
27-
│ └─ 📝 Release-process.md
27+
│ ├─ 📝 Release-process.md
28+
│ └─ 📝 Renew-sonar-token.md
2829
├─ 🆕 CHANGELOG.md
2930
├─ 🤝 CONTRIBUTING.md
3031
├─ ⚖️ LICENSE

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<picocli.version>4.7.7</picocli.version>
3030
<jspecify.version>1.0.0</jspecify.version>
3131
<junit.version>5.13.4</junit.version>
32-
<assertj.version>3.27.4</assertj.version>
32+
<assertj.version>3.27.7</assertj.version>
3333

3434
<!-- Plugins versions -->
3535
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>

0 commit comments

Comments
 (0)