Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: INRIA/spoon
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2254fdb6af895041512469c8d49cbeff19913d94
Choose a base ref
..
head repository: INRIA/spoon
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ed71b3cf44dfde24a3ec2b83501da2a2b144322
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/qodana.yml
4 changes: 2 additions & 2 deletions .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
with:
args: --source-directory,./src/main/java , --fail-threshold, 0
post-pr-comment: "false"
- uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2
- uses: github/codeql-action/upload-sarif@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
code-quality-spoon-javadoc:
@@ -37,6 +37,6 @@ jobs:
with:
args: --source-directory,./spoon-javadoc/src/main/java , --fail-threshold, 0
post-pr-comment: "false"
- uses: github/codeql-action/upload-sarif@6c089f53dd51dc3fc7e599c3cb5356453a52ca9e # v2
- uses: github/codeql-action/upload-sarif@f6e388ebf0efc915c6c5b165b019ee61a6746a38 # v2
with:
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json