From 6d6cfe635070106a2390023b0e8d183ad614ef73 Mon Sep 17 00:00:00 2001 From: Marcin Slezak Date: Tue, 7 Apr 2026 12:59:41 +0200 Subject: [PATCH] Dev-3097 Pin Actions to Specific SHA --- .github/workflows/dotnet-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-tests.yml b/.github/workflows/dotnet-tests.yml index 556c2711..90041b16 100644 --- a/.github/workflows/dotnet-tests.yml +++ b/.github/workflows/dotnet-tests.yml @@ -13,10 +13,10 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 - name: Setup .NET - uses: actions/setup-dotnet@v4 + uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 with: dotnet-version: "9.0.x"