diff --git a/.github/workflows/azure-static-web-apps-lively-moss-052e9b910.yml b/.github/workflows/azure-static-web-apps-lively-moss-052e9b910.yml index eff0bacaef..77907f9acb 100644 --- a/.github/workflows/azure-static-web-apps-lively-moss-052e9b910.yml +++ b/.github/workflows/azure-static-web-apps-lively-moss-052e9b910.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: submodules: true lfs: false - name: Build And Deploy id: builddeploy - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LIVELY_MOSS_052E9B910 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) @@ -40,7 +40,7 @@ jobs: steps: - name: Close Pull Request id: closepullrequest - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_LIVELY_MOSS_052E9B910 }} action: "close" diff --git a/.github/workflows/bundlesize.yml b/.github/workflows/bundlesize.yml index 41a817caa5..cf1eccd2c6 100644 --- a/.github/workflows/bundlesize.yml +++ b/.github/workflows/bundlesize.yml @@ -19,14 +19,14 @@ jobs: run-monosize: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{github.event.inputs.repo || 'microsoft/fluentui'}} ref: ${{github.event.inputs.branch || 'master'}} path: repo - - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20.x' cache: yarn @@ -45,7 +45,7 @@ jobs: cd ./../../../ rm -rf ./repo - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: 'microsoft/fluentui-charting-contrib' ref: 'test-coverage-artifacts' @@ -64,7 +64,7 @@ jobs: ls -a - name: Push bundle-size to branch - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: repository: contrib-repo branch: test-coverage-artifacts diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1a1c6c3169..850b877580 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,8 +24,8 @@ jobs: - name: Enable Git long paths run: git config --global core.longpaths true - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 - - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 18 cache: yarn @@ -38,7 +38,7 @@ jobs: # Popular action to deploy to GitHub Pages: # Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@373f7f263a76c20808c831209c920827a82a2847 # v3.9.3 + uses: peaceiris/actions-gh-pages@84c30a85c19949d7eee79c4ff27748b70285e453 # v4.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} # Build output to publish to the `gh-pages` branch: diff --git a/.github/workflows/generateChangelogs.yml b/.github/workflows/generateChangelogs.yml index 5c59d51d38..b248c0c39a 100644 --- a/.github/workflows/generateChangelogs.yml +++ b/.github/workflows/generateChangelogs.yml @@ -15,12 +15,12 @@ jobs: runs-on: ubuntu-latest steps: - name: "Setup NodeJS" - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 18 - name: "Checkout fluentui-charting-contrib" - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: "repo" @@ -44,7 +44,7 @@ jobs: - name: Commit changes to repo id: auto-commit-action - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: repository: repo branch: changelog-${{ steps.timestamp.outputs.timestamp }} diff --git a/.github/workflows/main_fluentchartseval.yml b/.github/workflows/main_fluentchartseval.yml index f7f4b48ca9..95c5860739 100644 --- a/.github/workflows/main_fluentchartseval.yml +++ b/.github/workflows/main_fluentchartseval.yml @@ -22,10 +22,10 @@ jobs: - name: Enable Git long paths run: git config --global core.longpaths true - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Node.js version - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -48,7 +48,7 @@ jobs: yarn build - name: Upload artifact for deployment job - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: node-app path: apps/plotly_examples/build @@ -68,12 +68,12 @@ jobs: steps: - name: Download artifact from build job - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: node-app - name: Login to Azure - uses: azure/login@7184910d9eb2b1c5e48f7073824a90609bb9b6d6 # v2.3.1 + uses: azure/login@f5d393ae46f8fde4be8b75f32e3fc50e654ad0ca # v3.0.1 with: client-id: ${{ secrets.AZUREAPPSERVICE_CLIENTID_B92B0539D2FB4B13B3C2BF3836380051 }} tenant-id: ${{ secrets.AZUREAPPSERVICE_TENANTID_CD6B9D2724174DCDB4E21F2A3B84BA2C }} diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 5d25a76520..f8d0161d2f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -35,7 +35,7 @@ jobs: working-directory: docs steps: - name: Checkout - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Ruby uses: ruby/setup-ruby@95ef2b042f9d7a56d8268cba8559e2842e2ad01b # v1.321.0 with: @@ -45,7 +45,7 @@ jobs: working-directory: '${{ github.workspace }}/docs' - name: Setup Pages id: pages - uses: actions/configure-pages@b8130d9ab958b325bbde9786d62f2c97a9885a0e # v3.0.7 + uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 - name: Build with Jekyll # Outputs to the './_site' directory by default run: bundle exec jekyll build --baseurl "${{ steps.pages.outputs.base_path }}" @@ -53,7 +53,7 @@ jobs: JEKYLL_ENV: production - name: Upload artifact # Automatically uploads an artifact from the './_site' directory by default - uses: actions/upload-pages-artifact@84bb4cd4b733d5c320c9c9cfbc354937524f4d64 # v1.0.10 + uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0 with: path: "docs/_site/" @@ -67,4 +67,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@de14547edc9944350dc0481aa5b7afb08e75f254 # v2.0.5 + uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 diff --git a/.github/workflows/plotlyTestCoverage.yml b/.github/workflows/plotlyTestCoverage.yml index 6e862934ff..1f1a8d72b2 100644 --- a/.github/workflows/plotlyTestCoverage.yml +++ b/.github/workflows/plotlyTestCoverage.yml @@ -34,7 +34,7 @@ jobs: run: git config --global core.longpaths true - name: Checkout [react-charting] - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ github.event.inputs.repo || 'microsoft/fluentui'}} ref: ${{ github.event.inputs.branch || 'master'}} @@ -54,7 +54,7 @@ jobs: run: ls ./repo1 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -81,19 +81,19 @@ jobs: id: pack-chart-v8 - name: Upload chart-utilities.tgz as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: chart-utilities-tgz path: ./repo1/packages/charts/chart-utilities/chart-utilities.tgz - name: Upload react-charting.tgz as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: react-charting-tgz path: ./repo1/packages/charts/react-charting/react-charting.tgz - name: Checkout [main] of current repo - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: contrib_repo @@ -137,13 +137,13 @@ jobs: baseline_report: contrib_repo/apps/plotly_examples/reports/playwright-report-v8.json - name: Upload Playwright HTML report as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-html-report path: contrib_repo/apps/plotly_examples/playwright-report/ - name: Upload Playwright JSON report as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-json-report path: contrib_repo/apps/plotly_examples/playwright-report.json @@ -162,7 +162,7 @@ jobs: yarn monosize measure - name: Upload monosize JSON report as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: monosize-report path: repo1/packages/charts/react-charting/dist/bundle-size/monosize.json @@ -177,7 +177,7 @@ jobs: - name: Commit and push v8 scheduled report if: github.event_name == 'schedule' - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: ${{ steps.branch.outputs.branch }} create_branch: true diff --git a/.github/workflows/plotlyTestCoverage_v9.yml b/.github/workflows/plotlyTestCoverage_v9.yml index f577df2acb..cd29428bfb 100644 --- a/.github/workflows/plotlyTestCoverage_v9.yml +++ b/.github/workflows/plotlyTestCoverage_v9.yml @@ -33,7 +33,7 @@ jobs: run: git config --global core.longpaths true - name: Checkout [react-charting] - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ github.event.inputs.repo || 'microsoft/fluentui'}} ref: ${{ github.event.inputs.branch || 'master'}} @@ -53,7 +53,7 @@ jobs: run: ls ./repo1 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -80,19 +80,19 @@ jobs: id: pack-chart-v9 - name: Upload chart-utilities.tgz as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: chart-utilities-tgz path: ./repo1/packages/charts/chart-utilities/chart-utilities.tgz - name: Upload react-charts.tgz as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: react-charts-tgz path: ./repo1/packages/charts/react-charts/library/react-charts.tgz - name: Checkout [main] of current repo - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: contrib_repo @@ -136,13 +136,13 @@ jobs: baseline_report: contrib_repo/apps/plotly_examples/reports/playwright-report-v9.json - name: Upload Playwright HTML report as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-html-report path: contrib_repo/apps/plotly_examples/playwright-report/ - name: Upload Playwright JSON report as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-json-report path: contrib_repo/apps/plotly_examples/playwright-report.json @@ -165,7 +165,7 @@ jobs: - name: Commit and push v9 scheduled report if: github.event_name == 'schedule' - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: ${{ steps.branch.outputs.branch }} create_branch: true diff --git a/.github/workflows/test-deploy.yml b/.github/workflows/test-deploy.yml index 0ae722194f..06df2a13b9 100644 --- a/.github/workflows/test-deploy.yml +++ b/.github/workflows/test-deploy.yml @@ -13,8 +13,8 @@ jobs: name: Test deployment runs-on: ubuntu-latest steps: - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 - - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 18 cache: yarn diff --git a/.github/workflows/testCoverage.yml b/.github/workflows/testCoverage.yml index 1d10d1b405..7fc35e0629 100644 --- a/.github/workflows/testCoverage.yml +++ b/.github/workflows/testCoverage.yml @@ -33,10 +33,10 @@ jobs: steps: - name: Checkout [master] - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Checkout [react-charting] - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ github.event.inputs.repo || 'microsoft/fluentui' }} ref: ${{ github.event.inputs.branch || 'master' }} @@ -49,7 +49,7 @@ jobs: run: ls ./repo1 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -96,20 +96,20 @@ jobs: run: | echo "COVERAGE_FILENAME=test_coverage_${{ matrix.os }}_$(date +'%Y-%m-%d_%H-%M-%S')" >> $GITHUB_ENV - name: Save coverage folder - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{matrix.os}} path: ./repo1/packages/charts/react-charting/coverage/${{matrix.os}} - name: Save coverage file - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: ${{env.COVERAGE_FILENAME}}_report path: ./repo1/packages/charts/react-charting/coverageReport.txt - name: Save coverage folder for a single test if: matrix.os == 'windows-latest' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage_VBC path: ./repo1/packages/charts/react-charting/coverage/${{matrix.os}}_VerticalBarChart @@ -137,33 +137,33 @@ jobs: steps: - name: Download all artifacts to publish together - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "ubuntu-latest" path: "./coverage/ubuntu-latest" continue-on-error: true - name: Download all artifacts to publish together - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "macos-latest" path: "./coverage/macos-latest" continue-on-error: true - name: Download all artifacts to publish together - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "windows-latest" path: "./coverage/windows-latest" - name: Download all artifacts to publish together - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: "coverage_VBC" path: "./coverage/coverage_VBC" - name: Download all artifacts to publish together - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: pattern: test_coverage_* path: "./coverage/coverageFiles" @@ -175,10 +175,10 @@ jobs: shell: bash - name: Setup Pages - uses: actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0 + uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0 - name: Upload artifact - uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1 + uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0 with: path: "./coverage" @@ -186,7 +186,7 @@ jobs: run: ls -a - name: Checkout [test-coverage-artifacts] - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: repo ref: test-coverage-artifacts @@ -234,7 +234,7 @@ jobs: ls continue-on-error: true - - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + - uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: repository: repo branch: test-coverage-artifacts diff --git a/.github/workflows/testCoverageWebsiteDeployment.yml b/.github/workflows/testCoverageWebsiteDeployment.yml index 908017c0ce..3226e4bb65 100644 --- a/.github/workflows/testCoverageWebsiteDeployment.yml +++ b/.github/workflows/testCoverageWebsiteDeployment.yml @@ -15,13 +15,13 @@ jobs: runs-on: ubuntu-latest name: Build and Deploy Job steps: - - uses: actions/checkout@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: submodules: true lfs: false - name: Build And Deploy id: builddeploy - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_SAND_077904510 }} repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments) @@ -40,7 +40,7 @@ jobs: steps: - name: Close Pull Request id: closepullrequest - uses: Azure/static-web-apps-deploy@4d27395796ac319302594769cfe812bd207490b1 # v1 + uses: Azure/static-web-apps-deploy@1a947af9992250f3bc2e68ad0754c0b0c11566c9 # v1 with: azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_RED_SAND_077904510 }} action: "close" \ No newline at end of file diff --git a/.github/workflows/testCoverage_v9storybook.yml b/.github/workflows/testCoverage_v9storybook.yml index 49e7b9ac56..00c8d62963 100644 --- a/.github/workflows/testCoverage_v9storybook.yml +++ b/.github/workflows/testCoverage_v9storybook.yml @@ -33,7 +33,7 @@ jobs: run: git config --global core.longpaths true - name: Checkout [react-charting] - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ github.event.inputs.repo || 'microsoft/fluentui'}} ref: ${{ github.event.inputs.branch || 'master'}} @@ -53,7 +53,7 @@ jobs: run: ls ./repo1 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -63,7 +63,7 @@ jobs: yarn - name: Checkout [main] of current repo - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: contrib_repo @@ -94,13 +94,13 @@ jobs: baseline_report: contrib_repo/apps/plotly_examples/reports/playwright-report-v9Storybook.json - name: Upload Playwright HTML report as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-html-report path: contrib_repo/apps/plotly_examples/playwright-report/ - name: Upload Playwright JSON report as artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: playwright-json-report path: contrib_repo/apps/plotly_examples/playwright-report.json @@ -123,7 +123,7 @@ jobs: - name: Commit and push v9 scheduled report if: github.event_name == 'schedule' - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: ${{ steps.branch.outputs.branch }} create_branch: true diff --git a/.github/workflows/update_v8_package.yml b/.github/workflows/update_v8_package.yml index a67da362dd..bd7dd9fefa 100644 --- a/.github/workflows/update_v8_package.yml +++ b/.github/workflows/update_v8_package.yml @@ -17,13 +17,13 @@ jobs: run: git config --global core.longpaths true - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: main fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -102,7 +102,7 @@ jobs: - name: Commit changes to repo id: auto-commit-action - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 if: steps.check_update.outputs.up_to_date == 'false' with: branch: ${{ steps.branch.outputs.branch }} diff --git a/.github/workflows/update_v8_snapshots.yml b/.github/workflows/update_v8_snapshots.yml index 953498dd10..148e459d53 100644 --- a/.github/workflows/update_v8_snapshots.yml +++ b/.github/workflows/update_v8_snapshots.yml @@ -22,10 +22,10 @@ jobs: - name: Enable Git long paths run: git config --global core.longpaths true - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -65,7 +65,7 @@ jobs: - name: Commit changes to repo if: github.event_name == 'workflow_dispatch' || steps.skip_check.outputs.skip_job != 'true' id: auto-commit-action - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: ${{ steps.branch.outputs.branch }} create_branch: true diff --git a/.github/workflows/update_v9_package.yml b/.github/workflows/update_v9_package.yml index de671e259d..38375d05fc 100644 --- a/.github/workflows/update_v9_package.yml +++ b/.github/workflows/update_v9_package.yml @@ -17,13 +17,13 @@ jobs: run: git config --global core.longpaths true - name: Checkout repository - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: main fetch-depth: 0 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -97,7 +97,7 @@ jobs: - name: Commit changes to repo id: auto-commit-action - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 if: steps.check_update.outputs.up_to_date == 'false' with: branch: ${{ steps.branch.outputs.branch }} diff --git a/.github/workflows/update_v9_snapshots.yml b/.github/workflows/update_v9_snapshots.yml index 47f731f9e4..02c229e3fe 100644 --- a/.github/workflows/update_v9_snapshots.yml +++ b/.github/workflows/update_v9_snapshots.yml @@ -22,10 +22,10 @@ jobs: - name: Enable Git long paths run: git config --global core.longpaths true - - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -65,7 +65,7 @@ jobs: - name: Commit changes to repo if: github.event_name == 'workflow_dispatch' || steps.skip_check.outputs.skip_job != 'true' id: auto-commit-action - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: ${{ steps.branch.outputs.branch }} create_branch: true diff --git a/.github/workflows/update_v9_storybook_snapshots.yml b/.github/workflows/update_v9_storybook_snapshots.yml index a15c51798f..ea3a49f9b2 100644 --- a/.github/workflows/update_v9_storybook_snapshots.yml +++ b/.github/workflows/update_v9_storybook_snapshots.yml @@ -21,7 +21,7 @@ jobs: run: git config --global core.longpaths true - name: Checkout [react-charting] - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: repository: ${{ github.event.inputs.repo || 'microsoft/fluentui'}} ref: ${{ github.event.inputs.branch || 'master'}} @@ -41,7 +41,7 @@ jobs: run: ls ./repo1 - name: Set up Node.js - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22.x' @@ -51,7 +51,7 @@ jobs: yarn - name: Checkout [main] of current repo - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: path: contrib_repo @@ -79,7 +79,7 @@ jobs: - name: Commit changes to repo if: github.event_name == 'workflow_dispatch' || steps.skip_check.outputs.skip_job != 'true' id: auto-commit-action - uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0 + uses: stefanzweifel/git-auto-commit-action@4a55954c782fc1ea30b9056cd3e7a2b40ca8887d # v7.2.0 with: branch: ${{ steps.branch.outputs.branch }} repository: contrib_repo