Skip to content

Commit 0e18d37

Browse files
build(deps): update github/codeql-action digest to 60168ef
1 parent ddfdfe9 commit 0e18d37

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@28deaeda66b76a05916b6923827895f2b14ab387 # v3
25+
- uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 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@28deaeda66b76a05916b6923827895f2b14ab387 # v3
40+
- uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 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@28deaeda66b76a05916b6923827895f2b14ab387 # v3
55+
- uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # v3
5656
with:
5757
sarif_file: ${{ runner.temp }}/qodana/results/qodana.sarif.json

0 commit comments

Comments
 (0)