Skip to content

Commit 94b51f6

Browse files
authored
Merge branch 'main' into feat/native-sdk-name-manifest
2 parents 9d5fe77 + f064536 commit 94b51f6

104 files changed

Lines changed: 3230 additions & 878 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
* text eol=lf
22
*.png binary
33
*.jpg binary
4+
*.pb binary
5+
*.gz binary
46

57
# These are explicitly windows files and should use crlf
68
*.bat text eol=crlf

.github/workflows/agp-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115

116116
- name: Upload test results to Codecov
117117
if: ${{ !cancelled() }}
118-
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f
118+
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3
119119
with:
120120
token: ${{ secrets.CODECOV_TOKEN }}
121121
file: build/outputs/androidTest-results/**/*.xml

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: make preMerge
4646

4747
- name: Upload coverage to Codecov
48-
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # pin@v4
48+
uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # pin@v4
4949
with:
5050
name: sentry-java
5151
fail_ci_if_error: false

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
cache-encryption-key: ${{ secrets.GRADLE_ENCRYPTION_KEY }}
3737

3838
- name: Initialize CodeQL
39-
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # pin@v2
39+
uses: github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # pin@v2
4040
with:
4141
languages: 'java'
4242

@@ -45,4 +45,4 @@ jobs:
4545
./gradlew buildForCodeQL --no-build-cache
4646
4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # pin@v2
48+
uses: github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # pin@v2

.github/workflows/generate-javadocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
./gradlew aggregateJavadocs
2828
- name: Deploy
29-
uses: JamesIves/github-pages-deploy-action@4a3abc783e1a24aeb44c16e869ad83caf6b4cc23 # pin@4.7.4
29+
uses: JamesIves/github-pages-deploy-action@9d877eea73427180ae43cf98e8914934fe157a1a # pin@4.7.6
3030
with:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
BRANCH: gh-pages

.github/workflows/integration-tests-ui-critical.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
script: echo "Generated AVD snapshot for caching."
111111

112112
- name: Download APK artifact
113-
uses: actions/download-artifact@v6
113+
uses: actions/download-artifact@v7
114114
with:
115115
name: ${{env.APK_ARTIFACT_NAME}}
116116

.github/workflows/integration-tests-ui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
- name: Upload test results to Codecov
7777
if: ${{ !cancelled() }}
78-
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f
78+
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3
7979
with:
8080
token: ${{ secrets.CODECOV_TOKEN }}
8181
file: ./artifacts/*.xml

.github/workflows/spring-boot-2-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Upload test results to Codecov
174174
if: ${{ !cancelled() }}
175-
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f
175+
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3
176176
with:
177177
token: ${{ secrets.CODECOV_TOKEN }}
178178
file: '**/build/test-results/**/*.xml'

.github/workflows/spring-boot-3-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ jobs:
172172

173173
- name: Upload test results to Codecov
174174
if: ${{ !cancelled() }}
175-
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f
175+
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3
176176
with:
177177
token: ${{ secrets.CODECOV_TOKEN }}
178178
file: '**/build/test-results/**/*.xml'

.github/workflows/spring-boot-4-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173

174174
- name: Upload test results to Codecov
175175
if: ${{ !cancelled() }}
176-
uses: codecov/test-results-action@47f89e9acb64b76debcd5ea40642d25a4adced9f
176+
uses: codecov/test-results-action@0fa95f0e1eeaafde2c782583b36b28ad0d8c77d3
177177
with:
178178
token: ${{ secrets.CODECOV_TOKEN }}
179179
file: '**/build/test-results/**/*.xml'

0 commit comments

Comments
 (0)