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: skrtheboss/ts-async-semaphore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 85b0dc91296883ded216c6092b4b2f94d302fd62
Choose a base ref
..
head repository: skrtheboss/ts-async-semaphore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: daf28c061a989178d929a8508150b81ceb7f4b7c
Choose a head ref
Showing with 17 additions and 193 deletions.
  1. +2 −2 .github/workflows/codeql-analysis.yml
  2. +15 −191 pnpm-lock.yaml
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v3.25.14
uses: github/codeql-action/init@v3.26.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -40,4 +40,4 @@ jobs:
# queries: ./path/to/local/query, your-org/your-repo/queries@main

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3.25.14
uses: github/codeql-action/analyze@v3.26.0
Loading