diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1981cb6..c3d86f5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,12 +40,12 @@ jobs: uses: actions/checkout@v7.0.1 - name: Initialize CodeQL - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@29b1f65c1f735799893313399435a59f54045865 # v3 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v4.37.6 + uses: github/codeql-action/analyze@29b1f65c1f735799893313399435a59f54045865 # v3 with: category: "/language:${{ matrix.language }}" diff --git a/augmented/.github/workflows/governance.yml b/augmented/.github/workflows/governance.yml index a044174..b4062e0 100644 --- a/augmented/.github/workflows/governance.yml +++ b/augmented/.github/workflows/governance.yml @@ -24,4 +24,3 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613 - timeout-minutes: 10 diff --git a/config-reporter/.github/workflows/governance.yml b/config-reporter/.github/workflows/governance.yml index a044174..b4062e0 100644 --- a/config-reporter/.github/workflows/governance.yml +++ b/config-reporter/.github/workflows/governance.yml @@ -24,4 +24,3 @@ permissions: jobs: governance: uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@861b5e911d9e5dcfb3c0ab3dd2a9a3c8fd0a1613 - timeout-minutes: 10 diff --git a/guix.scm b/guix.scm index 62f75be..94f01dc 100644 --- a/guix.scm +++ b/guix.scm @@ -1,5 +1,5 @@ ; SPDX-License-Identifier: MPL-2.0 -;; guix.scm — GNU Guix package definition for nickel-augmentation +;; guix.scm — GNU Guix package definition for squisher-corpus ;; Usage: guix shell -f guix.scm (use-modules (guix packages) @@ -7,7 +7,7 @@ (guix licenses)) (package - (name "nickel-augmentation") + (name "squisher-corpus") (version "0.1.0") (source #f) (build-system gnu-build-system)