Skip to content

Commit 4986d0e

Browse files
build(deps): bump github.com/apple/swift-collections from 1.5.0 to 1.5.1 in /ee/psso/authentikPlatform.xcodeproj in the apple group across 1 directory (#910)
* build(deps): bump github.com/apple/swift-collections Bumps the apple group with 1 update in the /ee/psso/authentikPlatform.xcodeproj directory: [github.com/apple/swift-collections](https://github.com/apple/swift-collections). Updates `github.com/apple/swift-collections` from 1.5.0 to 1.5.1 - [Release notes](https://github.com/apple/swift-collections/releases) - [Commits](apple/swift-collections@1.5.0...fea17c0) --- updated-dependencies: - dependency-name: github.com/apple/swift-collections dependency-version: 1.5.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: apple ... Signed-off-by: dependabot[bot] <support@github.com> * idk --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jens Langhammer <jens.langhammer@beryju.org>
1 parent 73a52a0 commit 4986d0e

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/_build-ee-psso.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
else
2727
echo "has-signing-cert=false" >> $GITHUB_OUTPUT
2828
fi
29+
echo 'XCB_EXTRA_ARGS=' >> $GITHUB_ENV
2930
- uses: ./.github/actions/macos-signing
3031
if: steps.check.outputs.has-signing-cert == 'true'
3132
with:
@@ -37,7 +38,7 @@ jobs:
3738
- if: steps.check.outputs.has-signing-cert == 'false'
3839
run: echo 'XCB_EXTRA_ARGS=CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO' >> $GITHUB_ENV
3940
- run: |
40-
make ee/psso/build
41+
make ee/psso/build XCB_EXTRA_ARGS=${XCB_EXTRA_ARGS}
4142
env:
4243
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
4344
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v5

ee/psso/authentikPlatform.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)