Skip to content

Commit 8a20f89

Browse files
committed
merged 'main'
2 parents a43d8de + 26d1bba commit 8a20f89

File tree

164 files changed

+4250
-1602
lines changed

Some content is hidden

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

164 files changed

+4250
-1602
lines changed

.craft.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ targets:
1212
nuget:Sentry.AspNet:
1313
nuget:Sentry.DiagnosticSource:
1414
nuget:Sentry.EntityFramework:
15+
nuget:Sentry.Extensions.AI:
1516
nuget:Sentry.Extensions.Logging:
1617
nuget:Sentry.Google.Cloud.Functions:
18+
nuget:Sentry.Hangfire:
1719
nuget:Sentry.Log4Net:
1820
nuget:Sentry.Maui:
1921
nuget:Sentry.NLog:

.generated.NoMobile.sln

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,14 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "integration-test", "integra
276276
EndProject
277277
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net4-console", "net4-console", "{33793113-C7B5-434D-B5C1-6CA1A9587842}"
278278
EndProject
279+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.ME.AI.Console", "samples\Sentry.Samples.ME.AI.Console\Sentry.Samples.ME.AI.Console.csproj", "{CE591593-E51C-498E-BC0D-5083C8197544}"
280+
EndProject
281+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Samples.ME.AI.AspNetCore", "samples\Sentry.Samples.ME.AI.AspNetCore\Sentry.Samples.ME.AI.AspNetCore.csproj", "{3D91128A-5695-4BAE-B939-5F5F7C56A679}"
282+
EndProject
283+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Extensions.AI", "src\Sentry.Extensions.AI\Sentry.Extensions.AI.csproj", "{AE461926-00B8-4FDD-A41D-3C83C2D9A045}"
284+
EndProject
285+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Sentry.Extensions.AI.Tests", "test\Sentry.Extensions.AI.Tests\Sentry.Extensions.AI.Tests.csproj", "{28D6E004-DC64-464F-91BE-BC0B3A8E543F}"
286+
EndProject
279287
Global
280288
GlobalSection(SolutionConfigurationPlatforms) = preSolution
281289
Debug|Any CPU = Debug|Any CPU
@@ -1295,6 +1303,54 @@ Global
12951303
{ADC91A84-6054-42EC-8241-0D717E4C7194}.Release|x64.Build.0 = Release|Any CPU
12961304
{ADC91A84-6054-42EC-8241-0D717E4C7194}.Release|x86.ActiveCfg = Release|Any CPU
12971305
{ADC91A84-6054-42EC-8241-0D717E4C7194}.Release|x86.Build.0 = Release|Any CPU
1306+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1307+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|Any CPU.Build.0 = Debug|Any CPU
1308+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x64.ActiveCfg = Debug|Any CPU
1309+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x64.Build.0 = Debug|Any CPU
1310+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x86.ActiveCfg = Debug|Any CPU
1311+
{CE591593-E51C-498E-BC0D-5083C8197544}.Debug|x86.Build.0 = Debug|Any CPU
1312+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|Any CPU.ActiveCfg = Release|Any CPU
1313+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|Any CPU.Build.0 = Release|Any CPU
1314+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x64.ActiveCfg = Release|Any CPU
1315+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x64.Build.0 = Release|Any CPU
1316+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x86.ActiveCfg = Release|Any CPU
1317+
{CE591593-E51C-498E-BC0D-5083C8197544}.Release|x86.Build.0 = Release|Any CPU
1318+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1319+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|Any CPU.Build.0 = Debug|Any CPU
1320+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x64.ActiveCfg = Debug|Any CPU
1321+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x64.Build.0 = Debug|Any CPU
1322+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x86.ActiveCfg = Debug|Any CPU
1323+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Debug|x86.Build.0 = Debug|Any CPU
1324+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|Any CPU.ActiveCfg = Release|Any CPU
1325+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|Any CPU.Build.0 = Release|Any CPU
1326+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x64.ActiveCfg = Release|Any CPU
1327+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x64.Build.0 = Release|Any CPU
1328+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x86.ActiveCfg = Release|Any CPU
1329+
{3D91128A-5695-4BAE-B939-5F5F7C56A679}.Release|x86.Build.0 = Release|Any CPU
1330+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1331+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|Any CPU.Build.0 = Debug|Any CPU
1332+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x64.ActiveCfg = Debug|Any CPU
1333+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x64.Build.0 = Debug|Any CPU
1334+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x86.ActiveCfg = Debug|Any CPU
1335+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Debug|x86.Build.0 = Debug|Any CPU
1336+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|Any CPU.ActiveCfg = Release|Any CPU
1337+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|Any CPU.Build.0 = Release|Any CPU
1338+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x64.ActiveCfg = Release|Any CPU
1339+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x64.Build.0 = Release|Any CPU
1340+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x86.ActiveCfg = Release|Any CPU
1341+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045}.Release|x86.Build.0 = Release|Any CPU
1342+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
1343+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|Any CPU.Build.0 = Debug|Any CPU
1344+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x64.ActiveCfg = Debug|Any CPU
1345+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x64.Build.0 = Debug|Any CPU
1346+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x86.ActiveCfg = Debug|Any CPU
1347+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Debug|x86.Build.0 = Debug|Any CPU
1348+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|Any CPU.ActiveCfg = Release|Any CPU
1349+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|Any CPU.Build.0 = Release|Any CPU
1350+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x64.ActiveCfg = Release|Any CPU
1351+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x64.Build.0 = Release|Any CPU
1352+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x86.ActiveCfg = Release|Any CPU
1353+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F}.Release|x86.Build.0 = Release|Any CPU
12981354
EndGlobalSection
12991355
GlobalSection(SolutionProperties) = preSolution
13001356
HideSolutionNode = FALSE
@@ -1391,5 +1447,9 @@ Global
13911447
{E34AA22F-B42E-4D4C-B96E-426AEBC2F367} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
13921448
{94A2DCA5-F298-41FB-913A-476668EF5786} = {5D50D425-244F-4B79-B9F5-21D26DD52DC1}
13931449
{33793113-C7B5-434D-B5C1-6CA1A9587842} = {94CCDBEF-5867-4C24-A305-0C2AE738AF42}
1450+
{CE591593-E51C-498E-BC0D-5083C8197544} = {21B42F60-5802-404E-90F0-AEBCC56760C0}
1451+
{3D91128A-5695-4BAE-B939-5F5F7C56A679} = {21B42F60-5802-404E-90F0-AEBCC56760C0}
1452+
{AE461926-00B8-4FDD-A41D-3C83C2D9A045} = {230B9384-90FD-4551-A5DE-1A5C197F25B6}
1453+
{28D6E004-DC64-464F-91BE-BC0B3A8E543F} = {6987A1CC-608E-4868-A02C-09D30C8B7B2D}
13941454
EndGlobalSection
13951455
EndGlobal

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ body:
1515
- Sentry.AspNet
1616
- Sentry.DiagnosticSource
1717
- Sentry.EntityFramework
18+
- Sentry.Extensions.AI
1819
- Sentry.Extensions.Logging
1920
- Sentry.Google.Cloud.Functions
2021
- Sentry.Hangfire
@@ -48,7 +49,7 @@ body:
4849
attributes:
4950
label: .NET Version
5051
description: If using .NET Core, please copy the output of 'dotnet --version' here
51-
placeholder: 9.0.200 ← should look like this
52+
placeholder: 10.0.100 ← should look like this
5253
validations:
5354
required: true
5455

