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 c1ec51b commit a4bfe61Copy full SHA for a4bfe61
.github/workflows/sonar.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.event.workflow_run.conclusion == 'success'
12
steps:
13
- name: Checkout source code
14
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
15
with:
16
repository: ${{ github.event.workflow_run.head_repository.full_name }}
17
ref: ${{ github.event.workflow_run.head_branch }}
0 commit comments