@@ -12,10 +12,11 @@ jobs:
1212
1313 steps :
1414 - name : Checkout the app
15- uses : actions/checkout@v6
15+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1616 with :
1717 filter : " blob:none"
1818 fetch-depth : 0
19+ persist-credentials : false
1920
2021 - name : Get the diff
2122 id : diff
@@ -167,9 +168,10 @@ jobs:
167168
168169 steps :
169170 - name : Checkout of the app
170- uses : actions/checkout@v6
171+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
171172 with :
172173 fetch-depth : 1
174+ persist-credentials : false
173175
174176 - name : Install dependencies
175177 run : |
@@ -200,7 +202,7 @@ jobs:
200202 run : wget https://raw.githubusercontent.com/nextcloud/appstore/master/nextcloudappstore/api/v1/release/info.xsd
201203
202204 - name : Lint info.xml
203- uses : ChristophWurst/xmllint-action@v1
205+ uses : ChristophWurst/xmllint-action@7c54ff113fc0f6d4588a15cb4dfe31b6ecca5212
204206 with :
205207 xml-file : ./appinfo/info.xml
206208 xml-schema-file : ./info.xsd
@@ -211,14 +213,15 @@ jobs:
211213
212214 steps :
213215 - name : Checkout of the app
214- uses : actions/checkout@v6
216+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
215217 with :
216218 fetch-depth : 1
219+ persist-credentials : false
217220 - name : Get the date
218221 id : date
219222 run : echo "date=$(date +%Y-%m-%d)" >> $GITHUB_OUTPUT
220223 - name : Cache NPM cache
221- uses : actions/cache@v5.0.1
224+ uses : actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306
222225 with :
223226 path : |
224227 ~/.npm
@@ -247,6 +250,6 @@ jobs:
247250
248251 steps :
249252 - name : Run check
250- uses : xt0rted/block-autosquash-commits-action@v2
253+ uses : xt0rted/block-autosquash-commits-action@79880c36b4811fe549cfffe20233df88876024e7
251254 with :
252255 repo-token : ${{ secrets.GITHUB_TOKEN }}
0 commit comments