@@ -81,11 +82,13 @@ body:
8182
label: Development Environment
8283
description: What development environment are you using
8384
options:
84-
- Visual Studio v17.x
85+
- Visual Studio v18.x
8586
- Visual Studio Code (Windows)
86-
- Visual Studio Code (MacOS)
87-
- Rider 2024 (Windows)
88-
- Rider 2024 (MacOS)
87+
- Visual Studio Code (macOS)
88+
- Visual Studio Code (Linux)
89+
- Rider 2025.x (Windows)
90+
- Rider 2025.x (macOS)
91+
- Rider 2025.x (Linux)
8992
- Other
9093
validations:
9194
required: true

.github/actions/freediskspace/action.yml

Lines changed: 34 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,44 @@ runs:
1515
docker-images: true
1616
swap-storage: true
1717

18-
# TODO: Do we need all of these or just one?
19-
# 514M /usr/lib/llvm-15
20-
# 486M /usr/lib/llvm-14
21-
# 448M /usr/lib/llvm-13
2218
- name: Remove unused applications
2319
if: runner.os == 'Linux'
2420
shell: bash
2521
run: |
26-
df -h /dev/root
27-
sudo rm -rf /usr/local/.ghcup
28-
sudo rm -rf /usr/local/julia1.10.5
29-
sudo rm -rf /usr/lib/heroku
30-
sudo rm -rf /opt/hostedtoolcache/go
31-
sudo rm -rf /opt/hostedtoolcache/Ruby
22+
echo "Disk usage before cleanup:"
23+
df -h /dev/root 2>/dev/null || df -h
24+
25+
# Remove language runtimes and tools
26+
sudo rm -rf /usr/local/.ghcup || echo "::warning::Failed to remove .ghcup"
27+
sudo rm -rf /usr/local/julia1.10.5 || echo "::warning::Failed to remove Julia"
28+
sudo rm -rf /usr/lib/heroku || echo "::warning::Failed to remove Heroku"
29+
sudo rm -rf /opt/hostedtoolcache/go || echo "::warning::Failed to remove Go"
30+
sudo rm -rf /opt/hostedtoolcache/Ruby || echo "::warning::Failed to remove Ruby"
31+
32+
# Remove multiple LLVM versions
33+
sudo rm -rf /usr/lib/llvm-13 || echo "::warning::Failed to remove LLVM 13"
34+
sudo rm -rf /usr/lib/llvm-14 || echo "::warning::Failed to remove LLVM 14"
35+
sudo rm -rf /usr/lib/llvm-15 || echo "::warning::Failed to remove LLVM 15"
36+
37+
# Remove Azure CLI
38+
sudo rm -rf /opt/az || echo "::warning::Failed to remove Azure CLI"
39+
40+
# Remove unnecessary .NET SDKs (keep only what we need)
41+
sudo rm -rf /usr/share/dotnet/sdk/6.* || echo "::warning::Failed to remove .NET SDK 6.x"
42+
sudo rm -rf /usr/share/dotnet/sdk/7.* || echo "::warning::Failed to remove .NET SDK 7.x"
43+
44+
# Remove other large tools
45+
sudo rm -rf /opt/hostedtoolcache/CodeQL || echo "::warning::Failed to remove CodeQL"
46+
sudo rm -rf /usr/local/share/chromium || echo "::warning::Failed to remove Chromium"
47+
sudo rm -rf /usr/local/share/chrome_driver || echo "::warning::Failed to remove Chrome Driver"
48+
sudo rm -rf /usr/local/share/gecko_driver || echo "::warning::Failed to remove Gecko Driver"
49+
50+
# Clean up apt packages
3251
sudo apt-get remove -y '^mysql-.*' --fix-missing || echo "::warning::The command [sudo apt-get remove -y '^mysql-.*' --fix-missing] failed to complete successfully. Proceeding..."
52+
sudo apt-get remove -y '^postgresql-.*' --fix-missing || echo "::warning::PostgreSQL removal failed"
53+
sudo apt-get remove -y '^mongodb-.*' --fix-missing || echo "::warning::MongoDB removal failed"
3354
sudo apt-get autoremove -y || echo "::warning::The command [sudo apt-get autoremove -y] failed to complete successfully. Proceeding..."
3455
sudo apt-get clean || echo "::warning::The command [sudo apt-get clean] failed to complete successfully. Proceeding..."
35-
df -h /dev/root
56+
57+
echo "Disk usage after cleanup:"
58+
df -h /dev/root 2>/dev/null || df -h

