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: cake-contrib/Cake.BuildSystems.Module
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fa6531c556daaef477ffc7a1e19037518e8576b3
Choose a base ref
..
head repository: cake-contrib/Cake.BuildSystems.Module
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: be317c7ad5811f10668f0d98d439a1a4b897da7b
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
@@ -41,7 +41,7 @@ jobs:
key: ${{ runner.os }}-tools-${{ hashFiles('recipe.cake') }}

- name: Initialize CodeQL
uses: github/codeql-action/init@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
uses: github/codeql-action/init@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3
with:
languages: ${{ matrix.language }}

@@ -53,4 +53,4 @@ jobs:
cake-version: 1.3.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@6db8d6351fd0be61f9ed8ebd12ccd35dcec51fea # v3
uses: github/codeql-action/analyze@c36620d31ac7c881962c3d9dd939c40ec9434f2b # v3