Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: np22-jpg/Ultraviolet-App-Docker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 62f7a46f71ccf3e5c82cb71bfe54fcfba80ffa2c
Choose a base ref
..
head repository: np22-jpg/Ultraviolet-App-Docker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 206f42043a757a20f99108d4f118d9e129565264
Choose a head ref
Showing with 111 additions and 112 deletions.
  1. +1 −1 .github/workflows/eslint.yml
  2. +7 −7 package-lock.json
  3. +103 −104 yarn.lock
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
continue-on-error: true

- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@2cb752a87e96af96708ab57187ab6372ee1973ab # v2
uses: github/codeql-action/upload-sarif@fdcae64e1484d349b3366718cdfef3d404390e85 # v2
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading