We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e8cee commit 9211ec9Copy full SHA for 9211ec9
.github/workflows/branch_clean.yaml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
steps:
24
- name: Checkout
25
- uses: actions/checkout@v3
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
26
with:
27
ref: ${{ github.event.pull_request.head.sha }}
28
fetch-depth: 0
.github/workflows/build.yaml
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
- name: SonarCloud
0 commit comments