diff --git a/.github/workflows/build-all-examples.yml b/.github/workflows/build-all-examples.yml index 0506c507..b9ba59c3 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@6bec67c98f542b9e17369bfca0ec822ac1363194 # v1.1.19 + - uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20 - 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 36806f1a..bfda2798 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@6bec67c98f542b9e17369bfca0ec822ac1363194 # v1.1.19 + - uses: sbt/setup-sbt@dd1ef7d7798fab5ce802a6adab3b782817b8c2d0 # v1.1.20 - name: Initialize CodeQL uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0 with: