From 9e843d947ca336dc36636039b38a389674b5e12f Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Mon, 16 May 2022 22:03:09 +0200 Subject: [PATCH 1/2] checkout v3 with fetch-depth 0 for set-milestone-on-pr --- .github/workflows/set-milestone-on-pr.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/set-milestone-on-pr.yaml b/.github/workflows/set-milestone-on-pr.yaml index 77a672af..58c81db3 100644 --- a/.github/workflows/set-milestone-on-pr.yaml +++ b/.github/workflows/set-milestone-on-pr.yaml @@ -22,6 +22,8 @@ jobs: check: ${{ steps.generate-checks-strategy.outputs.check }} steps: - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Required due to the way Git works, without it this action won't be able to find any or the correct tags - name: 'Get Previous tag' id: previoustag uses: "WyriHaximus/github-action-get-previous-tag@v1" From 8ea27a042fd8dd995edbea272b2f7b28d6b6cc2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 May 2022 20:38:32 +0000 Subject: [PATCH 2/2] Bump wyrihaximus/phpstan-rules-wrapper from 2.3.0 to 2.4.0 Bumps [wyrihaximus/phpstan-rules-wrapper](https://github.com/WyriHaximus/php-phpstan-rules-wrapper) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/WyriHaximus/php-phpstan-rules-wrapper/releases) - [Commits](https://github.com/WyriHaximus/php-phpstan-rules-wrapper/compare/2.3.0...2.4.0) --- updated-dependencies: - dependency-name: wyrihaximus/phpstan-rules-wrapper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/composer.lock b/composer.lock index 10ac5c9c..53c61950 100644 --- a/composer.lock +++ b/composer.lock @@ -4412,16 +4412,16 @@ }, { "name": "phpstan/phpstan-strict-rules", - "version": "1.2.1", + "version": "1.2.3", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-strict-rules.git", - "reference": "f3ca6464eae640a556c69a02b3b77a2507475d2f" + "reference": "0c82c96f2a55d8b91bbc7ee6512c94f68a206b43" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/f3ca6464eae640a556c69a02b3b77a2507475d2f", - "reference": "f3ca6464eae640a556c69a02b3b77a2507475d2f", + "url": "https://api.github.com/repos/phpstan/phpstan-strict-rules/zipball/0c82c96f2a55d8b91bbc7ee6512c94f68a206b43", + "reference": "0c82c96f2a55d8b91bbc7ee6512c94f68a206b43", "shasum": "" }, "require": { @@ -4454,9 +4454,9 @@ "description": "Extra strict and opinionated rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-strict-rules/issues", - "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.2.1" + "source": "https://github.com/phpstan/phpstan-strict-rules/tree/1.2.3" }, - "time": "2022-04-28T07:20:18+00:00" + "time": "2022-05-04T15:20:40+00:00" }, { "name": "phpunit/php-code-coverage", @@ -8968,16 +8968,16 @@ }, { "name": "wyrihaximus/phpstan-rules-wrapper", - "version": "2.3.0", + "version": "2.4.0", "source": { "type": "git", "url": "https://github.com/WyriHaximus/php-phpstan-rules-wrapper.git", - "reference": "9fc1928c6434bc89eed03969719ddfc461dea6a5" + "reference": "11d6a9f9da3917004f255320a862eedd537eed7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/WyriHaximus/php-phpstan-rules-wrapper/zipball/9fc1928c6434bc89eed03969719ddfc461dea6a5", - "reference": "9fc1928c6434bc89eed03969719ddfc461dea6a5", + "url": "https://api.github.com/repos/WyriHaximus/php-phpstan-rules-wrapper/zipball/11d6a9f9da3917004f255320a862eedd537eed7b", + "reference": "11d6a9f9da3917004f255320a862eedd537eed7b", "shasum": "" }, "require": { @@ -9006,7 +9006,7 @@ "description": "🌯 PHPStan rules wrapper", "support": { "issues": "https://github.com/WyriHaximus/php-phpstan-rules-wrapper/issues", - "source": "https://github.com/WyriHaximus/php-phpstan-rules-wrapper/tree/2.3.0" + "source": "https://github.com/WyriHaximus/php-phpstan-rules-wrapper/tree/2.4.0" }, "funding": [ { @@ -9014,7 +9014,7 @@ "type": "github" } ], - "time": "2022-04-27T22:54:22+00:00" + "time": "2022-05-05T06:14:19+00:00" } ], "packages-dev": [],