Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Update bufbuild/buf-setup-action action to v1.48.0 #110

Merged
merged 2 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
extensions: "grpc"

- name: Setup Buf
uses: bufbuild/buf-setup-action@v1.47.2
uses: bufbuild/buf-setup-action@v1.48.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/AttributeValue.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/AuxData.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/CerbosClientBuilder.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/CheckResourcesRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/PlanResourcesRequest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/Principal.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/Resource.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Builder/ResourceEntry.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/CerbosClient.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Response/V1/PlanResourcesResponse/Meta.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Utility/Metadata.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion src/Sdk/Utility/RequestId.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/CerbosClientTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/AuxDataTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/CheckResourcesRequestTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/PrincipalTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/ResourceEntryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/Sdk/Builder/ResourceTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

namespace Cerbos\Test\Sdk\Builder;
Expand Down
2 changes: 1 addition & 1 deletion tests/TestCase.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

// Copyright 2021-2024 Zenauth Ltd.
// Copyright 2021-2025 Zenauth Ltd.
// SPDX-License-Identifier: Apache-2.0

declare(strict_types=1);
Expand Down
Loading