2525 version : ${{ steps.semver.outputs.SCRATCH_VERSION }}
2626 hash : ${{ steps.semver.outputs.SCRATCH_HASH }}
2727 steps :
28- - uses : actions/checkout@v3
29- - uses : actions/setup-node@v3
28+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
29+ - uses : actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
3030 with :
3131 cache : ' npm'
3232 node-version-file : ' .nvmrc'
5454 EOF
5555 - name : Create artifact for semantic-release 'remote'
5656 run : tar czvf semantic-release-remote.tgz semantic-release-remote
57- - uses : actions/upload-artifact@v3
57+ - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
5858 with :
5959 name : semantic-release-remote
6060 path : semantic-release-remote.tgz
8282 # uses: lhotari/action-upterm@v1
8383 # with:
8484 # limit-access-to-users: cwillisf
85- - uses : actions/checkout@v3
86- - uses : actions/download-artifact@v3
85+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
86+ - uses : actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
8787 with :
8888 name : semantic-release-remote
8989 path : .
@@ -102,7 +102,7 @@ jobs:
102102
103103 - name : " macOS: Setup keys for Fastlane"
104104 if : runner.os == 'macOS' && env.FASTLANE_ACCESS_KEY != ''
105- uses : webfactory/ssh-agent@v0.8.0
105+ uses : webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e # v0.8.0
106106 with :
107107 ssh-private-key : ${{ secrets.FASTLANE_ACCESS_KEY }}
108108 - name : " macOS: Fastlane Match"
@@ -123,15 +123,15 @@ jobs:
123123
124124 - name : " Windows: Add msbuild to PATH"
125125 if : runner.os == 'Windows'
126- uses : microsoft/setup-msbuild@v1.1
126+ uses : microsoft/setup-msbuild@34cfbaee7f672c76950673338facd8a73f637506 # v1.1
127127
128128 # ## Shared setup
129129
130130 - name : Setup dotnet
131- uses : actions/setup-dotnet@v3
131+ uses : actions/setup-dotnet@3447fd6a9f9e57506b15f895c5b76d3b197dc7c2 # v3
132132 with :
133133 dotnet-version : ' 6.0.x'
134- - uses : actions/cache@v3
134+ - uses : actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3
135135 with :
136136 path : ~/.nuget/packages
137137 # Look to see if there is a cache hit for the corresponding requirements file
@@ -185,7 +185,7 @@ jobs:
185185
186186 # ## Shared epilogue
187187
188- - uses : actions/upload-artifact@v3
188+ - uses : actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
189189 with :
190190 name : " Scratch ${{ needs.semver.outputs.version }} (${{ needs.semver.outputs.hash }})"
191191 path : Artifacts/
@@ -195,7 +195,7 @@ jobs:
195195 runs-on : ubuntu-latest
196196 needs : build
197197 steps :
198- - uses : geekyeggo/delete-artifact@v2
198+ - uses : geekyeggo/delete-artifact@54ab544f12cdb7b71613a16a2b5a37a9ade990af # v2
199199 with :
200200 name : semantic-release-remote
201201 failOnError : false
0 commit comments