From 499b16c0f1a355a4775d729f76b302d42fdd8956 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 02:22:50 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/CI.yml | 4 ++-- .github/workflows/Release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3020e23..d0551be 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,9 +15,9 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Setup .NET Core SDK 6.0.x - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3 with: dotnet-version: '6.0.x' - name: Install dependencies diff --git a/.github/workflows/Release.yml b/.github/workflows/Release.yml index aedeed3..5355d4e 100644 --- a/.github/workflows/Release.yml +++ b/.github/workflows/Release.yml @@ -23,10 +23,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Setup dotnet - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3 with: dotnet-version: 6.0.x @@ -47,7 +47,7 @@ jobs: # Delete output directory rm -r "$release_name" - name: Publish - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 with: files: "CentrifyCLI*" env: