Skip to content
This repository has been archived by the owner on Jun 11, 2023. It is now read-only.
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: sern-handler/templates
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 04a51ee13969c24c3bad3a848e0912764d1d3944
Choose a base ref
..
head repository: sern-handler/templates
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 20eb63fbdd8adbe5698cc9c5cb009dfd7f1e0169
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
@@ -42,7 +42,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@0225834cc549ee0ca93cb085b92954821a145866 # v2
uses: github/codeql-action/init@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -62,4 +62,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@0225834cc549ee0ca93cb085b92954821a145866 # v2
uses: github/codeql-action/analyze@83f0fe6c4988d98a455712a27f0255212bba9bd4 # v2