.github/workflows/alpine.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
packages: write
2424

2525
steps:
26-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
26+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2727

2828
- uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
2929
with:

.github/workflows/build.yml

Lines changed: 25 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
curl -sSL https://raw.githubusercontent.com/${{ github.repository }}/${{ github.sha }}/.github/alpine/setup-node.sh | sudo bash /dev/stdin
4949
5050
- name: Checkout
51-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
51+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
5252

5353
- run: git submodule update --init modules/sentry-native
5454

@@ -121,7 +121,7 @@ jobs:
121121
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
122122

123123
- name: Checkout
124-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
124+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
125125
with:
126126
submodules: recursive
127127
fetch-depth: 2 # default is 1 and codecov needs > 1
@@ -217,6 +217,21 @@ jobs:
217217
build.binlog
218218
if-no-files-found: ignore
219219

220+
- name: Free disk space before tests
221+
if: ${{ contains(matrix.container.image, 'alpine') }}
222+
run: |
223+
echo "Disk usage before cleanup:"
224+
df -h
225+
226+
# Remove build binlog (can be large, often 100MB+)
227+
rm -f build.binlog || true
228+
229+
# Clean up NuGet HTTP cache (not the packages cache which is needed for pack)
230+
dotnet nuget locals http-cache --clear || true
231+
232+
echo "Disk usage after cleanup:"
233+
df -h
234+
220235
- name: Test
221236
run: dotnet test ${{ matrix.slnf }} -c Release --no-build --nologo -l GitHubActions -l "trx;LogFilePrefix=testresults_${{ runner.os }}" --collect "XPlat Code Coverage"
222237

