diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6857af1..80f7bfb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: macos_build: runs-on: macos-14 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: maxim-lobanov/setup-xcode@v1 with: xcode-version: '15.1' @@ -39,7 +39,7 @@ jobs: with: swift_release_tag: "swift-5.7.2-RELEASE" ubuntu_version: "22.04" - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: cgrindel/gha_set_up_bazel@v1 with: repo_name: rules_swiftformat diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 1b7f7f3..8208fe4 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -23,7 +23,7 @@ jobs: steps: # Check out your code - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 # Generate a token that has permssions to create a release and create PRs. - uses: tibdex/github-app-token@v2