Skip to content

Commit

Permalink
Specify repo digests
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeebswihart committed Feb 7, 2024
1 parent bc0af92 commit 88c7169
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@ on:
permissions:
contents: read
jobs:
golangci:
ci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: '^1.21'
- uses: arduino/setup-protoc@v2
- run: make ci-build
- name: Fail if the repo is dirty
run: |
buf --version
if [[ -n $(git status --porcelain) ]]; then
echo "Detected uncommitted changes."
git status
Expand Down
2 changes: 2 additions & 0 deletions buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ deps:
owner: googleapis
repository: googleapis
commit: 28151c0d0a1641bf938a7672c500e01d
digest: shake256:49215edf8ef57f7863004539deff8834cfb2195113f0b890dd1f67815d9353e28e668019165b9d872395871eeafcbab3ccfdb2b5f11734d3cca95be9e8d139de
- remote: buf.build
owner: grpc-ecosystem
repository: grpc-gateway
commit: 048ae6ff94ca4476b3225904b1078fad
digest: shake256:e5250bf2d999516c02206d757502b902e406f35c099d0e869dc3e4f923f6870fe0805a9974c27df0695462937eae90cd4d9db90bb9a03489412560baa74a87b6

0 comments on commit 88c7169

Please sign in to comment.