5757
5858 # Checkout the main repo with all history so we get all tags
5959 - name : Checkout Lucene.Net source
60- uses : actions/checkout@v6
60+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6161 with :
6262 path : main-repo
6363 fetch-depth : 0
@@ -119,12 +119,12 @@ jobs:
119119 shell : powershell
120120
121121 - name : Setup .NET 6 SDK
122- uses : actions/setup-dotnet@v5
122+ uses : actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
123123 with :
124124 dotnet-version : ' 6.0.x'
125125
126126 - name : Setup .NET 8 SDK
127- uses : actions/setup-dotnet@v5
127+ uses : actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
128128 with :
129129 dotnet-version : ' 8.0.x'
130130
@@ -133,14 +133,14 @@ jobs:
133133 shell : powershell
134134
135135 - name : Upload apidocs as build artifact
136- uses : actions/upload-artifact@v6
136+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
137137 if : ${{always()}}
138138 with :
139139 name : ' apidocs'
140140 path : ' ${{github.workspace}}/main-repo/websites/apidocs/_site'
141141
142142 - name : Checkout Lucene.Net website
143- uses : actions/checkout@v6
143+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
144144 with :
145145 repository : ${{ env.SITE_REPO }}
146146 ref : asf-site
@@ -154,7 +154,7 @@ jobs:
154154 # Because we are always building the docs against a consistent version
155155 - name : Create Pull Request
156156 id : cpr
157- uses : peter-evans/create-pull-request@v7.0.8
157+ uses : peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8
158158 with :
159159 token : ${{ secrets.LUCENE_NET_WEBSITE_BUILD }}
160160 path : website-repo
0 commit comments