diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 00a3d3e6d..129e4441c 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -72,6 +72,6 @@ jobs: category: "/language:${{matrix.language}}" - name: Upload CodeQL Analysis Results - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: path: ${{ steps.analyze.outputs.sarif-output }} diff --git a/.github/workflows/devskim.yml b/.github/workflows/devskim.yml index 6974d9b57..0ee13afa5 100644 --- a/.github/workflows/devskim.yml +++ b/.github/workflows/devskim.yml @@ -34,6 +34,6 @@ jobs: sarif_file: devskim-results.sarif - name: Upload DevSkim scan results as an artifact - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: path: devskim-results.sarif diff --git a/.github/workflows/github-ci.yml b/.github/workflows/github-ci.yml index c454dc96c..261bc5f86 100644 --- a/.github/workflows/github-ci.yml +++ b/.github/workflows/github-ci.yml @@ -69,20 +69,20 @@ jobs: run: cmd /c "$env:VSDevTestCmd" /Parallel /EnableCodeCoverage /Logger:trx "${{github.workspace}}\\bin\\${{matrix.platform}}\\UnitTest\\${{matrix.configuration}}\\UnitTest.dll" # - name: Upload Event File - # uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + # uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 # with: # name: Event File (${{ matrix.platform }} - ${{ matrix.configuration }}) # path: ${{ github.event_path }} - name: Upload Test Result Files - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: always() && matrix.platform != 'ARM64' && matrix.platform != 'ARM64EC' with: name: Test Results (${{ matrix.platform }} - ${{ matrix.configuration }}) path: ${{github.workspace}}/**/TestResults/**/* - name: Upload ARM64 Binaries - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: matrix.platform == 'ARM64' && matrix.configuration == 'Release_Unicode' with: name: ARM64 Release Binaries @@ -91,7 +91,7 @@ jobs: ${{github.workspace}}/bin/ARM64/MrMAPI/Release_Unicode/*.exe - name: Upload ARM64EC Binaries - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 if: matrix.platform == 'ARM64EC' && matrix.configuration == 'Release_Unicode' with: name: ARM64EC Release Binaries diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index a8b90e8b8..595c6ce0a 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -63,7 +63,7 @@ jobs: # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF # format to the repository Actions tab. - name: "Upload artifact" - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: SARIF file path: results.sarif