diff --git a/.github/workflows/ci-android-jni.yml b/.github/workflows/ci-android-jni.yml index e7ca5a2922..93d6c18f37 100644 --- a/.github/workflows/ci-android-jni.yml +++ b/.github/workflows/ci-android-jni.yml @@ -35,7 +35,7 @@ jobs: distribution: "zulu" java-version: 17 - name: Download and Setup the Android SDK - uses: android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3.2.1 + uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2 - name: Install CMake in the Android SDK # This is the same version of cmake that is found in build.gradle. This # will be used to build libavif and the JNI bindings. diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index a8dc2c1205..b6430c3c80 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -60,6 +60,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0 + uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5 with: sarif_file: results.sarif