Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- platform_type: visionos
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main

- name: Prepare Simulator
id: simulator
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main

- name: Set Up Swift
uses: swift-actions/setup-swift@v2
uses: swift-actions/setup-swift@7591e4f04c00624cb043783da51a7fd6ee0a6bf6 # v2
with:
swift-version: "6.2"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pod-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main

- name: Lint Podspec
run: pod lib lint Statsig.podspec --skip-tests
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-cocoapods.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Publish to CocoaPods
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
if: startsWith(github.head_ref, 'releases/') || github.event_name == 'release'
runs-on: ubuntu-latest
steps:
- uses: statsig-io/statsig-publish-sdk-action@main
- uses: statsig-io/statsig-publish-sdk-action@c0740fb8a2d4813522cc09bb8c4e826bb78ce6ab # main
with:
kong-private-key: ${{ secrets.KONG_GH_APP_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/scheduler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- name: Trigger Scheduled Test Runs
if: github.event.repository.private
uses: actions/github-script@v6
uses: actions/github-script@00f12e3e20659f42342b1c0226afda7f7c042325 # v6
with:
script: |
const args = {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-pod-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4

- name: Cache CocoaPods specs
uses: actions/cache@v3
uses: actions/cache@6f8efc29b200d32929f49075959781ed54ec270c # v3
with:
path: ~/.cocoapods
key: ${{ runner.os }}-cocoapods-specs-${{ hashFiles('**/Podfile') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout
uses: actions/checkout@main
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # main

- name: Prepare Simulator
id: simulator
Expand Down
Loading