| commit | c7c4019dc94983c65a1fe0ebae48fc5bc3380df0 | [log] [tgz] |
|---|---|---|
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Dec 02 08:43:12 2024 +0100 |
| committer | GitHub <noreply@github.com> | Mon Dec 02 08:43:12 2024 +0100 |
| tree | 90d7c63404ffd9624e11264a53b01a9790e2c358 | |
| parent | 378c646247cb7d286dda55b28f6451cf289383a5 [diff] |
Bump the github-actions group with 2 updates (#2512) Bumps the github-actions group with 2 updates: [android-actions/setup-android](https://github.com/android-actions/setup-android) and [github/codeql-action](https://github.com/github/codeql-action). Updates `android-actions/setup-android` from 3.2.1 to 3.2.2 - [Release notes](https://github.com/android-actions/setup-android/releases) - [Commits](https://github.com/android-actions/setup-android/compare/00854ea68c109d98c75d956347303bf7c45b0277...9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407) Updates `github/codeql-action` from 3.27.0 to 3.27.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/662472033e021d55d94146f66f6058822b0b39fd...f09c1c0a94de965c15400f5634aa42fac8fb8f88) --- updated-dependencies: - dependency-name: android-actions/setup-android dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/.github/workflows/ci-android-jni.yml b/.github/workflows/ci-android-jni.yml index e7ca5a2..93d6c18 100644 --- a/.github/workflows/ci-android-jni.yml +++ b/.github/workflows/ci-android-jni.yml
@@ -35,7 +35,7 @@ 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 a8dc2c1..b6430c3 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml
@@ -60,6 +60,6 @@ # 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