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 d609895 commit 6e80379Copy full SHA for 6e80379
2 files changed
.github/workflows/build-all-examples.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
java-version: 24
24
distribution: temurin
25
- - uses: sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
+ - uses: sbt/setup-sbt@f20dc1bc1f8be605c44ffbcec6f17f708a4af9d1 # v1.1.12
26
- name: 'Build all examples'
27
run: java src/Builder.java
28
- name: 'Check automation for updating versions'
.github/workflows/codeql.yml
@@ -30,7 +30,7 @@ jobs:
30
31
32
33
34
- name: Initialize CodeQL
35
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.9
36
0 commit comments