Skip to content

Commit d557bae

Browse files
committed
Fix error Missing download info for actions/checkout@v3
WE2-932 Signed-off-by: Sven Mitt <[email protected]>
1 parent 5962d96 commit d557bae

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/coverity-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
PROJECTNAME: 'web-eid/web-eid-authtoken-validation-java'
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- uses: actions/setup-java@v3
2121
with:
@@ -50,4 +50,4 @@ jobs:
5050
5151
--form version=master \
5252
--form description="Github Actions CI build" \
53-
https://scan.coverity.com/builds?project=$PROJECTNAME
53+
https://scan.coverity.com/builds?project=$PROJECTNAME

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
- uses: actions/setup-java@v3
2121
with:

.github/workflows/maven-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- uses: actions/setup-java@v3
1515
with:

0 commit comments

Comments
 (0)