We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26f51ba + 410a8d0 commit b3c91e9Copy full SHA for b3c91e9
3 files changed
.github/workflows/database-integration-tests.yml
@@ -55,7 +55,7 @@ jobs:
55
remove-docker-images: 'true'
56
- id: checkout-code
57
name: Checkout code
58
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
59
- id: move-m2-to-workspace
60
name: Move Maven local repository to workspace
61
shell: bash
.github/workflows/diff-output.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
20
- id: install-diff2html
21
name: Install diff2html
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
# CHECKOUT CODE
22
23
24
with:
25
# Full git history is needed to get a proper list
26
# of changed files within `super-linter`
0 commit comments