Skip to content

Commit

Permalink
πŸ¦• revert jmeter to 3.6.1 (newer mvn 3.9 reqd for 3.8.0) πŸ¦•
Browse files Browse the repository at this point in the history
  • Loading branch information
eformat committed Apr 1, 2024
1 parent 785c6c6 commit 93043b9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
# Override language selection by uncommenting this and choosing your languages
# with:
# languages: go, javascript, csharp, python, cpp, java
Expand All @@ -48,12 +48,13 @@ jobs:
- uses: actions/setup-java@v4
with:
java-version: 21
distribution: temurin

- run: |
make compile
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3

- name: Run tests
run: |
Expand Down

0 comments on commit 93043b9

Please sign in to comment.