Skip to content

Commit 3309601

Browse files
Merge branch 'master' into DYN-9862-UnTrustedPaths-Notifications
2 parents ec249c2 + 22ad096 commit 3309601

File tree

232 files changed

+48693
-345823
lines changed

Some content is hidden

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

232 files changed

+48693
-345823
lines changed

.github/workflows/Issues_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
result: ${{env.content_analysis_response}}
1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
#Detect if the issue_title follows the regex expression
2323
- name: Check Issue Title
@@ -107,7 +107,7 @@ jobs:
107107
acceptable_missing_info: 1
108108
steps:
109109
#Checkout the repo
110-
- uses: actions/checkout@v5
110+
- uses: actions/checkout@v6
111111

112112
#Removes conflicting characters before using the issue content as a script parameter
113113
- name: Remove conflicting chars

.github/workflows/PR_merged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
18-
- uses: actions/checkout@v5
18+
- uses: actions/checkout@v6
1919

2020
# Getting PR information from the commit SHA
2121
- name: Getting PR information

.github/workflows/auto_cherrypick.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ jobs:
7272
exit 1
7373
fi
7474
shell: bash
75-
- uses: actions/checkout@v5
75+
- uses: actions/checkout@v6
7676
- name: Start Cherrypick
77-
uses: korthout/backport-action@v3
77+
uses: korthout/backport-action@v4
7878
with:
7979
branch_name: cherrypick-${pull_number}
8080
copy_milestone: true

.github/workflows/auto_update_src_html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
MAIN_BRANCH: master # Target branch for operations
2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v5
25+
uses: actions/checkout@v6
2626
with:
2727
fetch-depth: 0 # fetches all commits
2828

.github/workflows/build_dynamo_all.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Checkout Dynamo Repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
path: Dynamo
1818
repository: DynamoDS/Dynamo
@@ -40,7 +40,7 @@ jobs:
4040
- name: Check File Version
4141
run: ${{ github.workspace }}\Dynamo\.github\scripts\check_file_version.ps1 ${{ github.workspace }}\Dynamo\bin\AnyCPU\Release
4242
- name: Upload Build Artifact
43-
uses: actions/upload-artifact@v4
43+
uses: actions/upload-artifact@v6
4444
with:
4545
name: DynamoSandbox
4646
path: ${{ github.workspace }}\Dynamo\bin\AnyCPU\Release
@@ -55,7 +55,7 @@ jobs:
5555
mkdir -p ${{ github.workspace }}/pr
5656
echo ${{ github.event.number }} > ${{ github.workspace }}/pr/pr_number.txt
5757
- name: Upload PR Data
58-
uses: actions/upload-artifact@v4
58+
uses: actions/upload-artifact@v6
5959
with:
6060
name: pr_data
6161
path: ${{ github.workspace }}/pr

.github/workflows/build_dynamo_core.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313
steps:
1414
- name: Checkout Dynamo Repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
with:
1717
path: Dynamo
1818
repository: DynamoDS/Dynamo
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: windows-latest
4343
steps:
4444
- name: Checkout Dynamo Repo
45-
uses: actions/checkout@v5
45+
uses: actions/checkout@v6
4646
with:
4747
path: Dynamo
4848
repository: DynamoDS/Dynamo
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout Dynamo Repo
75-
uses: actions/checkout@v5
75+
uses: actions/checkout@v6
7676
with:
7777
path: Dynamo
7878
- name: Setup dotnet

.github/workflows/check_file_size.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v5
10+
uses: actions/checkout@v6
1111
- name: Get changed files
1212
id: get_changed_files
1313
uses: tj-actions/changed-files@v46

.github/workflows/codeql_analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v5
40+
uses: actions/checkout@v6
4141
- name: Initialize CodeQL
4242
uses: github/codeql-action/init@v4
4343
with:

.github/workflows/dynamo_bin_diff.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: windows-latest
1414
steps:
1515
- name: Checkout Dynamo Repo
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
path: Dynamo
1919
repository: DynamoDS/Dynamo
@@ -39,7 +39,7 @@ jobs:
3939
Write-Error "DynamoCLI.exe was not found!"
4040
}
4141
- name: Cache Current Build
42-
uses: actions/cache/save@v4
42+
uses: actions/cache/save@v5
4343
with:
4444
path: |
4545
${{ github.workspace }}\Dynamo\bin\AnyCPU\Release
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: windows-latest
5151
steps:
5252
- name: Checkout Dynamo Repo
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
with:
5555
path: master
5656
ref: master
@@ -77,7 +77,7 @@ jobs:
7777
Write-Error "DynamoCLI.exe was not found!"
7878
}
7979
- name: Cache Master Build
80-
uses: actions/cache/save@v4
80+
uses: actions/cache/save@v5
8181
with:
8282
path: ${{ github.workspace }}\master\bin\AnyCPU\Release
8383
key: ${{ github.run_id }}-${{ github.run_attempt }}-master
@@ -87,15 +87,15 @@ jobs:
8787
runs-on: windows-latest
8888
steps:
8989
- name: Restore Current Build
90-
uses: actions/cache/restore@v4
90+
uses: actions/cache/restore@v5
9191
with:
9292
fail-on-cache-miss: true
9393
path: |
9494
${{ github.workspace }}\Dynamo\bin\AnyCPU\Release
9595
${{ github.workspace }}\Dynamo\.github\scripts
9696
key: ${{ github.run_id }}-${{ github.run_attempt }}-current
9797
- name: Restore Master Build
98-
uses: actions/cache/restore@v4
98+
uses: actions/cache/restore@v5
9999
with:
100100
fail-on-cache-miss: true
101101
path: ${{ github.workspace }}\master\bin\AnyCPU\Release
@@ -108,7 +108,7 @@ jobs:
108108
.\bin_diff.ps1 ${{ github.workspace }}\master\bin\AnyCPU\Release, ${{ github.workspace }}\Dynamo\bin\AnyCPU\Release -src ${{ github.job }}
109109
Get-Content -Path result.txt | ? { $_ -ne "" } | Out-File -Path result.txt
110110
- name: Upload Binary Diff Result
111-
uses: actions/upload-artifact@v4
111+
uses: actions/upload-artifact@v6
112112
with:
113113
name: bin_diff_result
114114
path: ${{ github.workspace }}\Dynamo\.github\scripts\result.txt
@@ -121,7 +121,7 @@ jobs:
121121
mkdir -p ${{ github.workspace }}/pr
122122
echo ${{ github.event.number }} > ${{ github.workspace }}/pr/pr_number.txt
123123
- name: Upload PR Data
124-
uses: actions/upload-artifact@v4
124+
uses: actions/upload-artifact@v6
125125
with:
126126
name: pr_data
127127
path: ${{ github.workspace }}/pr

.github/workflows/generate_changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222
- name: Generate changelog
2323
id: generate_changelog
2424
uses: metcalfc/changelog-generator@3f82cef08fe5dcf57c591fe165e70e1d5032e15a # v4.6.2

0 commit comments

Comments
 (0)