File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99 runs-on : " ubuntu-latest"
1010 steps :
1111 - name : Checkout code
12- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
1313 with :
1414 fetch-depth : 0 # for conventional commits and getting all git tags
1515 persist-credentials : false
Original file line number Diff line number Diff line change 2222 - " 3.13"
2323 - " 3.14"
2424 steps :
25- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
25+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2626 - name : Format and Lint
2727 uses : greenbone/actions/lint-python@v3
2828 with :
4343 - " 3.13"
4444 - " 3.14"
4545 steps :
46- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
46+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
4747 - name : Install python, poetry and dependencies
4848 uses : greenbone/actions/poetry@v3
4949 with :
6363 - " 3.13"
6464 - " 3.14"
6565 steps :
66- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
66+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
6767 - name : Run mypy
6868 uses : greenbone/actions/mypy-python@v3
6969 with :
7474 needs : test
7575 runs-on : " ubuntu-latest"
7676 steps :
77- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
77+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
7878 - name : Install and calculate and upload coverage to codecov.io
7979 uses : greenbone/actions/coverage-python@v3
8080 with :
8585 name : Check versioning for consistency
8686 runs-on : " ubuntu-latest"
8787 steps :
88- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
88+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
8989 - name : Install python, poetry and dependencies
9090 uses : greenbone/actions/poetry@v3
9191 - name : Check version
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
44+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v4
4545
4646 - name : Initialize CodeQL
4747 uses : github/codeql-action/init@0e346f2c4a1b999b44f1ef93fe08bdb83dae63ab # v3
Original file line number Diff line number Diff line change 1616 permissions :
1717 id-token : write
1818 steps :
19- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
19+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2020 - name : Set up Python
2121 uses : greenbone/actions/poetry@v3
2222 with :
Original file line number Diff line number Diff line change 2727 runs-on : ubuntu-latest
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
30+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3131 - name : Install poetry and dependencies
3232 uses : greenbone/actions/poetry@v3
3333 with :
Original file line number Diff line number Diff line change 2525 echo "ref=${{ github.base_ref }}" >> $GITHUB_OUTPUT
2626 fi
2727 - name : Checkout
28- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
28+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2929 with :
3030 fetch-depth : 0
3131 persist-credentials : false
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments