File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,17 @@ jobs:
18
18
language : ['python']
19
19
steps :
20
20
- name : Checkout repository
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22
22
- name : Initialize CodeQL
23
- uses : github/codeql-action/init@v3
23
+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
24
24
with :
25
25
languages : ${{ matrix.language }}
26
26
config : |
27
27
paths-ignore:
28
28
- 'examples/snippets/**/*.py'
29
29
- name : Autobuild
30
- uses : github/codeql-action/autobuild@v3
30
+ uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
31
31
- name : Perform CodeQL Analysis
32
- uses : github/codeql-action/analyze@v3
32
+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
33
33
with :
34
34
category : " /language:${{matrix.language}}"
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- name : Checkout code
10
- uses : actions/checkout@v4
10
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
11
11
with :
12
12
persist-credentials : false
13
13
- name : Setup python 3.13
14
- uses : actions/setup-python@v5
14
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
15
15
with :
16
16
python-version : ' 3.13'
17
17
cache : ' pip'
Original file line number Diff line number Diff line change @@ -33,11 +33,11 @@ jobs:
33
33
- 8080:8080
34
34
steps :
35
35
- name : Checkout code
36
- uses : actions/checkout@v4
36
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
37
37
with :
38
38
persist-credentials : false
39
39
- name : Setup python ${{ matrix.python }}
40
- uses : actions/setup-python@v5
40
+ uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
41
41
with :
42
42
python-version : ${{ matrix.python }}
43
43
cache : ' pip'
You can’t perform that action at this time.
0 commit comments