We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebf4bb2 commit 6e1a604Copy full SHA for 6e1a604
.github/workflows/deploy.yml
@@ -14,7 +14,7 @@ jobs:
14
JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.time=ALL-UNNAMED --add-exports java.base/sun.nio.ch=ALL-UNNAMED
15
steps:
16
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17
- - uses: wagoid/commitlint-github-action@5ce82f5d814d4010519d15f0552aec4f17a1e1fe # v5
+ - uses: wagoid/commitlint-github-action@9763196e10f27aef304c9b8b660d31d97fce0f99 # v5
18
- name: Setup Java
19
uses: actions/setup-java@91d3aa4956ec4a53e477c4907347b5e3481be8c9 # v2
20
with:
0 commit comments