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 8b4e60f commit 79cd414Copy full SHA for 79cd414
1 file changed
workflow-templates/cppcheck.yml
@@ -14,9 +14,11 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- run: export
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v7
18
with:
19
ref: ${{ github.event.pull_request.head.sha }}
20
+ repository: ${{ github.event.pull_request.head.repo.full_name }}
21
+ allow-unsafe-pr-checkout: true
22
persist-credentials: false
23
- uses: linuxdeepin/action-cppcheck@main
24
0 commit comments