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 774b27a commit 8b83bccCopy full SHA for 8b83bcc
.github/workflows/commitlint.yml
@@ -8,5 +8,5 @@ jobs:
8
commitlint:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
+ - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
12
- uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
.github/workflows/deploy.yml
@@ -13,7 +13,7 @@ jobs:
13
for F in chrome chromium chromedriver; do
14
which $F && $F --version || echo Not found: $F
15
done
16
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
17
- name: Check Python version
18
run: python --version
19
- name: Setup Java
0 commit comments