File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 steps :
1919 - uses : actions/checkout@v7
2020 - name : Set up Python
21- uses : actions/setup-python@v6
21+ uses : actions/setup-python@v7
2222 with :
2323 python-version : " 3.10"
2424 - name : Install
Original file line number Diff line number Diff line change 4343 cdk --version
4444 - uses : actions/checkout@v7
4545 - name : Set up Python
46- uses : actions/setup-python@v6
46+ uses : actions/setup-python@v7
4747 with :
4848 python-version : 3.11
4949 - name : Rust latest
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 name : Stale issue job
1515 steps :
16- - uses : actions/stale@v10
16+ - uses : actions/stale@v11
1717 with :
1818 repo-token : ${{ secrets.GITHUB_TOKEN }}
1919 days-before-stale : 60
Original file line number Diff line number Diff line change 3535 steps :
3636 - uses : actions/checkout@v7
3737 - name : Set up Python ${{ matrix.python-version }}
38- uses : actions/setup-python@v6
38+ uses : actions/setup-python@v7
3939 with :
4040 python-version : ${{ matrix.python-version }}
4141 - name : Rust latest
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - uses : actions/checkout@v7
26- - uses : hynek/build-and-inspect-python-package@v2
26+ - uses : hynek/build-and-inspect-python-package@v2.18.0
2727
2828
2929 upload-to-pypi :
Original file line number Diff line number Diff line change 2323 with :
2424 args : --severity-threshold=high --sarif-file-output=snyk.sarif
2525 - name : Upload result to GitHub Code Scanning
26- uses : github/codeql-action/upload-sarif@v4
26+ uses : github/codeql-action/upload-sarif@v4.37.3
2727 with :
2828 sarif_file : snyk.sarif
Original file line number Diff line number Diff line change 2323 steps :
2424 - uses : actions/checkout@v7
2525 - name : Set up Python ${{ matrix.python-version }}
26- uses : actions/setup-python@v6
26+ uses : actions/setup-python@v7
2727 with :
2828 python-version : ${{ matrix.python-version }}
2929 - name : Rust latest
You can’t perform that action at this time.
0 commit comments