Commit 2a63790 1 parent 8ae63fb commit 2a63790 Copy full SHA for 2a63790
File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
37
37
steps :
38
38
- name : Checkout code
39
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
39
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40
40
with :
41
41
fetch-depth : 0
42
42
- name : Set up Python
43
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
43
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
44
44
with :
45
45
python-version : ${{ matrix.python }}
46
46
- name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
44
44
45
45
steps :
46
46
- name : Checkout code
47
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
47
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48
48
with :
49
49
fetch-depth : 0
50
50
- name : Set up Python
51
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
51
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
52
52
with :
53
53
python-version : ${{ matrix.python }}
54
54
- name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
38
38
39
39
steps :
40
40
- name : Checkout code
41
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
41
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
42
with :
43
43
fetch-depth : 0
44
44
- name : Set up Python
45
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
45
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
46
46
with :
47
47
python-version : ${{ matrix.python }}
48
48
- name : Install Python dependencies
Original file line number Diff line number Diff line change @@ -56,11 +56,11 @@ jobs:
56
56
57
57
steps :
58
58
- name : Checkout code
59
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
59
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
60
60
with :
61
61
fetch-depth : 0
62
62
- name : Set up Python
63
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
63
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
64
64
with :
65
65
python-version : ${{ matrix.python }}
66
66
- name : Install Python dependencies
@@ -78,11 +78,11 @@ jobs:
78
78
runs-on : ubuntu-latest
79
79
steps :
80
80
- name : Checkout code
81
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
81
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
82
82
with :
83
83
fetch-depth : 0
84
84
- name : Set up Python
85
- uses : actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2 .0
85
+ uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3 .0
86
86
with :
87
87
python-version : " 3.9"
88
88
- name : Run egg_info
Original file line number Diff line number Diff line change 27
27
28
28
steps :
29
29
- name : Checkout repository
30
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
30
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
31
32
32
# Initializes the CodeQL tools for scanning.
33
33
- name : Initialize CodeQL
You can’t perform that action at this time.
0 commit comments