Skip to content

Commit c7c4019

Browse files
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](android-actions/setup-android@00854ea...9fc6c4e) 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](github/codeql-action@6624720...f09c1c0) --- 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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 378c646 commit c7c4019

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-android-jni.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
distribution: "zulu"
3636
java-version: 17
3737
- name: Download and Setup the Android SDK
38-
uses: android-actions/setup-android@00854ea68c109d98c75d956347303bf7c45b0277 # v3.2.1
38+
uses: android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2
3939
- name: Install CMake in the Android SDK
4040
# This is the same version of cmake that is found in build.gradle. This
4141
# will be used to build libavif and the JNI bindings.

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060

6161
# Upload the results to GitHub's code scanning dashboard.
6262
- name: "Upload to code-scanning"
63-
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
63+
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
6464
with:
6565
sarif_file: results.sarif

0 commit comments

Comments
 (0)