diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f78c98972..289cd24ec 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: GitHub Action for SwiftLint with --strict uses: norio-nomura/action-swiftlint@3.2.1 with: diff --git a/.github/workflows/pods.yml b/.github/workflows/pods.yml index 57501dc5e..6707bc02f 100644 --- a/.github/workflows/pods.yml +++ b/.github/workflows/pods.yml @@ -5,7 +5,7 @@ jobs: lint: runs-on: macos-12 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Select Xcode version run: sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer' - name: Pod lib lint