2 Commits

Author SHA1 Message Date
renovate[bot]
ff36601c36 Merge 2b261dfc1e into 6c13119b0b 2024-05-09 17:42:43 +00:00
renovate[bot]
2b261dfc1e Update actions/checkout digest to 0ad4b8f 2024-05-09 17:42:39 +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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
- name: Format
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi
if: matrix.os == 'ubuntu-latest'