Skip to content

Commit

Permalink
Rollback super-linter action (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikRehmTT committed Sep 12, 2024
1 parent 4b2f621 commit 52e7fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@ jobs:
with:
fetch-depth: 0
- name: Lint Code Base
uses: super-linter/super-linter@v7.1.0
uses: github/super-linter@v3.17.0 # https://github.com/github/super-linter/issues/2253#issuecomment-998982152
env:
DEFAULT_BRANCH: main
VALIDATE_GROOVY: true
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: true

test:
runs-on: ubuntu-latest
Expand All @@ -31,7 +30,7 @@ jobs:
uses: actions/checkout@v4
- run: git switch -C "testcontainers"
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
- name: Cache Gradle packages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17

Expand Down

0 comments on commit 52e7fd4

Please sign in to comment.