249.diff (1228B)
1 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml 2 index d7fdb59..12dedd7 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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2 10 + - uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # 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 4f8bc45..3c848da 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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2.3.1 23 + uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v2.3.1 24 with: 25 name: SARIF file 26 path: results.sarif