Skip to content

Commit 09963cf

Browse files
committed
[CI] Pin all actions to latest sha
1 parent 34812b5 commit 09963cf

44 files changed

Lines changed: 202 additions & 202 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/EditorConfig-Rules-Check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v6
10+
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1111

1212
- name: Install EditorConfig Checker
1313
run: |

.github/workflows/Generate-TestWorkflows.ps1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,21 +281,21 @@ jobs:
281281
282282
steps:
283283
- name: Checkout Source Code
284-
uses: actions/checkout@v6
284+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
285285
286286
- name: Setup .NET 8 SDK
287-
uses: actions/setup-dotnet@v5
287+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
288288
with:
289289
dotnet-version: '$DotNet8SDKVersion'
290290
if: `${{ startswith(matrix.framework, 'net8.') }}
291291
292292
- name: Setup .NET 10 SDK
293-
uses: actions/setup-dotnet@v5
293+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
294294
with:
295295
dotnet-version: '$DotNet10SDKVersion'
296296
297297
- name: Cache NuGet Packages
298-
uses: actions/cache@v5
298+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
299299
with:
300300
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
301301
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -338,7 +338,7 @@ jobs:
338338
shell: bash
339339
# upload reports as build artifacts
340340
- name: Upload a Build Artifact
341-
uses: actions/upload-artifact@v6
341+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
342342
if: `${{always()}}
343343
with:
344344
name: '`${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Documentation.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

.github/workflows/Lucene-Net-Tests-AllProjects.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,21 @@ jobs:
9797

9898
steps:
9999
- name: Checkout Source Code
100-
uses: actions/checkout@v6
100+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
101101

102102
- name: Setup .NET 8 SDK
103-
uses: actions/setup-dotnet@v5
103+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
104104
with:
105105
dotnet-version: '8.0.x'
106106
if: ${{ startswith(matrix.framework, 'net8.') }}
107107

108108
- name: Setup .NET 10 SDK
109-
uses: actions/setup-dotnet@v5
109+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
110110
with:
111111
dotnet-version: '10.0.x'
112112

113113
- name: Cache NuGet Packages
114-
uses: actions/cache@v5
114+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
115115
with:
116116
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
117117
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -145,7 +145,7 @@ jobs:
145145
shell: bash
146146
# upload reports as build artifacts
147147
- name: Upload a Build Artifact
148-
uses: actions/upload-artifact@v6
148+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
149149
if: ${{always()}}
150150
with:
151151
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Common.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,21 @@ jobs:
8181

8282
steps:
8383
- name: Checkout Source Code
84-
uses: actions/checkout@v6
84+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8585

8686
- name: Setup .NET 8 SDK
87-
uses: actions/setup-dotnet@v5
87+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
8888
with:
8989
dotnet-version: '8.0.x'
9090
if: ${{ startswith(matrix.framework, 'net8.') }}
9191

9292
- name: Setup .NET 10 SDK
93-
uses: actions/setup-dotnet@v5
93+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
9494
with:
9595
dotnet-version: '10.0.x'
9696

9797
- name: Cache NuGet Packages
98-
uses: actions/cache@v5
98+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9999
with:
100100
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
101101
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130
# upload reports as build artifacts
131131
- name: Upload a Build Artifact
132-
uses: actions/upload-artifact@v6
132+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
133133
if: ${{always()}}
134134
with:
135135
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Kuromoji.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@ jobs:
7878

7979
steps:
8080
- name: Checkout Source Code
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8282

8383
- name: Setup .NET 8 SDK
84-
uses: actions/setup-dotnet@v5
84+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
8585
with:
8686
dotnet-version: '8.0.x'
8787
if: ${{ startswith(matrix.framework, 'net8.') }}
8888

8989
- name: Setup .NET 10 SDK
90-
uses: actions/setup-dotnet@v5
90+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
9191
with:
9292
dotnet-version: '10.0.x'
9393

9494
- name: Cache NuGet Packages
95-
uses: actions/cache@v5
95+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9696
with:
9797
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
9898
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -126,7 +126,7 @@ jobs:
126126
shell: bash
127127
# upload reports as build artifacts
128128
- name: Upload a Build Artifact
129-
uses: actions/upload-artifact@v6
129+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
130130
if: ${{always()}}
131131
with:
132132
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Morfologik.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,21 @@ jobs:
7878

