92.diff (1228B)
1 diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml 2 index b3ab19f..510fc7b 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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2 10 + - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # 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 d448b46..0e2c5b7 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@82c141cc518b40d92cc801eee768e7aafc9c2fa2 # v2.3.1 23 + uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1 24 with: 25 name: SARIF file 26 path: results.sarif