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: 52a8690a8462d38569274fd4f9dc12508f5cbc15
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: acebd972017c88ec3da5103b4eabd452070ed1ef
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/build.yml
  2. +1 −1 .github/workflows/codeql-analysis.yml
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ jobs:

steps:
- name: Checkout the repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Fetch all tags and branches
run: git fetch --prune --unshallow
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
with:
fetch-depth: 0