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: github/codeql-coding-standards
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1363d34b21d2daa81fa6f5ceaf406d975e1bc895
Choose a base ref
..
head repository: github/codeql-coding-standards
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: e1eeb0303cd320c8ec1ae2224a5e405604a1407a
Choose a head ref
Showing with 5 additions and 6 deletions.
  1. +5 −6 .github/workflows/codeql.yml
11 changes: 5 additions & 6 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -18,19 +18,18 @@ jobs:
name: Analyze QL files
runs-on: ubuntu-latest
steps:

- name: Nix install prerequisites
run: |
mkdir "$RUNNER_TEMP/nix"
sudo mount --bind "$RUNNER_TEMP/nix" /nix
- name: Install Nix
uses: cachix/install-nix-action@6004951b182f8860210c8d6f0d808ec5b1a33d28

- name: Checkout
uses: actions/checkout@v4


- name: Bind mount Nix store
run: |
mkdir "$RUNNER_TEMP/nix"
sudo mount --bind "$RUNNER_TEMP/nix" /nix
- name: Cache Nix Store
uses: actions/cache@v4
id: cache