diff --git a/.github/workflows/on-pullrequest-bidi.yml b/.github/workflows/on-pullrequest-bidi.yml index 16fb528..de5478a 100644 --- a/.github/workflows/on-pullrequest-bidi.yml +++ b/.github/workflows/on-pullrequest-bidi.yml @@ -49,7 +49,7 @@ jobs: - name: Upload Test Results if: always() - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: Test Results path: ./bidi-scanner/cli/junit.xml @@ -107,7 +107,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: Event File path: ${{ github.event_path }} diff --git a/.github/workflows/on-pullrequest-powershell.yml b/.github/workflows/on-pullrequest-powershell.yml index 90a8e9e..642a186 100644 --- a/.github/workflows/on-pullrequest-powershell.yml +++ b/.github/workflows/on-pullrequest-powershell.yml @@ -43,7 +43,7 @@ jobs: - name: Upload Test Results if: always() - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: Test Results path: powershell-analyzer/ps-analyzer.xml @@ -53,7 +53,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Upload - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: Event File path: ${{ github.event_path }} diff --git a/.github/workflows/powershell-analyzer.yml b/.github/workflows/powershell-analyzer.yml index f26f59f..9d6813d 100644 --- a/.github/workflows/powershell-analyzer.yml +++ b/.github/workflows/powershell-analyzer.yml @@ -38,7 +38,7 @@ jobs: directory: ./testing-repo/ - name: Upload SARIF as Artifact - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: analysis-result path: ./results.sarif diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 5f9af6d..91885e2 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -55,7 +55,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@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: Scorecard SARIF file path: scorecard.sarif