diff --git a/.github/workflows/check_licenses.yml b/.github/workflows/check_licenses.yml index 203f305f38f..796507642e4 100644 --- a/.github/workflows/check_licenses.yml +++ b/.github/workflows/check_licenses.yml @@ -128,7 +128,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact: diff --git a/.github/workflows/linux_benchmark.yml b/.github/workflows/linux_benchmark.yml index 8e037dad656..7e6f2207dba 100644 --- a/.github/workflows/linux_benchmark.yml +++ b/.github/workflows/linux_benchmark.yml @@ -251,7 +251,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_examples.yml b/.github/workflows/linux_examples.yml index 820388956ee..5d9a795d281 100644 --- a/.github/workflows/linux_examples.yml +++ b/.github/workflows/linux_examples.yml @@ -251,7 +251,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 8fa8de93118..9f57ed8c2f9 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml @@ -250,7 +250,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_test_cov.yml b/.github/workflows/linux_test_cov.yml index 82a10d49750..59e0b6bcc4d 100644 --- a/.github/workflows/linux_test_cov.yml +++ b/.github/workflows/linux_test_cov.yml @@ -251,7 +251,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/linux_test_install.yml b/.github/workflows/linux_test_install.yml index 07c25c404a5..3e2adf52673 100644 --- a/.github/workflows/linux_test_install.yml +++ b/.github/workflows/linux_test_install.yml @@ -274,7 +274,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_benchmark.yml b/.github/workflows/macos_benchmark.yml index 7d196cc438a..7f08796aa97 100644 --- a/.github/workflows/macos_benchmark.yml +++ b/.github/workflows/macos_benchmark.yml @@ -237,7 +237,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 6d46b255f5b..9f65c498b4d 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -236,7 +236,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_test_cov.yml b/.github/workflows/macos_test_cov.yml index dff3009904a..02e845de992 100644 --- a/.github/workflows/macos_test_cov.yml +++ b/.github/workflows/macos_test_cov.yml @@ -237,7 +237,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/macos_test_npm_install.yml b/.github/workflows/macos_test_npm_install.yml index 247f97f2bbe..3c40e0666c2 100644 --- a/.github/workflows/macos_test_npm_install.yml +++ b/.github/workflows/macos_test_npm_install.yml @@ -233,7 +233,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job): diff --git a/.github/workflows/markdown_links.yml b/.github/workflows/markdown_links.yml index a721973586f..731f4422abc 100644 --- a/.github/workflows/markdown_links.yml +++ b/.github/workflows/markdown_links.yml @@ -161,7 +161,7 @@ jobs: # Upload the log files: - name: 'Upload log files' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact: diff --git a/.github/workflows/markdown_src_attributes.yml b/.github/workflows/markdown_src_attributes.yml index 0b16cd46ee7..5160e9bdc84 100644 --- a/.github/workflows/markdown_src_attributes.yml +++ b/.github/workflows/markdown_src_attributes.yml @@ -116,7 +116,7 @@ jobs: # Upload the log files: - name: 'Upload log files' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact: diff --git a/.github/workflows/npm_downloads.yml b/.github/workflows/npm_downloads.yml index b6717301382..859d6ac0aa3 100644 --- a/.github/workflows/npm_downloads.yml +++ b/.github/workflows/npm_downloads.yml @@ -88,7 +88,7 @@ jobs: # Upload the download data: - name: 'Upload data' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: # Define a name for the uploaded artifact (ensuring a unique name for each job): name: npm_downloads diff --git a/.github/workflows/ossf_scorecard.yml b/.github/workflows/ossf_scorecard.yml index e206bf6325c..bfa18806777 100644 --- a/.github/workflows/ossf_scorecard.yml +++ b/.github/workflows/ossf_scorecard.yml @@ -87,7 +87,7 @@ jobs: # Upload the results as artifacts: - name: "Upload artifact" # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: SARIF file path: results.sarif diff --git a/.github/workflows/standalone_publish.yml b/.github/workflows/standalone_publish.yml index 46f561076e4..17238bebab6 100644 --- a/.github/workflows/standalone_publish.yml +++ b/.github/workflows/standalone_publish.yml @@ -130,7 +130,7 @@ jobs: # Archive list of to be published packages: - name: 'Archive package list' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: ordered-pkg-list path: | diff --git a/.github/workflows/windows_test_npm_install.yml b/.github/workflows/windows_test_npm_install.yml index 8a58c956f6c..19b5ade0eff 100644 --- a/.github/workflows/windows_test_npm_install.yml +++ b/.github/workflows/windows_test_npm_install.yml @@ -284,7 +284,7 @@ jobs: # Upload the log file: - name: 'Upload log file' # Pin action to full length commit SHA - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 if: always() with: # Define a name for the uploaded artifact (ensuring a unique name for each job):