File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
- macos-latest
31
31
- windows-latest
32
32
steps :
33
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Setup python for test ${{ matrix.py }}
63
63
env :
64
64
COVERAGE_FILE : " coverage"
65
65
steps :
66
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
66
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
67
67
68
68
- uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
69
69
id : download
91
91
name : gitleaks
92
92
runs-on : ubuntu-latest
93
93
steps :
94
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
94
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
95
95
with :
96
96
fetch-depth : 0
97
97
- uses : gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
steps :
16
16
- name : Checkout
17
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
18
18
- name : Setup
19
19
uses : descope/.github/.github/actions/python/poetry/setup@main
20
20
with :
You can’t perform that action at this time.
0 commit comments