We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3128a9 commit 02c1bd2Copy full SHA for 02c1bd2
.github/workflows/ci-cd.yml
@@ -18,7 +18,7 @@ jobs:
18
ci-cd:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
22
23
- uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # v6
24
if: github.event_name == 'pull_request'
.github/workflows/commitlint.yml
@@ -8,5 +8,5 @@ jobs:
8
commitlint:
9
10
11
12
0 commit comments