Skip to content

Commit ea4886b

Browse files
build(deps): update github/codeql-action digest to 181d5ee (#6338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f1a20dd commit ea4886b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/qodana.yml

Lines changed: 3 additions & 3 deletions
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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
25+
- uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # 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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
40+
- uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # 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@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
55+
- uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b # v3
5656
with:
5757
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)