File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4545
4646 # Initializes the CodeQL tools for scanning.
4747 - name : Initialize CodeQL
48- uses : github/codeql-action/init@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
48+ uses : github/codeql-action/init@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
4949 with :
5050 languages : " python"
5151 # If you wish to specify custom queries, you can do so here or in a config file.
5656 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5757 # If this step fails, then you should remove it and run the build manually (see below)
5858 - name : Autobuild
59- uses : github/codeql-action/autobuild@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
59+ uses : github/codeql-action/autobuild@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
6060
6161 # ℹ️ Command-line programs to run using the OS shell.
6262 # 📚 https://git.io/JvXDl
7070 # make release
7171
7272 - name : Perform CodeQL Analysis
73- uses : github/codeql-action/analyze@ce28f5bb42b7a9f2c824e633a3f6ee835bab6858 # v3.29.0
73+ uses : github/codeql-action/analyze@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # v4.30.8
Original file line number Diff line number Diff line change 1313 steps :
1414 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1515 - name : Set up Python
16- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
16+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
1717 with :
1818 python-version : " 3.x"
1919 - name : Run pre-commit
Original file line number Diff line number Diff line change 3030 persist-credentials : false
3131
3232 - name : " Setup Python"
33- uses : " actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 "
33+ uses : " actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c "
3434 with :
3535 python-version : " 3.x"
3636
9090 path : " dist/"
9191
9292 - name : " Publish dists to PyPI"
93- uses : " pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc "
93+ uses : " pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e "
Original file line number Diff line number Diff line change 2222 steps :
2323 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2424 - name : Set up Python ${{ matrix.python-version }}
25- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6 .0
25+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0 .0
2626 with :
2727 python-version : ${{ matrix.python-version }}
2828 cache : ' pip'
4343 steps :
4444 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
4545 - name : ' Set up Python 3.9'
46- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
46+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
4747 with :
4848 python-version : ' 3.9'
4949 - name : Install dependencies
6363 steps :
6464 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
6565 - name : ' Set up Python 3.9'
66- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
66+ uses : actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c
6767 with :
6868 python-version : ' 3.9'
6969 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments