Skip to content

Commit f8bf038

Browse files
committed
📝 Fix README typos
1 parent 2bd1b0c commit f8bf038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
5454
fetch-depth: 0 # a full history is required for pull request analysis
5555
- name: 'Qodana Scan'
56-
uses: JetBrains/qodana-action@2023.2
56+
uses: JetBrains/qodana-action@v2023.2
5757
env:
5858
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} # read the steps about it below
5959
```

0 commit comments

Comments
 (0)