2 Commits

Author SHA1 Message Date
renovate[bot]
579957296c Merge b1acdd25a6 into 6c13119b0b 2024-05-08 22:35:05 +00:00
renovate[bot]
b1acdd25a6 Update actions/checkout digest to 44c2b7a 2024-05-08 22:35:03 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL

View File

@@ -6,7 +6,7 @@ jobs:
test-nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
with:
# Nix Flakes doesn't work on shallow clones
fetch-depth: 0
@@ -26,7 +26,7 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Checkout code
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
if: matrix.os == 'ubuntu-latest'