Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codeql-analysis.yml #209

Merged
merged 2 commits into from
Mar 4, 2021
Merged

Update codeql-analysis.yml #209

merged 2 commits into from
Mar 4, 2021

Conversation

massdosage
Copy link
Contributor

@massdosage massdosage commented Mar 4, 2021

The CodeQL GitHub action is failing as its decided to start using Java 11 instead of 8 (probably due to some change in ubuntu-latest) and WaggleDance doesn't build on Java 11. So this change sets the Java version to 8.

@massdosage massdosage requested a review from a team March 4, 2021 09:31
@@ -19,11 +19,11 @@ jobs:
# a pull request then we can checkout the head.
fetch-depth: 2

# If this run was triggered by a pull request event, then checkout
Copy link
Contributor Author

@massdosage massdosage Mar 4, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This has nothing to do with the Java version but I noticed this warning in the build while checking this so I figured I would remove it:

issue was detected with this workflow: git checkout HEAD^2 is no longer necessary. Please remove this step as Code Scanning recommends analyzing the merge commit for best results.

@patduin patduin merged commit e2b3bce into main Mar 4, 2021
@patduin patduin deleted the codeql-use-java-8 branch March 4, 2021 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants