Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/go/golang.org/x/cryp…
Browse files Browse the repository at this point in the history
…to-0.28.0
  • Loading branch information
DimitrisJim authored Oct 8, 2024
2 parents f8f3dd7 + 0a2e5bf commit 7bbba64
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fetch-depth: 0
- name: sonarcloud
if: ${{ env.GIT_DIFF && !github.event.pull_request.draft && env.SONAR_TOKEN != null }}
uses: SonarSource/sonarcloud-github-action@v3.0.0
uses: SonarSource/sonarcloud-github-action@v3.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/proto-register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.43.0
- uses: bufbuild/buf-setup-action@v1.44.0
- uses: bufbuild/buf-push-action@v1
with:
input: "proto"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/proto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.43.0
- uses: bufbuild/buf-setup-action@v1.44.0
- uses: bufbuild/buf-lint-action@v1
with:
input: "proto"
Expand All @@ -25,7 +25,7 @@ jobs:
name: Protobuf break check
steps:
- uses: actions/checkout@v4
- uses: bufbuild/buf-setup-action@v1.43.0
- uses: bufbuild/buf-setup-action@v1.44.0
- uses: bufbuild/buf-breaking-action@v1
with:
input: "proto"
Expand Down

0 comments on commit 7bbba64

Please sign in to comment.