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 3ee6472 commit 8535604Copy full SHA for 8535604
.github/workflows/sonarcloud.yml
@@ -30,7 +30,7 @@ jobs:
30
target_url: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}
31
32
- name: "🧮 Checkout code"
33
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
34
with:
35
repository: ${{ github.event.workflow_run.head_repository.full_name }}
36
ref: ${{ github.event.workflow_run.head_branch }} # checkout commit that triggered this workflow
0 commit comments