Skip to content

Commit 4d8ce33

Browse files
Bump the external-dependencies group across 3 directories with 4 updates
Bumps the external-dependencies group with 2 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Bumps the external-dependencies group with 3 updates in the /Templates/AppSource App/.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the external-dependencies group with 3 updates in the /Templates/Per Tenant Extension/.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) Updates `github/codeql-action` from 3.26.11 to 3.26.13 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@6db8d63...f779452) Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) Updates `actions/cache` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2cdf405...3624ceb) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) Updates `actions/checkout` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@d632683...eef6144) Updates `actions/cache` from 4.1.0 to 4.1.1 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@2cdf405...3624ceb) Updates `actions/upload-artifact` from 4.4.0 to 4.4.3 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@5076954...b4b15b8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: external-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 310cd03 commit 4d8ce33

Some content is hidden

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

45 files changed

+110
-110
lines changed

.github/workflows/CI.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
Test:
1616
runs-on: [ ubuntu-latest ]
1717
steps:
18-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
18+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1919

2020
- name: Run Tests
2121
run: |

.github/workflows/CleanupTempRepos.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
outputs:
1919
githubOwner: ${{ steps.check.outputs.githubOwner }}
2020
steps:
21-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
21+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2222

2323
- name: Check secrets
2424
id: check
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: [ ubuntu-latest ]
5353
needs: [ Check ]
5454
steps:
55-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
55+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5656

5757
- name: Remove Temp Repositories
5858
run: |

.github/workflows/Deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
}
124124
}
125125
126-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
126+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
127127

128128
- name: Deploy
129129
env:

.github/workflows/E2E.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
maxParallel: ${{ steps.check.outputs.maxParallel }}
4949
githubOwner: ${{ steps.check.outputs.githubOwner }}
5050
steps:
51-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
51+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5252

5353
- name: Check secrets
5454
id: check
@@ -92,7 +92,7 @@ jobs:
9292
perTenantExtensionRepo: ${{ steps.setup.outputs.perTenantExtensionRepo }}
9393
appSourceAppRepo: ${{ steps.setup.outputs.appSourceAppRepo }}
9494
steps:
95-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
95+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9696
with:
9797
ref: ${{ github.event.inputs.ref }}
9898

@@ -111,7 +111,7 @@ jobs:
111111
releases: ${{ steps.Analyze.outputs.releases }}
112112
scenarios: ${{ steps.Analyze.outputs.scenarios }}
113113
steps:
114-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
114+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
115115
with:
116116
ref: ${{ github.event.inputs.ref }}
117117

@@ -187,7 +187,7 @@ jobs:
187187
if: github.event.inputs.runScenarios == 'true'
188188
strategy: ${{ fromJson(needs.Analyze.outputs.scenarios) }}
189189
steps:
190-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
190+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
191191
with:
192192
ref: ${{ github.event.inputs.ref }}
193193

@@ -218,7 +218,7 @@ jobs:
218218
if: github.event.inputs.runScenarios == 'true'
219219
strategy: ${{ fromJson(needs.Analyze.outputs.scenarios) }}
220220
steps:
221-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
221+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
222222
with:
223223
ref: ${{ github.event.inputs.ref }}
224224

@@ -249,7 +249,7 @@ jobs:
249249
if: github.event.inputs.runTestMatrix == 'true'
250250
strategy: ${{ fromJson(needs.Analyze.outputs.publictestruns) }}
251251
steps:
252-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
252+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
253253
with:
254254
ref: ${{ github.event.inputs.ref }}
255255

@@ -292,7 +292,7 @@ jobs:
292292
if: github.event.inputs.runTestMatrix == 'true' && github.event.inputs.includePrivateRepos == 'true'
293293
strategy: ${{ fromJson(needs.Analyze.outputs.privatetestruns) }}
294294
steps:
295-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
295+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
296296
with:
297297
ref: ${{ github.event.inputs.ref }}
298298

@@ -336,7 +336,7 @@ jobs:
336336
if: github.event.inputs.runUpgradeTests == 'true'
337337
strategy: ${{ fromJson(needs.Analyze.outputs.releases) }}
338338
steps:
339-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
339+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
340340
with:
341341
ref: ${{ github.event.inputs.ref }}
342342

@@ -376,7 +376,7 @@ jobs:
376376
needs: [ Check, SetupRepositories, TestAlGoPublic, TestAlGoPrivate, TestAlGoUpgrade, ScenariosOnWindows, ScenariosOnLinux ]
377377
if: always() && (!Cancelled()) && (needs.SetupRepositories.result == 'Success') && (needs.TestAlGoPublic.result == 'Success' || needs.TestAlGoPublic.result == 'Skipped') && (needs.TestAlGoPrivate.result == 'Success' || needs.TestAlGoPrivate.result == 'Skipped') && (needs.TestAlGoUpgrade.result == 'Success' || needs.TestAlGoUpgrade.result == 'Skipped') && (needs.Scenario.result == 'Success' || needs.Scenario.result == 'Skipped')
378378
steps:
379-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
379+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
380380
with:
381381
ref: ${{ github.event.inputs.ref }}
382382

.github/workflows/jekyll-gh-pages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
27+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2828
- name: Setup Pages
2929
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
3030
- name: Build with Jekyll

.github/workflows/powershell.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: PSScriptAnalyzer
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
22+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
2323

2424
- name: Run PSScriptAnalyzer
2525
uses: microsoft/psscriptanalyzer-action@6b2948b1944407914a58661c49941824d149734f # v1.1
@@ -31,6 +31,6 @@ jobs:
3131

3232
# Upload the SARIF file generated in the previous step
3333
- name: Upload SARIF results file
34-
uses: github/codeql-action/upload-sarif@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3.26.11
34+
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
3535
with:
3636
sarif_file: results.sarif

