diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb5bfda..2951d24 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: macos_build: runs-on: macos-13 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: cgrindel/gha_set_up_bazel@v1 with: repo_name: rules_swiftformat @@ -31,7 +31,7 @@ jobs: with: swift_release_tag: "swift-5.7.2-RELEASE" ubuntu_version: "22.04" - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 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 4100788..a7a39fd 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@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 # Generate a token that has permssions to create a release and create PRs. - uses: tibdex/github-app-token@v2