@@ -17,14 +17,14 @@ jobs:
1717 runs-on : macos-14
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121 - name : Select Xcode 16.2
2222 run : sudo xcode-select --switch /Applications/Xcode_16.2.app
2323 - name : Test
2424 run : make XC_LOG=tests IOS_SIMULATOR="iPhone 16" TVOS_SIMULATOR="Apple TV" tests
2525 - name : Attach Xcode logs
2626 if : ' !cancelled()'
27- uses : actions/upload-artifact@v4
27+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
2828 with :
2929 name : xcode-tests-logs
3030 path : " *-tests.log"
@@ -38,13 +38,17 @@ jobs:
3838 id-token : write
3939 steps :
4040 - name : Checkout
41+ <<<<<<< chore-dd-octo-sts-part2
4142 uses : actions/checkout@v4
4243 - name : Get GitHub token via dd-octo-sts
4344 uses : DataDog/dd-octo-sts-action@acaa02eee7e3bb0839e4272dacb37b8f3b58ba80 # v1.0.3
4445 id : octo-sts
4546 with :
4647 scope : DataDog/dd-sdk-swift-testing
4748 policy : self.github.create-release.workflow-dispatch
49+ =======
50+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
51+ >>>>>>> main
4852 - name : Select Xcode 16.2
4953 run : sudo xcode-select --switch /Applications/Xcode_16.2.app
5054 - name : Build and upload XCFrameworks, create draft release
5357 run : make XC_LOG=archive version=${{ github.event.inputs.version }} github_release
5458 - name : Attach Xcode logs
5559 if : ' !cancelled()'
56- uses : actions/upload-artifact@v4
60+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
5761 with :
5862 name : xcode-archive-logs
5963 path : " *-archive.log"
6468 runs-on : macos-latest
6569 steps :
6670 - name : Checkout
67- uses : actions/checkout@v4
71+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
6872 with :
6973 ref : " ${{ github.event.inputs.version }}"
7074 - name : Publish
0 commit comments