diff --git a/.coauthor/development/architecture/system/soup.yaml b/.coauthor/development/architecture/system/soup.yaml index 385588b..d73c2d0 100644 --- a/.coauthor/development/architecture/system/soup.yaml +++ b/.coauthor/development/architecture/system/soup.yaml @@ -1,6 +1,6 @@ Name: System SOUP: - - PURL: pkg:swift/github.com/aws-amplify/amplify-swift@2.35.5 + - PURL: pkg:swift/github.com/aws-amplify/amplify-swift@2.36.0 Manufacturer: AWS PackageManager: Swift Package Manager Requirement: | @@ -64,11 +64,11 @@ SOUP: VerificationReasoning: | Verification Reasoning Line 1 Verification Reasoning Line 2 - - PURL: pkg:swift/github.com/application-source/third-party-package@1.0.1 + - PURL: pkg:swift/github.com/apple/swift-log@1.6.1 Manufacturer: SC PackageManager: Swift Package Manager Requirement: | - This is not included in SBOM to test the GH Check. again + This is for logging. VerificationReasoning: | Verification Reasoning Line 1 Verification Reasoning Line 2 diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 788c5c5..535e760 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -87,13 +87,13 @@ jobs: format: 'cyclonedx' path: '${{ env.path_sbom }}/**' hostname: 'sao2zyjy5e.execute-api.eu-west-1.amazonaws.com' - - name: Install XCBeautify 2.4.1 + - name: Install XCBeautify 2.11.0 run: | # Install xcbeautify from source, used to generate junit file from xcodebuild output cd .. git clone https://github.com/cpisciotta/xcbeautify.git cd xcbeautify - git checkout tags/2.4.1 + git checkout tags/2.11.0 make install - name: Test id: run-tests @@ -130,9 +130,3 @@ jobs: format: 'junit' path: ${{ env.path_test_reports }} hostname: 'sao2zyjy5e.execute-api.eu-west-1.amazonaws.com' - - name: Upload Cucumber Test Results - uses: actions/upload-artifact@v4 - with: - name: cucumber-test-results - path: ${{ steps.run-tests.outputs.report_file }} -