diff --git a/.github/workflows/build-all-examples.yml b/.github/workflows/build-all-examples.yml index 896579d5..3960626e 100644 --- a/.github/workflows/build-all-examples.yml +++ b/.github/workflows/build-all-examples.yml @@ -24,7 +24,7 @@ jobs: with: java-version: 25 distribution: liberica - - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + - uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15 - name: 'Build all examples' run: java src/Builder.java - name: 'Check automation for updating versions' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 329432ba..70305120 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -38,7 +38,7 @@ jobs: with: java-version: 25 distribution: liberica - - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + - uses: sbt/setup-sbt@a627500d27445f8c5021755a439829b6e78e3358 # v1.1.15 - name: Initialize CodeQL uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4.31.9 with: