1212 - github-mirror
1313 paths :
1414 - " **"
15+ - " *"
16+ - " .globalconfig"
1517 - " !.github/ISSUE_TEMPLATE/**"
1618 - " !.dependabot/config.yml"
1719 - " !.pipelines/**"
2123 - master
2224 - release/**
2325 - github-mirror
26+ - " *-feature"
2427# Path filters for PRs need to go into the changes job
2528
2629concurrency :
@@ -29,7 +32,7 @@ concurrency:
2932
3033env :
3134 DOTNET_CLI_TELEMETRY_OPTOUT : 1
32- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
35+ DOTNET_NOLOGO : 1
3336 FORCE_FEATURE : ' False'
3437 FORCE_PACKAGE : ' False'
3538 NUGET_KEY : none
5255 source : ${{ steps.filter.outputs.source }}
5356 steps :
5457 - name : checkout
55- uses : actions/checkout@v4
58+ uses : actions/checkout@v5
5659 with :
5760 persist-credentials : false
5861
6972 if : ${{ needs.changes.outputs.source == 'true' }}
7073 steps :
7174 - name : checkout
72- uses : actions/checkout@v4
75+ uses : actions/checkout@v5
7376 with :
7477 fetch-depth : 1000
7578
8487 runs-on : ubuntu-latest
8588 steps :
8689 - name : checkout
87- uses : actions/checkout@v4
90+ uses : actions/checkout@v5
8891 with :
8992 fetch-depth : 1000
9093 - name : Linux Unelevated CI
@@ -101,7 +104,7 @@ jobs:
101104 runs-on : ubuntu-latest
102105 steps :
103106 - name : checkout
104- uses : actions/checkout@v4
107+ uses : actions/checkout@v5
105108 with :
106109 fetch-depth : 1000
107110 - name : Linux Elevated CI
@@ -118,7 +121,7 @@ jobs:
118121 runs-on : ubuntu-latest
119122 steps :
120123 - name : checkout
121- uses : actions/checkout@v4
124+ uses : actions/checkout@v5
122125 with :
123126 fetch-depth : 1000
124127 - name : Linux Unelevated Others
@@ -135,7 +138,7 @@ jobs:
135138 runs-on : ubuntu-latest
136139 steps :
137140 - name : checkout
138- uses : actions/checkout@v4
141+ uses : actions/checkout@v5
139142 with :
140143 fetch-depth : 1000
141144 - name : Linux Elevated Others
@@ -152,7 +155,7 @@ jobs:
152155 runs-on : ubuntu-latest
153156 steps :
154157 - name : checkout
155- uses : actions/checkout@v4
158+ uses : actions/checkout@v5
156159 with :
157160 fetch-depth : 1000
158161 - name : Verify xUnit test results
@@ -179,17 +182,17 @@ jobs:
179182
180183 steps :
181184 - name : Checkout repository
182- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
185+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
183186 with :
184187 fetch-depth : ' 0'
185188
186- - uses : actions/setup-dotnet@v4
189+ - uses : actions/setup-dotnet@v5
187190 with :
188191 global-json-file : ./global.json
189192
190193 # Initializes the CodeQL tools for scanning.
191194 - name : Initialize CodeQL
192- uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
195+ uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
193196 with :
194197 languages : ${{ matrix.language }}
195198 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -215,7 +218,7 @@ jobs:
215218 shell: pwsh
216219
217220 - name : Perform CodeQL Analysis
218- uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
221+ uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
219222
220223 ready_to_merge :
221224 name : Linux ready to merge
@@ -242,7 +245,7 @@ jobs:
242245 # runs-on: ubuntu-20.04
243246 # steps:
244247 # - name: checkout
245- # uses: actions/checkout@v4
248+ # uses: actions/checkout@v5
246249 # with:
247250 # fetch-depth: 1000
248251 # - name: Verify xUnit test results
0 commit comments