Skip to content

Commit 60032cd

Browse files
Update all dependencies
| datasource | package | from | to | | -------------- | --------------------- | ------ | ----- | | github-tags | actions/checkout | v3 | v4 | | github-runners | macos | 11 | 13 | | maven | org.sosy-lab:java-smt | 3.14.3 | 4.0.3 |
1 parent fa9fcb8 commit 60032cd

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/generate-alpha-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@v4
4242
with:
4343
fetch-depth: 0
4444
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

.github/workflows/generate-tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
fetch-depth: 0
4040

@@ -58,7 +58,7 @@ jobs:
5858

5959
steps:
6060
- name: Checkout
61-
uses: actions/checkout@v3
61+
uses: actions/checkout@v4
6262
with:
6363
fetch-depth: 0
6464
token: ${{ secrets.TOKEN_GITHUB_ACTION }}

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
analysis-version: ${{ steps.get-analysis-version.outputs.analysis-version }}
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535

@@ -71,10 +71,10 @@ jobs:
7171
publish:
7272
needs: build
7373

74-
runs-on: macos-11
74+
runs-on: macos-13
7575

7676
steps:
77-
- uses: actions/checkout@v3
77+
- uses: actions/checkout@v4
7878

7979
- uses: actions/setup-java@v3
8080
with:
@@ -126,7 +126,7 @@ jobs:
126126
S3_BUCKET: ${{ secrets.S3_BUCKET }}
127127

128128
steps:
129-
- uses: actions/checkout@v3
129+
- uses: actions/checkout@v4
130130

131131
- uses: actions/setup-java@v3
132132
with:

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

@@ -53,7 +53,7 @@ jobs:
5353
timeout-minutes: 20
5454

5555
steps:
56-
- uses: actions/checkout@v3
56+
- uses: actions/checkout@v4
5757
with:
5858
fetch-depth: 0
5959

gradle/projects.libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ junit = "5.9.2"
88
junitLauncher = "1.9.2"
99
kotlin = "1.8.21"
1010
kotest = "5.6.1"
11-
javaSmt = "3.14.3"
11+
javaSmt = "4.0.3"
1212
javaCompileTesting = "0.21.0"
1313
apacheCommonsText = "1.10.0"
1414
sarif4k = "0.3.0"

0 commit comments

Comments
 (0)