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 6d9ef23 commit c595740Copy full SHA for c595740
.github/workflows/gitleaks.yml
@@ -22,7 +22,7 @@ jobs:
22
name: gitleaks
23
runs-on: ubuntu-24.04
24
steps:
25
- - uses: actions/checkout@v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26
with:
27
fetch-depth: 0
28
- uses: gitleaks/gitleaks-action@v2
.github/workflows/node-coverage.yml
@@ -48,7 +48,7 @@ jobs:
48
49
50
- name: Checkout repository
51
- uses: actions/checkout@v6
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
52
53
54
@@ -71,7 +71,7 @@ jobs:
71
72
73
74
75
76
77
0 commit comments