File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 15
15
- ' 3.10'
16
16
- ' 3.11'
17
17
steps :
18
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
18
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19
19
- name : Set up Python ${{ matrix.python-version }}
20
20
uses : actions/setup-python@v4
21
21
with :
41
41
if : ${{ github.ref == 'refs/heads/master' }}
42
42
runs-on : ubuntu-22.04
43
43
steps :
44
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
44
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
45
45
- name : Set up Python
46
46
uses : actions/setup-python@v4
47
47
- name : Build packages
63
63
if : ${{ startsWith(github.ref, 'refs/tags') }}
64
64
runs-on : ubuntu-22.04
65
65
steps :
66
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
66
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
67
67
- name : Set up Python
68
68
uses : actions/setup-python@v4
69
69
- name : Build packages
79
79
name : Build docs for each version
80
80
runs-on : ubuntu-22.04
81
81
steps :
82
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
82
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
83
83
- name : Set up Python
84
84
uses : actions/setup-python@v4
85
85
with :
@@ -104,7 +104,7 @@ jobs:
104
104
if : ${{ startsWith(github.ref, 'refs/tags') }} | ${{ github.ref == 'refs/heads/master' }}
105
105
runs-on : ubuntu-22.04
106
106
steps :
107
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
107
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
108
108
- name : Download artifacts
109
109
uses : actions/download-artifact@v3
110
110
with :
Original file line number Diff line number Diff line change 21
21
steps :
22
22
# Checkout the repository to the GitHub Actions runner
23
23
- name : Checkout code
24
- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25
25
26
26
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
27
27
- name : Run Codacy Analysis CLI
You can’t perform that action at this time.
0 commit comments