@@ -29,7 +29,7 @@ concurrency:
2929
3030env :
3131 DOTNET_CLI_TELEMETRY_OPTOUT : 1
32- DOTNET_SKIP_FIRST_TIME_EXPERIENCE : 1
32+ DOTNET_NOLOGO : 1
3333 FORCE_FEATURE : ' False'
3434 FORCE_PACKAGE : ' False'
3535 NUGET_KEY : none
5252 source : ${{ steps.filter.outputs.source }}
5353 steps :
5454 - name : checkout
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 persist-credentials : false
5858
6969 if : ${{ needs.changes.outputs.source == 'true' }}
7070 steps :
7171 - name : checkout
72- uses : actions/checkout@v4
72+ uses : actions/checkout@v5
7373 with :
7474 fetch-depth : 1000
7575
8484 runs-on : ubuntu-latest
8585 steps :
8686 - name : checkout
87- uses : actions/checkout@v4
87+ uses : actions/checkout@v5
8888 with :
8989 fetch-depth : 1000
9090 - name : Linux Unelevated CI
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : checkout
104- uses : actions/checkout@v4
104+ uses : actions/checkout@v5
105105 with :
106106 fetch-depth : 1000
107107 - name : Linux Elevated CI
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : ubuntu-latest
119119 steps :
120120 - name : checkout
121- uses : actions/checkout@v4
121+ uses : actions/checkout@v5
122122 with :
123123 fetch-depth : 1000
124124 - name : Linux Unelevated Others
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-latest
136136 steps :
137137 - name : checkout
138- uses : actions/checkout@v4
138+ uses : actions/checkout@v5
139139 with :
140140 fetch-depth : 1000
141141 - name : Linux Elevated Others
@@ -152,7 +152,7 @@ jobs:
152152 runs-on : ubuntu-latest
153153 steps :
154154 - name : checkout
155- uses : actions/checkout@v4
155+ uses : actions/checkout@v5
156156 with :
157157 fetch-depth : 1000
158158 - name : Verify xUnit test results
@@ -179,7 +179,7 @@ jobs:
179179
180180 steps :
181181 - name : Checkout repository
182- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
182+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
183183 with :
184184 fetch-depth : ' 0'
185185
@@ -189,7 +189,7 @@ jobs:
189189
190190 # Initializes the CodeQL tools for scanning.
191191 - name : Initialize CodeQL
192- uses : github/codeql-action/init@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
192+ uses : github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
193193 with :
194194 languages : ${{ matrix.language }}
195195 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -215,7 +215,7 @@ jobs:
215215 shell: pwsh
216216
217217 - name : Perform CodeQL Analysis
218- uses : github/codeql-action/analyze@fca7ace96b7d713c7035871441bd52efbe39e27e # v3.28.19
218+ uses : github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
219219
220220 ready_to_merge :
221221 name : Linux ready to merge
@@ -242,7 +242,7 @@ jobs:
242242 # runs-on: ubuntu-20.04
243243 # steps:
244244 # - name: checkout
245- # uses: actions/checkout@v4
245+ # uses: actions/checkout@v5
246246 # with:
247247 # fetch-depth: 1000
248248 # - name: Verify xUnit test results
0 commit comments