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/prettier-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0bdeee23b79d0e2794f95ab3e6a9244b4ac83561
Choose a base ref
..
head repository: skrtheboss/prettier-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8877c0c2d3b09ce6848ed7763b9f49c90b3ea06b
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 .github/workflows/codeql-analysis.yml
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.24.3
uses: github/codeql-action/init@v3.24.7
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.24.3
uses: github/codeql-action/analyze@v3.24.7