203.diff (1228B)
1 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml 2 index 847a721..8db4d90 100644 3 --- a/.github/workflows/playwright.yml 4 +++ b/.github/workflows/playwright.yml 5 @@ -53,7 +53,7 @@ jobs: 6 run: npx playwright install --with-deps && npx playwright install msedge && npx playwright install chrome 7 - name: Run Playwright tests 8 run: npm run test 9 - - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 10 + - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2 11 if: always() 12 with: 13 name: playwright-test-results 14 diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml 15 index d12bb9d..a9ea0c4 100644 16 --- a/.github/workflows/scorecards-analysis.yml 17 +++ b/.github/workflows/scorecards-analysis.yml 18 @@ -42,7 +42,7 @@ jobs: 19 20 # Upload the results as artifacts (optional). 21 - name: "Upload artifact" 22 - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1 23 + uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2.3.1 24 with: 25 name: SARIF file 26 path: results.sarif