diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 32d59c6b..88623eef 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -20,7 +20,7 @@ jobs: BUNDLE_FROZEN: "true" steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1 + - uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1 with: ruby-version: "3.4" bundler-cache: true diff --git a/.github/workflows/post_release.yml b/.github/workflows/post_release.yml index ba636e01..1d200732 100644 --- a/.github/workflows/post_release.yml +++ b/.github/workflows/post_release.yml @@ -22,7 +22,7 @@ jobs: - name: Copy CHANGELOG.md to Release Notes run: cp ios/CHANGELOG.md docs/integration-options/mobile/ios-v10/release-notes.md - name: Create docs PR - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8 with: token: ${{ secrets.GH_PAT }} path: docs diff --git a/.github/workflows/sdk-primary.yml b/.github/workflows/sdk-primary.yml index 4c2d9936..5dca137a 100644 --- a/.github/workflows/sdk-primary.yml +++ b/.github/workflows/sdk-primary.yml @@ -59,7 +59,7 @@ jobs: echo "Current developer directory: $(xcode-select -p)" ls -1 /Applications | grep Xcode || true - name: Cache SwiftPM - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | ~/.swiftpm @@ -67,7 +67,7 @@ jobs: key: ${{ runner.os }}-spm-${{ hashFiles('**/Package.resolved') }} restore-keys: ${{ runner.os }}-spm- - name: Cache CocoaPods (validator downloads) - uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: path: | ~/Library/Caches/CocoaPods