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@v5
12+ uses : actions/checkout@v6
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 3333 - " 3.11"
3434 - " 3.12"
3535 steps :
36- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
36+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
3737 - name : Set up Python ${{ matrix.python-version }}
3838 uses : greenbone/actions/poetry@v3
3939 with :
6464 needs : test
6565 runs-on : " ubuntu-latest"
6666 steps :
67- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
67+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
6868 - name : Calculate and upload coverage to codecov.io
6969 uses : greenbone/actions/coverage-python@v3
7070 with :
7474 name : Build the documentation
7575 runs-on : " ubuntu-latest"
7676 steps :
77- - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
77+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
7878 - name : Install poetry and dependencies
7979 uses : greenbone/actions/poetry@v3
8080 - name : Build docs
Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ jobs:
2727
2828 steps :
2929 - name : Checkout repository
30- uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2
30+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4.2.2
3131
3232 - name : Initialize CodeQL
33- uses : github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
33+ uses : github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
3434 with :
3535 languages : ${{ matrix.language }}
3636
3737 - name : Perform CodeQL Analysis
38- uses : github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3
38+ uses : github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5
Original file line number Diff line number Diff line change 4040 with :
4141 release-type-input : ${{ inputs.release-type }}
4242 - name : Checkout code
43- uses : actions/checkout@v5
43+ uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 0 # for conventional commits and getting all git tags
4646 persist-credentials : false
You can’t perform that action at this time.
0 commit comments