We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bcb3d9 commit 39ca44dCopy full SHA for 39ca44d
.github/workflows/node.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
+ - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
with:
18
submodules: true # need to checkout submodules for scanning dependencies
19
- uses: actions/setup-node@v4
.github/workflows/python.yml
- name: Install Poetry
run: pipx install poetry
- name: Setup Python
0 commit comments