Merge pull request #278 from ZCShou/dependabot/github_actions/github/codeql-action-3.29.5

chore(deps): bump github/codeql-action from 3.27.9 to 3.29.5
This commit is contained in:
ZCShou 2025-08-09 12:57:33 +08:00 committed by GitHub
commit 68cfed5287
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ permissions:
jobs:
Build:
name: Release APK
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
# https://github.com/marketplace/actions/checkout
- uses: actions/checkout@v4

View File

@ -49,7 +49,7 @@ jobs:
with:
swap-size-gb: 10
- name: Initialize CodeQL
uses: github/codeql-action/init@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
with:
languages: ${{ matrix.language }}
- name: Set up JDK 17
@ -63,4 +63,4 @@ jobs:
echo "org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError" > "$HOME/.gradle/gradle.properties"
./gradlew assembleDebug
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3.27.9
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5