Skip to content

Commit 271a5f4

Browse files
committed
Merge branch 'main' into dependabot/maven/org.jvnet.hudson.plugins-analysis-pom-11.2824.v933a_cd41a_8e2
2 parents dcc924f + 43ae1cc commit 271a5f4

File tree

5 files changed

+3209
-12
lines changed

5 files changed

+3209
-12
lines changed

.github/workflows/check-md-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-22.04
99
steps:
1010
- uses: actions/checkout@v5
11-
- uses: umbrelladocs/action-linkspector@v1.3.7
11+
- uses: umbrelladocs/action-linkspector@v1.4.0
1212
with:
1313
github_token: ${{ secrets.github_token }}
1414
reporter: github-pr-check

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
maven-version: 3.9.11
3939

4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v3
41+
uses: github/codeql-action/init@v4
4242
with:
4343
languages: ${{ matrix.language }}
4444
queries: +security-and-quality
@@ -47,7 +47,7 @@ jobs:
4747
run: mvn -V --color always -ntp clean verify -Pskip
4848

4949
- name: Perform CodeQL Analysis
50-
uses: github/codeql-action/analyze@v3
50+
uses: github/codeql-action/analyze@v4
5151
with:
5252
upload: false
5353
output: sarif-results
@@ -62,6 +62,6 @@ jobs:
6262
output: sarif-results/${{ matrix.language }}.sarif
6363

6464
- name: Upload SARIF results
65-
uses: github/codeql-action/upload-sarif@v3
65+
uses: github/codeql-action/upload-sarif@v4
6666
with:
6767
sarif_file: sarif-results/${{ matrix.language }}.sarif

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ pom.xml.releaseBackup
1010
release.properties
1111
.DS_Store
1212
.idea
13-
/package-lock.json

0 commit comments

Comments
 (0)