From e38b29d8339052b1cb0ccdbc951509a8f8d67b7e Mon Sep 17 00:00:00 2001 From: Andras Bacsai Date: Thu, 12 Sep 2024 15:04:24 +0200 Subject: [PATCH 1/3] chore: Update release version to 4.0.0-beta.336 --- config/sentry.php | 2 +- config/version.php | 2 +- versions.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/sentry.php b/config/sentry.php index 253202507..bae81659a 100644 --- a/config/sentry.php +++ b/config/sentry.php @@ -7,7 +7,7 @@ return [ // The release version of your application // Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD')) - 'release' => '4.0.0-beta.335', + 'release' => '4.0.0-beta.336', // When left empty or `null` the Laravel environment will be used 'environment' => config('app.env'), diff --git a/config/version.php b/config/version.php index c41d57f66..bab78d59c 100644 --- a/config/version.php +++ b/config/version.php @@ -1,3 +1,3 @@ Date: Thu, 12 Sep 2024 17:03:04 +0200 Subject: [PATCH 2/3] Update pr-build.yml --- .github/workflows/pr-build.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 017399e73..6d37329b5 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -19,8 +19,7 @@ jobs: permissions: contents: read packages: write - attestations: write - id-token: write + actions: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -42,8 +41,7 @@ jobs: permissions: contents: read packages: write - attestations: write - id-token: write + actions: write steps: - uses: actions/checkout@v4 - name: Login to ghcr.io @@ -65,8 +63,7 @@ jobs: permissions: contents: read packages: write - attestations: write - id-token: write + actions: write needs: [amd64, aarch64] steps: - name: Checkout From ccdcea665db6e21fee27f331803117648028098a Mon Sep 17 00:00:00 2001 From: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com> Date: Thu, 12 Sep 2024 17:09:00 +0200 Subject: [PATCH 3/3] Update pr-build.yml --- .github/workflows/pr-build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 6d37329b5..d7a680170 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -19,6 +19,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write actions: write steps: - uses: actions/checkout@v4 @@ -41,6 +43,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write actions: write steps: - uses: actions/checkout@v4 @@ -63,6 +67,8 @@ jobs: permissions: contents: read packages: write + attestations: write + id-token: write actions: write needs: [amd64, aarch64] steps: