Skip to content

Commit e68d25e

Browse files
This appears to be the only place that is causing the entityid issue (#66)
* Bump the all-actions group with 3 updates (#65) Bumps the all-actions group with 3 updates: [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework), [simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml](https://github.com/simplesamlphp/simplesamlphp-test-framework) and [geekyeggo/delete-artifact](https://github.com/geekyeggo/delete-artifact). Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml` from 1.11.1 to 1.11.3 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.3) Updates `simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml` from 1.11.1 to 1.11.3 - [Commits](simplesamlphp/simplesamlphp-test-framework@v1.11.1...v1.11.3) Updates `geekyeggo/delete-artifact` from 5 to 6 - [Release notes](https://github.com/geekyeggo/delete-artifact/releases) - [Changelog](https://github.com/GeekyEggo/delete-artifact/blob/main/CHANGELOG.md) - [Commits](GeekyEggo/delete-artifact@v5...v6) --- updated-dependencies: - dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_phplinter.yml dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: simplesamlphp/simplesamlphp-test-framework/.github/workflows/reusable_linter.yml dependency-version: 1.11.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: geekyeggo/delete-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * This appears to be the only place that is causing the entityid issue This was mentioned here #64 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a38d20 commit e68d25e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/php.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
matrix:
2222
php-version: ['8.3', '8.4', '8.5']
2323

24-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].1
24+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
2525
with:
2626
php-version: ${{ matrix.php-version }}
2727

@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232

33-
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].1
33+
uses: simplesamlphp/simplesamlphp-test-framework/.github/workflows/[email protected].3
3434
with:
3535
enable_eslinter: false
3636
enable_jsonlinter: true
@@ -276,6 +276,6 @@ jobs:
276276
(needs.unit-tests-linux.result == 'success' && needs.coverage.result == 'skipped')
277277
278278
steps:
279-
- uses: geekyeggo/delete-artifact@v5
279+
- uses: geekyeggo/delete-artifact@v6
280280
with:
281281
name: coverage-data

src/MetaLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ public function loadSource(array $source): void
202202
if (count($attributeAuthorities) && !empty($attributeAuthorities[0])) {
203203
$this->addMetadata(
204204
$source['src'],
205-
$attributeAuthorities,
205+
$attributeAuthorities[0],
206206
'attributeauthority-remote',
207207
$template,
208208
);

0 commit comments

Comments
 (0)