Skip to content

Commit f973a65

Browse files
authored
Merge branch 'main' into dependabot/github_actions/docker/setup-qemu-action-4.1.0
2 parents fdf1bd1 + 37b8738 commit f973a65

5 files changed

Lines changed: 9 additions & 6 deletions

File tree

.github/workflows/build_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Docker metadata
5151
id: meta
52-
uses: docker/metadata-action@818d4b7b91585d195f67373fd9cb0332e31a7175 # v4
52+
uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9 # v6.1.0
5353
with:
5454
github-token: ${{ secrets.GITHUB_TOKEN }}
5555
images: ${{ env.IMAGES }}

.github/workflows/stale_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
pull-requests: write
1313
steps:
14-
- uses: actions/stale@1160a2240286f5da8ec72b1c0816ce2481aabf84 # v8.0.0
14+
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
1515
with:
1616
repo-token: ${{ secrets.GITHUB_TOKEN }}
1717
days-before-issue-stale: -1 # We don't want to address issues

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- [#111](https://github.com/green-code-initiative/creedengo-php/issues/111) refacto all test files to add sub-directories for each rule, to be more clear and to be able to add more tests for each rule in the future
1818
- [#126](https://github.com/green-code-initiative/creedengo-php/pull/126) Fix NPE on GCI2 and GCI35 + global NPE robustness for these 2 rules
1919
- harden GitHub Actions security by sanitizing dispatch input usage, pinning external actions to commit SHAs, and enabling Dependabot updates for pinned action references
20+
- update sonarqube version to 26.6.0
2021

2122
### Deleted
2223

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Ready to use binaries are available [from GitHub](https://github.com/green-code-
6868
| 2.0.+ | 9.9.+ to 10.1.0 | 17 |
6969
| 2.1.+ | 10.2.+ LTS to 25.1.+ | 17 |
7070
| 2.1.+ | 25.2.+ LTS to 25.12.+ | 17 / 21 |
71-
| 2.1.+ | 26.1.+ LTS to 26.3.+ | 21 |
71+
| 2.1.+ | 26.1.+ LTS to 26.6.+ | 21 |
7272

7373
> Compatibility table of versions lower than 1.4.+ are available from the
7474
> main [creedengo repository](https://github.com/green-code-initiative/creedengo-rules-specifications#-plugins-version-compatibility).

pom.xml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
<!-- temporary version waiting for real automatic release in creedengo repository -->
8181
<creedengo-rules-specifications.version>3.0.0</creedengo-rules-specifications.version>
8282

83-
<junit.jupiter.version>6.0.3</junit.jupiter.version>
83+
<junit.jupiter.version>6.1.0</junit.jupiter.version>
8484

8585
<!-- URL of the Maven repository where sonarqube will be downloaded -->
8686
<test-it.orchestrator.artifactory.url>https://repo1.maven.org/maven2</test-it.orchestrator.artifactory.url>
@@ -89,6 +89,7 @@
8989

9090

9191
<!-- Version of `sonarqube` used by integration tests (you can override this value to perform matrix compatibility tests) -->
92+
<!-- KO - ClassNotFoundException -->
9293
<!-- <test-it.sonarqube.version>9.9.0.65466</test-it.sonarqube.version>-->
9394
<!-- <test-it.sonarqube.version>9.9.8.100196</test-it.sonarqube.version>-->
9495
<!-- <test-it.sonarqube.version>10.0.0.68432</test-it.sonarqube.version>-->
@@ -113,6 +114,7 @@
113114
<!-- <test-it.sonarqube.version>26.1.0.118079</test-it.sonarqube.version>-->
114115
<!-- <test-it.sonarqube.version>26.2.0.119303</test-it.sonarqube.version>-->
115116
<!-- <test-it.sonarqube.version>26.3.0.120487</test-it.sonarqube.version>-->
117+
<!-- <test-it.sonarqube.version>26.6.0.123539</test-it.sonarqube.version>-->
116118

117119

118120
<!-- Version of `sonar-java-plugin` used by integration tests (you can override this value to perform matrix compatibility tests) -->
@@ -213,7 +215,7 @@
213215
<dependency>
214216
<groupId>com.fasterxml.jackson.core</groupId>
215217
<artifactId>jackson-core</artifactId>
216-
<version>2.21.2</version>
218+
<version>2.22.0</version>
217219
<scope>test</scope>
218220
</dependency>
219221

@@ -231,7 +233,7 @@
231233
<dependency>
232234
<groupId>commons-io</groupId>
233235
<artifactId>commons-io</artifactId>
234-
<version>2.21.0</version>
236+
<version>2.22.0</version>
235237
<scope>test</scope>
236238
</dependency>
237239

0 commit comments

Comments
 (0)