Skip to content

Commit de3cc33

Browse files
chore(deps): update github/codeql-action digest to b7cec75 (#5814)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 01aff42 commit de3cc33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qodana.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
args: --source-directory,./src/main/java , --fail-threshold, 0
2424
post-pr-comment: "false"
25-
- uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
25+
- uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
2626
with:
2727
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
2828
code-quality-spoon-javadoc:
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
args: --source-directory,./spoon-javadoc/src/main/java , --fail-threshold, 0
3939
post-pr-comment: "false"
40-
- uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
40+
- uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
4141
with:
4242
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json
4343
code-quality-spoon-control-flow:
@@ -52,6 +52,6 @@ jobs:
5252
with:
5353
args: --source-directory,./spoon-control-flow/src/main/java , --fail-threshold, 0
5454
post-pr-comment: "false"
55-
- uses: github/codeql-action/upload-sarif@ccf74c947955fd1cf117aef6a0e4e66191ef6f61 # v3
55+
- uses: github/codeql-action/upload-sarif@b7cec7526559c32f1616476ff32d17ba4c59b2d6 # v3
5656
with:
5757
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)