We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9180654 commit 3932c92Copy full SHA for 3932c92
.github/workflows/pr-checks.yaml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
with:
17
submodules: recursive
18
.github/workflows/update-sdk-docs.yaml
@@ -14,7 +14,7 @@ jobs:
- name: Checkout code
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
20
fetch-depth: 0
0 commit comments