@@ -24,12 +24,12 @@ jobs:
24
24
python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
25
25
26
26
steps :
27
- - uses : actions/checkout@v4
27
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28
28
with :
29
29
submodules : recursive
30
30
31
31
- name : Set up Python ${{ matrix.python-version }}
32
- uses : actions/setup-python@v5
32
+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
33
33
with :
34
34
python-version : ${{ matrix.python-version }}
35
35
cache : " pip"
46
46
47
47
- if : matrix.python-version == '3.11'
48
48
name : Upload coverage to Codecov
49
-
49
+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
50
50
with :
51
51
flags : unittests # optional
52
52
name : coverage # optional
@@ -58,14 +58,14 @@ jobs:
58
58
runs-on : ubuntu-latest
59
59
60
60
steps :
61
- - uses : actions/checkout@v4
62
- - uses : actions/setup-python@v5
61
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
62
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
63
63
with :
64
64
python-version : " 3.11"
65
65
cache : " pip"
66
66
67
67
- name : Run pre-commit
68
- uses :
pre-commit/[email protected]
68
+ uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
69
69
70
70
sast :
71
71
runs-on : ubuntu-latest
@@ -74,16 +74,16 @@ jobs:
74
74
contents : read
75
75
security-events : write
76
76
steps :
77
- - uses : actions/checkout@v4
78
- - uses : actions/setup-python@v5
77
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
78
+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
79
79
with :
80
80
python-version : " 3.11"
81
81
82
82
- name : Initialize CodeQL
83
- uses : github/codeql-action/init@v3
83
+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
84
84
with :
85
85
languages : python
86
86
config-file : ./.github/codeql-config.yml
87
87
88
88
- name : Perform CodeQL Analysis
89
- uses : github/codeql-action/analyze@v3
89
+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
0 commit comments