.github/workflows/pre-commit.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pre-commit:
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
13+
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1414
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
1515
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
1616
with:

Templates/AppSource App/.github/workflows/AddExistingAppOrTestApp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
shell: powershell
4747

4848
- name: Checkout
49-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5050

5151
- name: Initialize the workflow
5252
id: init

Templates/AppSource App/.github/workflows/CICD.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
shell: powershell
5151

5252
- name: Checkout
53-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
53+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5454
with:
5555
lfs: true
5656

@@ -126,7 +126,7 @@ jobs:
126126
runs-on: [ windows-latest ]
127127
steps:
128128
- name: Checkout
129-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
129+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
130130

131131
- name: Read settings
132132
uses: microsoft/AL-Go-Actions/ReadSettings@main
@@ -179,7 +179,7 @@ jobs:
179179
url: ${{ steps.deployment.outputs.page_url }}
180180
steps:
181181
- name: Checkout
182-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
182+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
183183

184184
- name: Download artifacts
185185
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -225,7 +225,7 @@ jobs:
225225
url: ${{ steps.Deploy.outputs.environmentUrl }}
226226
steps:
227227
- name: Checkout
228-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
228+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
229229

230230
- name: Download artifacts
231231
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -287,7 +287,7 @@ jobs:
287287
name: Deliver to ${{ matrix.deliveryTarget }}
288288
steps:
289289
- name: Checkout
290-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
290+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
291291

292292
- name: Download artifacts
293293
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
@@ -324,7 +324,7 @@ jobs:
324324
runs-on: [ windows-latest ]
325325
steps:
326326
- name: Checkout
327-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
327+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
328328

329329
- name: Finalize the workflow
330330
id: PostProcess

Templates/AppSource App/.github/workflows/CreateApp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
shell: powershell
5757

5858
- name: Checkout
59-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
59+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6060

6161
- name: Initialize the workflow
6262
id: init

Templates/AppSource App/.github/workflows/CreateOnlineDevelopmentEnvironment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
shell: powershell
5656

5757
- name: Checkout
58-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
58+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5959

6060
- name: Initialize the workflow
6161
id: init
@@ -109,7 +109,7 @@ jobs:
109109
deviceCode: ${{ needs.Initialization.outputs.deviceCode }}
110110
steps:
111111
- name: Checkout
112-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
112+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
113113

114114
- name: Read settings
115115
uses: microsoft/AL-Go-Actions/ReadSettings@main

Templates/AppSource App/.github/workflows/CreatePerformanceTestApp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
shell: powershell
6363

6464
- name: Checkout
65-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
65+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6666

6767
- name: Initialize the workflow
6868
id: init

Templates/AppSource App/.github/workflows/CreateRelease.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
shell: powershell
7979

8080
- name: Checkout
81-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
81+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
8282

8383
- name: Initialize the workflow
8484
id: init
@@ -242,7 +242,7 @@ jobs:
242242
fail-fast: true
243243
steps:
244244
- name: Checkout
245-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
245+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
246246

247247
- name: Read settings
248248
uses: microsoft/AL-Go-Actions/ReadSettings@main
@@ -320,7 +320,7 @@ jobs:
320320
runs-on: [ windows-latest ]
321321
steps:
322322
- name: Checkout
323-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
323+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
324324
with:
325325
ref: '${{ needs.createRelease.outputs.commitish }}'
326326

@@ -343,7 +343,7 @@ jobs:
343343
runs-on: [ windows-latest ]
344344
steps:
345345
- name: Checkout
346-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
346+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
347347

348348
- name: Read settings
349349
uses: microsoft/AL-Go-Actions/ReadSettings@main
@@ -373,7 +373,7 @@ jobs:
373373
runs-on: [ windows-latest ]
374374
steps:
375375
- name: Checkout
376-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
376+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
377377

378378
- name: Finalize the workflow
379379
id: PostProcess

Templates/AppSource App/.github/workflows/CreateTestApp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
shell: powershell
5959

6060
- name: Checkout
61-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
61+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
6262

6363
- name: Initialize the workflow
6464
id: init

Templates/AppSource App/.github/workflows/Current.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: powershell
3535

3636
- name: Checkout
37-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3838
with:
3939
lfs: true
4040

@@ -89,7 +89,7 @@ jobs:
8989
runs-on: [ windows-latest ]
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
92+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9393

9494
- name: Finalize the workflow
9595
id: PostProcess

Templates/AppSource App/.github/workflows/DeployReferenceDocumentation.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
url: ${{ steps.deployment.outputs.page_url }}
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3030

3131
- name: Initialize the workflow
3232
id: init

Templates/AppSource App/.github/workflows/IncrementVersionNumber.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
shell: powershell
4747

4848
- name: Checkout
49-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
49+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
5050

5151
- name: Initialize the workflow
5252
id: init

Templates/AppSource App/.github/workflows/NextMajor.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: powershell
3535

3636
- name: Checkout
37-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3838
with:
3939
lfs: true
4040

@@ -89,7 +89,7 @@ jobs:
8989
runs-on: [ windows-latest ]
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
92+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9393

9494
- name: Finalize the workflow
9595
id: PostProcess

Templates/AppSource App/.github/workflows/NextMinor.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: powershell
3535

3636
- name: Checkout
37-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
37+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
3838
with:
3939
lfs: true
4040

@@ -89,7 +89,7 @@ jobs:
8989
runs-on: [ windows-latest ]
9090
steps:
9191
- name: Checkout
92-
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
92+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
9393

9494
- name: Finalize the workflow
9595
id: PostProcess

0 commit comments

Comments
 (0)