From 54be1be4f6ffca0c8e977d6af50d95e1ef23e083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 02:18:32 +0000 Subject: [PATCH 1/2] chore(deps): 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/lint.yml | 4 ++-- .github/workflows/release.yml | 2 +- .github/workflows/static_analysis.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ef14d2be73e..b1f7cfc24de 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,10 +11,10 @@ concurrency: jobs: php: name: Lint PHP files - uses: monicahq/workflows/.github/workflows/lint_php.yml@v1 + uses: monicahq/workflows/.github/workflows/lint_php.yml@v2 vue: name: Lint Vue files - uses: monicahq/workflows/.github/workflows/lint_vue.yml@v1 + uses: monicahq/workflows/.github/workflows/lint_vue.yml@v2 with: node-version: 18 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e64b6b7136a..9f4c8228cd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: #################### semantic: if: github.event_name != 'pull_request' - uses: monicahq/workflows/.github/workflows/release.yml@v1 + uses: monicahq/workflows/.github/workflows/release.yml@v2 with: semantic_version: 19 secrets: diff --git a/.github/workflows/static_analysis.yml b/.github/workflows/static_analysis.yml index 91665986266..f0406f17d9d 100644 --- a/.github/workflows/static_analysis.yml +++ b/.github/workflows/static_analysis.yml @@ -14,6 +14,6 @@ concurrency: 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 366e9194309..668cbff22e5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ concurrency: jobs: tests: name: Run tests - uses: monicahq/workflows/.github/workflows/laravel.yml@v1 + uses: monicahq/workflows/.github/workflows/laravel.yml@v2 with: php-versions: "['8.2']" connections: "['sqlite', 'mysql', 'pgsql']" @@ -28,6 +28,6 @@ jobs: assets: name: Build assets - uses: monicahq/workflows/.github/workflows/build_assets.yml@v1 + uses: monicahq/workflows/.github/workflows/build_assets.yml@v2 with: node-version: 18 From 395dfc942739c03a772e826031ca1a54ff215f7c Mon Sep 17 00:00:00 2001 From: Alexis Saettler Date: Sat, 24 Feb 2024 04:29:51 +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 668cbff22e5..f70b6a506bc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,6 +13,11 @@ concurrency: group: Build ${{ github.ref }} cancel-in-progress: true +permissions: + contents: read + checks: write + id-token: write + jobs: tests: name: Run tests