Skip to content

Commit 679b6b0

Browse files
committed
Merge branch 'main' into dependabot/maven/dnsjava-dnsjava-3.6.0
2 parents 00b2fef + 5a49f48 commit 679b6b0

File tree

64 files changed

+2936
-1117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2936
-1117
lines changed

.github/workflows/analysis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ env:
3333
jobs:
3434
static:
3535
runs-on: ubuntu-latest
36-
timeout-minutes: 15
36+
timeout-minutes: 30
3737
name: Static code analysis
3838
steps:
3939
- name: Check out Git repository
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
fetch-depth: 0
4343
- name: Check out head
44-
uses: actions/checkout@v3
44+
uses: actions/checkout@v4
4545
with:
4646
ref: ${{ github.event.pull_request.head.sha }}
4747
if: github.event_name == 'pull_request'
@@ -51,7 +51,7 @@ jobs:
5151
origin pull/${{ github.event.inputs.pr }}/head:the-pr && git checkout the-pr
5252
if: github.event.inputs.pr != ''
5353
- name: Install JDK and Maven
54-
uses: actions/setup-java@v3
54+
uses: actions/setup-java@v4
5555
with:
5656
distribution: "temurin"
5757
java-version: |
@@ -77,7 +77,7 @@ jobs:
7777
</toolchains>
7878
EOF
7979
- name: Cache SonarCloud packages
80-
uses: actions/cache@v2
80+
uses: actions/cache@v4
8181
with:
8282
path: ~/.sonar/cache
8383
key: ${{ runner.os }}-sonar

.github/workflows/build-head.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)