@@ -30,11 +30,11 @@ jobs:
30
30
- macos-latest
31
31
- windows-latest
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
34
34
with :
35
35
fetch-depth : 0
36
36
- name : Setup python for test ${{ matrix.py }}
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
38
38
with :
39
39
python-version : ${{ matrix.py }}
40
40
- name : Install tox
46
46
env :
47
47
COVERAGE_FILE : " coverage.${{ matrix.os }}.${{ matrix.py }}"
48
48
- name : Store coverage file
49
- uses : actions/upload-artifact@v4
49
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
50
50
with :
51
51
name : coverage.${{ matrix.os }}.${{ matrix.py }}
52
52
path : coverage.${{ matrix.os }}.${{ matrix.py }}
@@ -63,25 +63,25 @@ jobs:
63
63
env :
64
64
COVERAGE_FILE : " coverage"
65
65
steps :
66
- - uses : actions/checkout@v4
66
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
67
67
68
- - uses : actions/download-artifact@v4
68
+ - uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
69
69
id : download
70
70
with :
71
71
pattern : coverage.*
72
72
merge-multiple : true
73
73
74
74
- name : Coverage comment
75
75
id : coverage_comment
76
- uses : py-cov-action/python-coverage-comment-action@v3
76
+ uses : py-cov-action/python-coverage-comment-action@2b84cfb222691291ba358a586c13606f0a9c172c # v3
77
77
with :
78
78
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
79
79
MERGE_COVERAGE_FILES : true
80
80
ANNOTATE_MISSING_LINES : true
81
81
VERBOSE : true
82
82
83
83
- name : Store Pull Request comment to be posted
84
- uses : actions/upload-artifact@v4
84
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4
85
85
if : steps.coverage_comment.outputs.COMMENT_FILE_WRITTEN == 'true'
86
86
with :
87
87
name : python-coverage-comment-action
@@ -91,10 +91,10 @@ jobs:
91
91
name : gitleaks
92
92
runs-on : ubuntu-latest
93
93
steps :
94
- - uses : actions/checkout@v4
94
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
95
95
with :
96
96
fetch-depth : 0
97
- - uses : gitleaks/gitleaks-action@v2
97
+ - uses : gitleaks/gitleaks-action@83373cf2f8c4db6e24b41c1a9b086bb9619e9cd3 # v2
98
98
env :
99
99
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
100
100
GITLEAKS_LICENSE : ${{ secrets.GITLEAKS_LICENSE }}
0 commit comments