We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58d871 commit 2a1412fCopy full SHA for 2a1412f
.github/workflows/qodana_code_quality.yml
@@ -15,7 +15,7 @@ jobs:
15
pull-requests: write
16
checks: write
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
with:
20
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
21
fetch-depth: 0 # a full history is required for pull request analysis
0 commit comments