Skip to content

Commit

Permalink
[1.94.*] Pre-release merge (#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
tramline-github[bot] authored Apr 6, 2024
2 parents 4098e4b + 142fafb commit e529cab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/code_quality_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cache-read-only: true

- name: Initialize CodeQL
uses: github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
uses: github/codeql-action/init@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
with:
languages: java
tools: latest
Expand All @@ -49,7 +49,7 @@ jobs:
./gradlew assembleDebug assembleInternal
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
uses: github/codeql-action/analyze@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
with:
category: "/language:java"
mobsfscan:
Expand All @@ -70,6 +70,6 @@ jobs:
args: . --sarif --output results.sarif || true

- name: Upload mobsfscan report
uses: github/codeql-action/upload-sarif@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
uses: github/codeql-action/upload-sarif@4355270be187e1b672a7a1c7c7bae5afdc1ab94a # v3.24.10
with:
sarif_file: results.sarif
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ coroutines = "1.8.1-Beta"
dagger = "2.51.1"
glance = "1.1.0-beta01"
junit = "5.10.2"
konvert = "3.0.1"
konvert = "3.1.0"
kotlin = "1.9.23"
kotlinResult = "2.0.0"
lifecycle = "2.8.0-alpha04"
retrofit = "2.11.0"
richtext = "1.0.0-alpha01"
sentry-sdk = "7.6.0"
serialization = "1.6.3"
sqldelight = "2.0.1"
sqldelight = "2.0.2"
whetstone = "0.9.0-beta01"
workmanager = "2.10.0-alpha01"

Expand Down

0 comments on commit e529cab

Please sign in to comment.