2121 - master
2222 - release/**
2323 - github-mirror
24+ - " *-feature"
2425# Path filters for PRs need to go into the changes job
2526
2627concurrency :
@@ -29,7 +30,7 @@ concurrency:
2930
3031env :
3132 DOTNET_CLI_TELEMETRY_OPTOUT : 1
32- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
33+ DOTNET_NOLOGO : 1
3334 FORCE_FEATURE : ' False'
3435 FORCE_PACKAGE : ' False'
3536 NUGET_KEY : none
5253 source : ${{ steps.filter.outputs.source }}
5354 steps :
5455 - name : checkout
55- uses : actions/checkout@v4
56+ uses : actions/checkout@v5
5657 with :
5758 persist-credentials : false
5859
6970 if : ${{ needs.changes.outputs.source == 'true' }}
7071 steps :
7172 - name : checkout
72- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7374 with :
7475 fetch-depth : 1000
7576
8485 runs-on : ubuntu-latest
8586 steps :
8687 - name : checkout
87- uses : actions/checkout@v4
88+ uses : actions/checkout@v5
8889 with :
8990 fetch-depth : 1000
9091 - name : Linux Unelevated CI
@@ -101,7 +102,7 @@ jobs:
101102 runs-on : ubuntu-latest
102103 steps :
103104 - name : checkout
104- uses : actions/checkout@v4
105+ uses : actions/checkout@v5
105106 with :
106107 fetch-depth : 1000
107108 - name : Linux Elevated CI
@@ -118,7 +119,7 @@ jobs:
118119 runs-on : ubuntu-latest
119120 steps :
120121 - name : checkout
121- uses : actions/checkout@v4
122+ uses : actions/checkout@v5
122123 with :
123124 fetch-depth : 1000
124125 - name : Linux Unelevated Others
@@ -135,7 +136,7 @@ jobs:
135136 runs-on : ubuntu-latest
136137 steps :
137138 - name : checkout
138- uses : actions/checkout@v4
139+ uses : actions/checkout@v5
139140 with :
140141 fetch-depth : 1000
141142 - name : Linux Elevated Others
@@ -152,7 +153,7 @@ jobs:
152153 runs-on : ubuntu-latest
153154 steps :
154155 - name : checkout
155- uses : actions/checkout@v4
156+ uses : actions/checkout@v5
156157 with :
157158 fetch-depth : 1000
158159 - name : Verify xUnit test results
@@ -179,17 +180,17 @@ jobs:
179180
180181 steps :
181182 - name : Checkout repository
182- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
183+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
183184 with :
184185 fetch-depth : ' 0'
185186
186- - uses : actions/setup-dotnet@v4
187+ - uses : actions/setup-dotnet@v5
187188 with :
188189 global-json-file : ./global.json
189190
190191 # Initializes the CodeQL tools for scanning.
191192 - name : Initialize CodeQL
192- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
193+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
193194 with :
194195 languages : ${{ matrix.language }}
195196 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -215,7 +216,7 @@ jobs:
215216 shell: pwsh
216217
217218 - name : Perform CodeQL Analysis
218- uses : github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
219+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
219220
220221 ready_to_merge :
221222 name : Linux ready to merge
@@ -242,7 +243,7 @@ jobs:
242243 # runs-on: ubuntu-20.04
243244 # steps:
244245 # - name: checkout
245- # uses: actions/checkout@v4
246+ # uses: actions/checkout@v5
246247 # with:
247248 # fetch-depth: 1000
248249 # - name: Verify xUnit test results
0 commit comments