From 8fe98b568ca65159501a0cc61a81e341b85c328a Mon Sep 17 00:00:00 2001 From: Robin Munn Date: Mon, 18 Mar 2024 10:51:13 +0700 Subject: [PATCH] Use SHA rather than tag for GitHub Actions ref --- .github/workflows/ci+cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci+cd.yml b/.github/workflows/ci+cd.yml index 3271e060..b7a8733c 100644 --- a/.github/workflows/ci+cd.yml +++ b/.github/workflows/ci+cd.yml @@ -33,7 +33,7 @@ jobs: fetch-depth: 0 # fetch full history for GitVersion - name: Setup .NET - uses: actions/setup-dotnet@v4.0.0 + uses: actions/setup-dotnet@4d6c8fcf3c8f7a60068d26b594648e99df24cee3 # v4.0.0 with: dotnet-version: | 6.0.x