From 7fd6a765892d35754f58fc02e9b85aac8261cc11 Mon Sep 17 00:00:00 2001 From: ImoutoChan Date: Fri, 13 Oct 2023 20:53:42 +0400 Subject: [PATCH] Pin action tools commits --- .github/workflows/deploy.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a751c92..9bd7bd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,22 +12,18 @@ jobs: steps: - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v0 + uses: GitTools/actions/gitversion/setup@a41619580c25efb59dfc062e92990914141abcad # v0.10.2 with: versionSpec: '5.5.0' - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v1 - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 with: fetch-depth: 0 - name: Run GitVersion id: gitversion - uses: gittools/actions/gitversion/execute@v0 + uses: GitTools/actions/gitversion/execute@a41619580c25efb59dfc062e92990914141abcad # v0.10.2 env: DOTNET_ROLL_FORWARD: Major @@ -35,13 +31,13 @@ jobs: run: echo ${{ steps.gitversion.outputs.majorMinorPatch }} - name: Setup .NET Core SDK '7.x.x' - uses: actions/setup-dotnet@v2 + uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3.2.0 with: dotnet-version: '7.x.x' include-prerelease: true - name: Update project version - uses: roryprimrose/set-vs-sdk-project-version@v1 + uses: roryprimrose/set-vs-sdk-project-version@a3f300b86a779fcdeea2c5d586ee9415c64cc42a # v1.0.6 with: version: ${{ steps.gitversion.outputs.majorMinorPatch }}