7979
steps:
8080
- name: Checkout Source Code
81-
uses: actions/checkout@v6
81+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8282

8383
- name: Setup .NET 8 SDK
84-
uses: actions/setup-dotnet@v5
84+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
8585
with:
8686
dotnet-version: '8.0.x'
8787
if: ${{ startswith(matrix.framework, 'net8.') }}
8888

8989
- name: Setup .NET 10 SDK
90-
uses: actions/setup-dotnet@v5
90+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
9191
with:
9292
dotnet-version: '10.0.x'
9393

9494
- name: Cache NuGet Packages
95-
uses: actions/cache@v5
95+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9696
with:
9797
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
9898
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -126,7 +126,7 @@ jobs:
126126
shell: bash
127127
# upload reports as build artifacts
128128
- name: Upload a Build Artifact
129-
uses: actions/upload-artifact@v6
129+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
130130
if: ${{always()}}
131131
with:
132132
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-OpenNLP.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -81,21 +81,21 @@ jobs:
8181

8282
steps:
8383
- name: Checkout Source Code
84-
uses: actions/checkout@v6
84+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8585

8686
- name: Setup .NET 8 SDK
87-
uses: actions/setup-dotnet@v5
87+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
8888
with:
8989
dotnet-version: '8.0.x'
9090
if: ${{ startswith(matrix.framework, 'net8.') }}
9191

9292
- name: Setup .NET 10 SDK
93-
uses: actions/setup-dotnet@v5
93+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
9494
with:
9595
dotnet-version: '10.0.x'
9696

9797
- name: Cache NuGet Packages
98-
uses: actions/cache@v5
98+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9999
with:
100100
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
101101
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -129,7 +129,7 @@ jobs:
129129
shell: bash
130130
# upload reports as build artifacts
131131
- name: Upload a Build Artifact
132-
uses: actions/upload-artifact@v6
132+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
133133
if: ${{always()}}
134134
with:
135135
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-Phonetic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,21 +75,21 @@ jobs:
7575

7676
steps:
7777
- name: Checkout Source Code
78-
uses: actions/checkout@v6
78+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7979

8080
- name: Setup .NET 8 SDK
81-
uses: actions/setup-dotnet@v5
81+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
8282
with:
8383
dotnet-version: '8.0.x'
8484
if: ${{ startswith(matrix.framework, 'net8.') }}
8585

8686
- name: Setup .NET 10 SDK
87-
uses: actions/setup-dotnet@v5
87+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
8888
with:
8989
dotnet-version: '10.0.x'
9090

9191
- name: Cache NuGet Packages
92-
uses: actions/cache@v5
92+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9393
with:
9494
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
9595
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -123,7 +123,7 @@ jobs:
123123
shell: bash
124124
# upload reports as build artifacts
125125
- name: Upload a Build Artifact
126-
uses: actions/upload-artifact@v6
126+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
127127
if: ${{always()}}
128128
with:
129129
name: '${{env.test_results_artifact_name}}'

.github/workflows/Lucene-Net-Tests-Analysis-SmartCn.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,21 +80,21 @@ jobs:
8080

8181
steps:
8282
- name: Checkout Source Code
83-
uses: actions/checkout@v6
83+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8484

8585
- name: Setup .NET 8 SDK
86-
uses: actions/setup-dotnet@v5
86+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
8787
with:
8888
dotnet-version: '8.0.x'
8989
if: ${{ startswith(matrix.framework, 'net8.') }}
9090

9191
- name: Setup .NET 10 SDK
92-
uses: actions/setup-dotnet@v5
92+
uses: actions/setup-dotnet@9a946fdbd5fb07b82b2f5a4466058b876ab72bb2 # v5.3.0
9393
with:
9494
dotnet-version: '10.0.x'
9595

9696
- name: Cache NuGet Packages
97-
uses: actions/cache@v5
97+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9898
with:
9999
# '**/*.*proj' includes .csproj, .vbproj, .fsproj, msbuildproj, etc.
100100
# '**/*.props' includes Directory.Packages.props, Directory.Build.props and Dependencies.props
@@ -128,7 +128,7 @@ jobs:
128128
shell: bash
129129
# upload reports as build artifacts
130130
- name: Upload a Build Artifact
131-
uses: actions/upload-artifact@v6
131+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
132132
if: ${{always()}}
133133
with:
134134
name: '${{env.test_results_artifact_name}}'

0 commit comments

Comments
 (0)