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 a46c76c commit e40c5f2Copy full SHA for e40c5f2
.github/workflows/flake8.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
11
steps:
12
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
13
14
- name: Set up Python
15
uses: actions/setup-python@v5
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
# with:
16
# path: "."
17
- name: Set up Docker Buildx
0 commit comments