Skip to content

Commit 17e9dcb

Browse files
committed
ci: update oidc version
Signed-off-by: nabim777 <[email protected]>
1 parent 83b5b3b commit 17e9dcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/shared_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
uses: actions/checkout@v3
191191
with:
192192
repository: h2CK/oidc
193-
ref: 1.6.0
193+
ref: 1.14.5
194194
fetch-tags: true
195195
path: oidc
196196

lib/OIDCClientMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public function getClient(string $clientIdentifier): ?Client {
4343
$this->timeFactory,
4444
$this->appConfig,
4545
new RedirectUriMapper($this->db, $this->timeFactory, $this->appConfig),
46-
new CustomClaimMapper($this->db, $this->timeFactory),
46+
new CustomClaimMapper($this->db, $this->logger),
4747
$this->random,
4848
$this->logger,
4949
);

0 commit comments

Comments
 (0)