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 7e3ab80 commit c804849Copy full SHA for c804849
.github/workflows/ci-build.yml
@@ -29,7 +29,7 @@ jobs:
29
CI_LARGE_SOCKET_MODE_PAYLOAD_TESTING_DISABLED: "1"
30
FORCE_COLOR: "1"
31
steps:
32
- - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
+ - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
with:
34
persist-credentials: false
35
- name: Set up Python ${{ matrix.python-version }}
.github/workflows/mypy.yml
@@ -16,7 +16,7 @@ jobs:
16
permissions:
17
contents: read
18
19
20
21
22
0 commit comments