Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/AzureCloud - Full-Circle - EXO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AzureCloud - Full-Circle - O365.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AzureCloud - Full-Circle - OD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AzureCloud - Full-Circle - PP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AzureCloud - Full-Circle - SC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AzureCloud - Full-Circle - SPO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AzureCloud - Full-Circle - TEAMS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CodeCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Modules
shell: pwsh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Describe Resources Schemas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Microsoft365DSC
shell: powershell
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Generate Wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: github.repository == 'microsoft/Microsoft365DSC'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Modules
shell: powershell
run: |
Expand All @@ -22,7 +22,7 @@ jobs:
-Type 'Wiki' `
-MainModulePath 'Modules\Microsoft365DSC' `
-ResourceModuleName 'Microsoft365DSC'
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v6
with:
name: Upload Wiki Content
path: D:\a\Microsoft365DSC\Microsoft365DSC\Microsoft365DSC_1.0.0_wikicontent.zip
2 changes: 1 addition & 1 deletion .github/workflows/Global - Integration - AAD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Copy Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Global - Integration - EXO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Copy Microsoft365DSC
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Global - Integration - INTUNE.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Copy Microsoft365DSC
shell: powershell
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/PublishGitHubPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
New-M365DSCCmdletDocumentation

- name: Upload documentation as artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: docs-generation
path: ./docs # the folder containing the mkdocs.yml and generated docs
Expand All @@ -54,7 +54,7 @@ jobs:
pip install mkdocs-include-dir-to-nav

- name: Download generated docs
uses: actions/download-artifact@v5
uses: actions/download-artifact@v7
with:
name: docs-generation
path: ./docs
Expand All @@ -64,7 +64,7 @@ jobs:
run: mkdocs build --site-dir ../site

- name: Upload built site
uses: actions/upload-pages-artifact@v3
uses: actions/upload-pages-artifact@v4
with:
path: ./site

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PublishToGallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
if: github.repository == 'microsoft/Microsoft365DSC'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install Dependencies
shell: powershell
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Unit Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Modules
shell: pwsh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Validation Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Ensure No Hardcoded Graph Endpoints
shell: pwsh
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/website-deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
name: PREVIEW
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: "22"
node-version: "24"
- name: Generate workloads and resources
shell: pwsh
run: pwsh -command ".\$GITHUB_WORKSPACE\generator\scripts\Build-Workloads.ps1 -Force"
Expand All @@ -30,7 +30,7 @@ jobs:
REACT_APP_SITE_DESCRIPTION: ${{ secrets.REACT_APP_SITE_DESCRIPTION }}
REACT_APP_INSTRUMENTATION_KEY: ${{ secrets.REACT_APP_INSTRUMENTATION_KEY }}
- name: Publish Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: website-build
path: ${{ github.workspace }}/generator/build
Expand All @@ -43,7 +43,7 @@ jobs:
name: Deploy to Preview
needs: build
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v7
with:
name: website-build
- name: Deploy to Preview Azure Static Web App
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/website-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
name: PROD
name: Build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-node@v3
with:
node-version: "22"
node-version: "24"
- name: Generate workloads and resources
shell: pwsh
run: pwsh -command ".\$GITHUB_WORKSPACE\generator\scripts\Build-Workloads.ps1 -Force"
Expand All @@ -30,7 +30,7 @@ jobs:
REACT_APP_SITE_DESCRIPTION: ${{ secrets.REACT_APP_SITE_DESCRIPTION }}
REACT_APP_INSTRUMENTATION_KEY: ${{ secrets.REACT_APP_INSTRUMENTATION_KEY }}
- name: Publish Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: website-build
path: ${{ github.workspace }}/generator/build
Expand All @@ -43,7 +43,7 @@ jobs:
name: Deploy to Production
needs: build
steps:
- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v7
with:
name: website-build
- name: Deploy
Expand Down