File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v4.1.7
2828
2929 - name : Initialize CodeQL
3030 uses : github/codeql-action/init@v2
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v4.1.7
1616 - name : Set up Python
17- uses : actions/setup-python@v4
17+ uses : actions/setup-python@v5.2.0
1818 with :
1919 python-version : " 3.12"
2020 cache : ' pip'
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v4.1.7
3636 - name : Set up Python
37- uses : actions/setup-python@v4
37+ uses : actions/setup-python@v5.2.0
3838 with :
3939 python-version : ' 3.12'
4040 cache : ' pip'
Original file line number Diff line number Diff line change 1010 name : Build and publish Python 🐍 distributions 📦 to pypi
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v4.1.7
1414 - name : Set up Python 3.12
1515 uses : actions/setup-python@v3
1616 with :
Original file line number Diff line number Diff line change 1111 name : Build and publish Python 🐍 distributions 📦 to TestPyPI
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v4.1.7
1515 - name : Set up Python 3.12
1616 uses : actions/setup-python@v3
1717 with :
Original file line number Diff line number Diff line change 2020 ]
2121
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@v4.1.7
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5.2.0
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 allow-prereleases : true
You can’t perform that action at this time.
0 commit comments