Skip to content

Commit 830884e

Browse files
authored
Merge branch 'main' into rz/fix/npe-anr-marker
2 parents 6feeedc + c082256 commit 830884e

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.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/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)