@@ -13,15 +13,16 @@ jobs:
1313 if: github.actor != 'dependabot[bot]'
1414 continue-on-error: true
1515 steps:
16- - uses: actions/checkout@v6
16+ # v6 https://github.com/actions/checkout/commit/de0fac2e4500dabe0009e67214ff5f5447ce83dd
17+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1718
1819 # interesting alternative: https://github.com/cocogitto/cocogitto
19- - uses: webiny/action-conventional-commits@v1.3.0
20- # XXX: normal action versioning syntax (`@v1`) doesn't work with this action,
21- # possibly because not published on the GitHub marketplace
20+ # v1.3.0 https://github.com/webiny/action-conventional-commits/commit/8bc41ff4e7d423d56fa4905f6ff79209a78776c7
21+ - uses: webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7
2222
2323 - name: Check Card# reference
24- uses: linkorb/commit-message-checker@v1
24+ # v1 https://github.com/linkorb/commit-message-checker/commit/dc804b50ce575a720739ec3f0ef3d5030130ec98
25+ uses: linkorb/commit-message-checker@dc804b50ce575a720739ec3f0ef3d5030130ec98
2526 with:
2627 # Matches lines that end in a card number: #1234
2728 # Matches lines that end in a card number and PR reference: #1234 (#20)
3738 code-quality:
3839 runs-on: ubuntu-latest
3940 steps:
40- - uses: actions/checkout@v6
41+ # v6 https://github.com/actions/checkout/commit/de0fac2e4500dabe0009e67214ff5f5447ce83dd
42+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4143 - name: latest repo-ansible/reviewdog container
4244 run: docker pull ghcr.io/linkorb/repo-ansible/reviewdog:latest
4345 - name: run reviewdog checks
0 commit comments