@@ -32,21 +32,21 @@ jobs:
3232 aws-region : us-west-2
3333 # Retrieve the Access Token from Secrets Manager
3434 - name : Retrieve secret from AWS Secrets Manager
35- uses : aws-actions/aws-secretsmanager-get-secrets@v2
35+ uses : aws-actions/aws-secretsmanager-get-secrets@fbd65ea98e018858715f591f03b251f02b2316cb # v2.0.8
3636 with :
3737 secret-ids : |
3838 AWS_SECRET, ${{ secrets.RELEASE_WORKFLOW_ACCESS_TOKEN_NAME }}
3939 parse-json-secrets : true
4040 # Checkout a full clone of the repo
4141 - name : Checkout code
42- uses : actions/checkout@v4
42+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343 with :
4444 ref : v4sdk-development
4545 fetch-depth : 0
4646 token : ${{ env.AWS_SECRET_TOKEN }}
4747 # Install .NET8 which is needed for AutoVer
4848 - name : Setup .NET 8.0
49- uses : actions/setup-dotnet@v4
49+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
5050 with :
5151 dotnet-version : 8.0.x
5252 # Install AutoVer which is needed to retrieve information about the current release.
@@ -106,13 +106,13 @@ jobs:
106106 steps :
107107 # Checkout a full clone of the repo
108108 - name : Checkout code
109- uses : actions/checkout@v4
109+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
110110 with :
111111 ref : releases/next-release
112112 fetch-depth : 0
113113 # Install .NET8 which is needed for AutoVer
114114 - name : Setup .NET 8.0
115- uses : actions/setup-dotnet@v4
115+ uses : actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
116116 with :
117117 dotnet-version : 8.0.x
118118 # Install AutoVer which is needed to retrieve information about the current release.
@@ -134,4 +134,4 @@ jobs:
134134 run : |
135135 git fetch origin
136136 git push --delete origin ${{ steps.read-tag-name.outputs.TAG }}
137- git push origin --delete releases/next-release
137+ git push origin --delete releases/next-release
0 commit comments