diff --git a/.github/workflows/e2e-cli.yml b/.github/workflows/e2e-cli.yml index 6a391bee6..8405160d6 100644 --- a/.github/workflows/e2e-cli.yml +++ b/.github/workflows/e2e-cli.yml @@ -10,12 +10,12 @@ jobs: - name: Checkout uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - name: Check license header - uses: apache/skywalking-eyes/header@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 + uses: apache/skywalking-eyes/header@ed436a5593c63a25f394ea29da61b0ac3731a9fe with: mode: check config: .github/licenserc.yml - name: Check dependencies license - uses: apache/skywalking-eyes/dependency@cd7b195c51fd3d6ad52afceb760719ddc6b3ee91 + uses: apache/skywalking-eyes/dependency@ed436a5593c63a25f394ea29da61b0ac3731a9fe with: config: .github/licenserc.yml flags: @@ -67,7 +67,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 with: submodules: recursive - name: Run link check diff --git a/.github/workflows/pr-to-main.yml b/.github/workflows/pr-to-main.yml index bbcb4ca8e..6ce008c90 100644 --- a/.github/workflows/pr-to-main.yml +++ b/.github/workflows/pr-to-main.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: git checkout - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # https://github.com/marketplace/actions/github-pull-request-action - name: create pull request with reposync action diff --git a/README.md b/README.md index fbb1a1978..8370ee7d9 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Please see [Ratify website](https://ratify.dev/docs/quick-start) for a quick sta ## Community meetings - Agenda: -- We hold a weekly Ratify community meeting on Thurs 12:00 - 1:00 AM (UTC) +- We hold a weekly Ratify community meeting on Weds 4:30-5:30pm (Pacific Time) Get Ratify Community Meeting Calendar [here](https://calendar.google.com/calendar/u/0?cid=OWJjdTF2M3ZiZGhubm1mNmJyMDhzc2swNTRAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ) - We meet regularly to discuss and prioritize issues. The meeting may get cancelled due to holidays, all cancellation will be posted to meeting notes prior to the meeting. - Reach out on Slack at [cloud-native.slack.com#ratify](https://cloud-native.slack.com/archives/C03T3PEKVA9). If you're not already a member of cloud-native slack channel, first add [yourself here](https://communityinviter.com/apps/cloud-native/cncf). @@ -69,4 +69,4 @@ This project is released under theĀ [Apache-2.0 License](./LICENSE). This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines][microsoft-trademark]. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies. -[microsoft-trademark]: https://www.microsoft.com/legal/intellectualproperty/trademarks +[microsoft-trademark]: https://www.microsoft.com/legal/intellectualproperty/trademarks \ No newline at end of file diff --git a/go.mod b/go.mod index be60004ee..3952504f4 100644 --- a/go.mod +++ b/go.mod @@ -46,7 +46,7 @@ require ( go.opentelemetry.io/otel/metric v1.22.0 go.opentelemetry.io/otel/sdk/metric v0.39.0 golang.org/x/sync v0.6.0 - google.golang.org/grpc v1.61.2 + google.golang.org/grpc v1.61.1 google.golang.org/protobuf v1.33.0 k8s.io/api v0.28.8 k8s.io/apimachinery v0.28.8 diff --git a/go.sum b/go.sum index 460662d2e..f66fe0c0c 100644 --- a/go.sum +++ b/go.sum @@ -1157,8 +1157,8 @@ google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKa google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.61.2 h1:TzJay21lXCf7BiNFKl7mSskt5DlkKAumAYTs52SpJeo= -google.golang.org/grpc v1.61.2/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs= +google.golang.org/grpc v1.61.1 h1:kLAiWrZs7YeDM6MumDe7m3y4aM6wacLzM1Y/wiLP9XY= +google.golang.org/grpc v1.61.1/go.mod h1:VUbo7IFqmF1QtCAstipjG0GIoq49KvMe9+h1jFLBNJs= google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM=