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 6c5352d commit 1cf7051Copy full SHA for 1cf7051
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@a9d38be6cfa0c7bfb8be93b4cc4e1edaa6351728 # v1.1.10
+ - uses: sbt/setup-sbt@234370af1319038bf8dc432f8a7e4b83078a1781 # v1.1.11
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@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
36
0 commit comments