Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from tvdijen/dependabot/github_actions/all-acti…
Browse files Browse the repository at this point in the history
…ons-1a2505a5f7

Bump the all-actions group with 1 update
  • Loading branch information
tvdijen authored Feb 13, 2024
2 parents 8a6ad9d + 8b3cce1 commit f187328
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
path: ${{ github.workspace }}/build

- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 0 additions & 2 deletions src/Auth/Process/OTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,11 @@

namespace SimpleSAML\Module\cmdotcom\Auth\Process;

use RuntimeException;
use SimpleSAML\{Auth, Configuration, Logger, Module, Session, Utils};
use SimpleSAML\Assert\Assert;
use SimpleSAML\Module\cmdotcom\Utils\PhoneNumber as PhoneNumberUtils;
use SimpleSAML\Module\saml\Error;
use SimpleSAML\SAML2\Constants;
use UnexpectedValueException;

class OTP extends Auth\ProcessingFilter
{
Expand Down
2 changes: 0 additions & 2 deletions src/Controller/OTP.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@

namespace SimpleSAML\Module\cmdotcom\Controller;

use GuzzleHttp\Client as GuzzleClient;
use RuntimeException;
use SimpleSAML\Assert\Assert;
use SimpleSAML\{Auth, Configuration, Error, Logger, Module, Session, Utils};
use SimpleSAML\Module\cmdotcom\Utils\OTPClient;
use SimpleSAML\XHTML\Template;
use Symfony\Component\HttpFoundation\{RedirectResponse, Request, Response};
use UnexpectedValueException;

/**
* Controller class for the cmdotcom module.
Expand Down
2 changes: 0 additions & 2 deletions tests/src/Controller/OTPTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
use PHPUnit\Framework\TestCase;
use RuntimeException;
use SimpleSAML\{Auth, Configuration, Error, Logger, Session, Utils};
use SimpleSAML\Assert\Assert;
use SimpleSAML\Module\cmdotcom\Controller;
use SimpleSAML\Module\cmdotcom\Utils\TextMessage as TextUtils;
use SimpleSAML\XHTML\Template;
use Symfony\Component\HttpFoundation\{Request, RedirectResponse};

Expand Down

0 comments on commit f187328

Please sign in to comment.