File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ⤵️ Check out code from GitHub
19- uses : actions/checkout@v2.3.5
19+ uses : actions/checkout@v2.4.0
2020 - name : 🏗 Initialize CodeQL
2121 uses : github/codeql-action/init@v1
2222 - name : 🚀 Perform CodeQL Analysis
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : ⤵️ Check out code from GitHub
19- uses : actions/checkout@v2.3.5
19+ uses : actions/checkout@v2.4.0
2020 - name : 🚀 Run Label Syncer
2121 uses : micnncim/action-label-syncer@v1.3.0
2222 env :
Original file line number Diff line number Diff line change 6565 name : Check YAML style
6666 steps :
6767 - name : ⤵️ Check out code from GitHub
68- uses : actions/checkout@v2.3.5
68+ uses : actions/checkout@v2.4.0
6969 - name : 🏗 Set up Python 3.8
7070 id : python
7171 uses : actions/setup-python@v2.2.2
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : ⤵️ Check out code from GitHub
16- uses : actions/checkout@v2.3.5
16+ uses : actions/checkout@v2.4.0
1717 - name : 🏗 Set up Python 3.8
1818 id : python
1919 uses : actions/setup-python@v2.2.2
Original file line number Diff line number Diff line change 1414 python : [3.8, 3.9]
1515 steps :
1616 - name : ⤵️ Check out code from GitHub
17- uses : actions/checkout@v2.3.5
17+ uses : actions/checkout@v2.4.0
1818 - name : 🏗 Set up Python ${{ matrix.python }}
1919 id : python
2020 uses : actions/setup-python@v2.2.2
5959 needs : pytest
6060 steps :
6161 - name : ⤵️ Check out code from GitHub
62- uses : actions/checkout@v2.3.5
62+ uses : actions/checkout@v2.4.0
6363 - name : ⬇️ Download coverage data
6464 uses : actions/download-artifact@v2.0.10
6565 - name : 🏗 Set up Python 3.9
Original file line number Diff line number Diff line change 1313 python : [3.8, 3.9]
1414 steps :
1515 - name : ⤵️ Check out code from GitHub
16- uses : actions/checkout@v2.3.5
16+ uses : actions/checkout@v2.4.0
1717 - name : 🏗 Set up Python ${{ matrix.python }}
1818 id : python
1919 uses : actions/setup-python@v2.2.2
5656 python : [3.8, 3.9]
5757 steps :
5858 - name : ⤵️ Check out code from GitHub
59- uses : actions/checkout@v2.3.5
59+ uses : actions/checkout@v2.4.0
6060 - name : 🏗 Set up Python ${{ matrix.python }}
6161 id : python
6262 uses : actions/setup-python@v2.2.2
You can’t perform that action at this time.
0 commit comments