Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/tycho-version-4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
carstenartur authored Mar 24, 2024
2 parents adbea66 + 839cac8 commit a22e3f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
name: Codacy Security Scan
runs-on: ubuntu-latest
steps:
- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.3
# Checkout the repository to the GitHub Actions runner
- name: Checkout code
uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support

steps:
- name: Set up Maven
uses: stCarolas/setup-maven@07fbbe97d97ef44336b7382563d66743297e442f # v4.5
with:
maven-version: 3.9.3
- name: Checkout repository
uses: actions/checkout@v4

Expand Down

0 comments on commit a22e3f3

Please sign in to comment.