From 6e2c9e391892100e212efe21029e9bda5958161c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 11:49:08 +0000 Subject: [PATCH 1/2] chore: bump monicahq/workflows from 1 to 2 Bumps [monicahq/workflows](https://github.com/monicahq/workflows) from 1 to 2. - [Release notes](https://github.com/monicahq/workflows/releases) - [Changelog](https://github.com/monicahq/workflows/blob/main/.releaserc) - [Commits](https://github.com/monicahq/workflows/compare/v1...v2) --- updated-dependencies: - dependency-name: monicahq/workflows dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/static.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 0fb963b..feaedb6 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -7,6 +7,6 @@ on: jobs: statics: name: Static analysis - uses: monicahq/workflows/.github/workflows/static.yml@v1 + uses: monicahq/workflows/.github/workflows/static.yml@v2 with: php-version: 8.2 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 42feefa..3d06e22 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -17,7 +17,7 @@ on: jobs: tests: name: Run tests - uses: monicahq/workflows/.github/workflows/library.yml@v1 + uses: monicahq/workflows/.github/workflows/library.yml@v2 with: php-versions: "['8.0', '8.1', '8.2']" laravel-versions: "['8.*', '9.*', '10.*']" @@ -30,7 +30,7 @@ jobs: release: name: Release - uses: monicahq/workflows/.github/workflows/release.yml@v1 + uses: monicahq/workflows/.github/workflows/release.yml@v2 secrets: GH_TOKEN_RELEASE: ${{ secrets.GH_TOKEN_RELEASE }} needs: tests From 8d7f0df99f372c8a5196696f541873a49e9475c7 Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 24 Feb 2024 04:26:05 +0100 Subject: [PATCH 2/2] Update tests.yml --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3d06e22..2e14a10 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,11 @@ on: types: - created +permissions: + contents: read + checks: write + id-token: write + jobs: tests: name: Run tests