diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f3a426..c87cec2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: # Linux runners need this. CC: clang steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: maxim-lobanov/setup-xcode@v1 if: ${{ startsWith(matrix.runner, 'macos') }} with: @@ -51,7 +51,7 @@ jobs: # Linux runners need this. CC: clang steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4 - uses: maxim-lobanov/setup-xcode@v1 if: ${{ startsWith(matrix.runner, 'macos') }} with: diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index 5a26b5a..8b1f49f 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