File tree Expand file tree Collapse file tree 6 files changed +10
-10
lines changed
Expand file tree Collapse file tree 6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2121 - " 3.11"
2222 - " 3.12"
2323 steps :
24- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
2525 - name : Install and check with black, pylint and pontos.version
2626 uses : greenbone/actions/lint-python@v3
2727 with :
4040 - " 3.11"
4141 - " 3.12"
4242 steps :
43- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
4444 - name : Install python, poetry and dependencies
4545 uses : greenbone/actions/poetry@v3
4646 with :
5959 - " 3.11"
6060 - " 3.12"
6161 steps :
62- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
62+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
6363 - name : Run mypy
6464 uses : greenbone/actions/mypy-python@v3
6565 with :
7171 needs : test
7272 runs-on : " ubuntu-latest"
7373 steps :
74- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
74+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
7575 - name : Install and calculate and upload coverage to codecov.io
7676 uses : greenbone/actions/coverage-python@v3
7777 with :
8282 name : Check versioning for consistency
8383 runs-on : " ubuntu-latest"
8484 steps :
85- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
85+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
8686 - name : Install python, poetry and dependencies
8787 uses : greenbone/actions/poetry@v3
8888 - name : Check version
Original file line number Diff line number Diff line change 4141
4242 steps :
4343 - name : Checkout repository
44- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
44+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3131 - name : Install poetry and dependencies
3232 uses : greenbone/actions/poetry@v3
3333 with :
Original file line number Diff line number Diff line change 2323 else
2424 echo "ref=${{ github.base_ref }}" >> $GITHUB_OUTPUT
2525 fi
26- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
26+ - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2727 with :
2828 fetch-depth : 0
2929 persist-credentials : false
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : " Checkout code"
35- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
35+ uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
3636 with :
3737 persist-credentials : false
3838
You can’t perform that action at this time.
0 commit comments