diff --git a/.github/workflows/auto-merge-dependabot.yml b/.github/workflows/auto-merge-dependabot.yml index d72e8d3..af1ca98 100644 --- a/.github/workflows/auto-merge-dependabot.yml +++ b/.github/workflows/auto-merge-dependabot.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v1.3.6 + uses: dependabot/fetch-metadata@v1.4.0 with: github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index ffbb1a1..157280e 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -15,7 +15,7 @@ jobs: php-versions: ['7.4', '8.0', '8.1', '8.2'] steps: - name: Checkout - uses: actions/checkout@v3.5.1 + uses: actions/checkout@v3.5.2 - name: Setup PHP and Xdebug for Code Coverage report uses: shivammathur/setup-php@v2 with: diff --git a/composer.json b/composer.json index b2d58c5..aa66465 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ } }, "require": { - "microsoft/kiota-abstractions": "^0.6.0", + "microsoft/kiota-abstractions": "^0.7.0", "guzzlehttp/psr7": "^1.6 || ^2", "php": "^7.4 || ^8", "ext-json": "*" diff --git a/phpstan.neon b/phpstan.neon index 11e720d..999a040 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -2,5 +2,8 @@ parameters: level: 9 polluteScopeWithAlwaysIterableForeach: false polluteScopeWithLoopInitialAssignments: false + reportUnmatchedIgnoredErrors: false + ignoreErrors: + - '/^Parameter #1 \$[A-Za-z_0-9]+ of function (strval|intval|floatval) expects (array\||)bool\|float\|int\|resource\|string\|null, mixed given.$/' paths: - src