@@ -247,7 +262,7 @@ jobs:
247262
248263
- name: Sparse checkout
249264
if: env.CI_PUBLISHING_BUILD == 'true'
250-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
265+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
251266
with:
252267
# We only check out what is absolutely necessary to reduce a chance of local files impacting
253268
# integration tests (nuget.config etc.)... But we need the root Directory.Build.props calculate
@@ -265,8 +280,10 @@ jobs:
265280
path: src
266281

267282
- name: Integration test
268-
# # Note that when upgsading .NET versions, linux-musl may need special handling... see comments below
283+
# # Note that when upgrading .NET versions, linux-musl may need special handling... see comments below
269284
# if: ${{ (matrix.rid != 'linux-musl-x64') && (matrix.rid != 'linux-musl-arm64') }}
285+
# TODO: Re-enable once we have resolved https://github.com/getsentry/sentry-dotnet/issues/4788
286+
if: ${{ (matrix.rid != 'linux-musl-x64') }}
270287
uses: getsentry/github-workflows/sentry-cli/integration-test/@a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1
271288
with:
272289
path: integration-test
@@ -289,7 +306,7 @@ jobs:
289306

290307
steps:
291308
- name: Checkout
292-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
309+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
293310
with:
294311
submodules: recursive
295312

@@ -347,7 +364,7 @@ jobs:
347364

348365
steps:
349366
- name: Checkout
350-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
367+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
351368
with:
352369
submodules: recursive
353370

@@ -377,7 +394,7 @@ jobs:
377394

378395
steps:
379396
- name: Checkout
380-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
397+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
381398
with:
382399
submodules: recursive
383400
fetch-depth: 2 # default is 1 and codecov needs > 1
@@ -416,7 +433,7 @@ jobs:
416433
if: ${{ !startsWith(github.ref_name, 'release/') }}
417434

418435
steps:
419-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
436+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
420437
with:
421438
submodules: recursive
422439

.github/workflows/codeql-analysis.yml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: "CodeQL"
22

33
on:
4-
workflow_dispatch:
5-
# # Temporarily disabled. See https://github.com/getsentry/sentry-dotnet/issues/4736
6-
# push:
7-
# branches: [ main ]
8-
# pull_request:
9-
# # The branches below must be a subset of the branches above
10-
# branches: [ main ]
11-
# schedule:
12-
# - cron: '22 5 * * 1'
4+
push:
5+
branches: [ main ]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [ main ]
9+
schedule:
10+
- cron: '22 5 * * 1'
1311

1412
jobs:
1513
analyze:
@@ -29,15 +27,15 @@ jobs:
2927
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
3028

3129
- name: Checkout repository
32-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3331
with:
3432
submodules: recursive
3533

3634
- name: Setup Environment
3735
uses: ./.github/actions/environment
3836

3937
- name: Initialize CodeQL
40-
uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
38+
uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
4139
with:
4240
languages: csharp
4341

@@ -51,6 +49,6 @@ jobs:
5149
run: dotnet build Sentry-CI-CodeQL.slnf --no-restore --nologo
5250

5351
- name: Perform CodeQL Analysis
54-
uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
52+
uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
5553
with:
5654
category: '/language:csharp'

.github/workflows/danger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ jobs:
88
danger:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: getsentry/github-workflows/danger@v3
11+
- uses: getsentry/github-workflows/danger@13be9bec4ec5cd67061b747972b996e9c80f4f3b # 3.1.0

.github/workflows/device-tests-android.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
2828

2929
- name: Checkout
30-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
30+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3131
with:
3232
submodules: recursive
3333

@@ -80,7 +80,7 @@ jobs:
8080
sudo udevadm trigger --name-match=kvm
8181
8282
- name: Checkout
83-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
83+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8484
with:
8585
submodules: recursive
8686

@@ -121,13 +121,13 @@ jobs:
121121
uses: ./.github/actions/environment
122122

123123
- name: Select Java 17
124-
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
124+
uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1.0
125125
with:
126126
distribution: ${{ runner.os == 'Windows' && runner.arch == 'ARM64' && 'microsoft' || 'temurin' }}
127127
java-version: '17'
128128

129129
- name: Checkout github-workflows
130-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
130+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
131131
with:
132132
repository: getsentry/github-workflows
133133
ref: a5e409bd5bad4c295201cdcfe862b17c50b29ab7 # v2.14.1

.github/workflows/device-tests-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
2525

2626
- name: Checkout
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828
with:
2929
submodules: recursive
3030

0 commit comments

Comments
 (0)