@@ -24,12 +24,12 @@ jobs:
2424 python-version : ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
2525
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2828 with :
2929 submodules : recursive
3030
3131 - name : Set up Python ${{ matrix.python-version }}
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
3333 with :
3434 python-version : ${{ matrix.python-version }}
3535 cache : " pip"
4646
4747 - if : matrix.python-version == '3.11'
4848 name : Upload coverage to Codecov
49- 49+ uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
5050 with :
5151 flags : unittests # optional
5252 name : coverage # optional
@@ -58,14 +58,14 @@ jobs:
5858 runs-on : ubuntu-latest
5959
6060 steps :
61- - uses : actions/checkout@v4
62- - uses : actions/setup-python@v5
61+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
62+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
6363 with :
6464 python-version : " 3.11"
6565 cache : " pip"
6666
6767 - name : Run pre-commit
68- uses :
pre-commit/[email protected] 68+ uses : pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
6969
7070 sast :
7171 runs-on : ubuntu-latest
@@ -74,16 +74,16 @@ jobs:
7474 contents : read
7575 security-events : write
7676 steps :
77- - uses : actions/checkout@v4
78- - uses : actions/setup-python@v5
77+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
78+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
7979 with :
8080 python-version : " 3.11"
8181
8282 - name : Initialize CodeQL
83- uses : github/codeql-action/init@v3
83+ uses : github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
8484 with :
8585 languages : python
8686 config-file : ./.github/codeql-config.yml
8787
8888 - name : Perform CodeQL Analysis
89- uses : github/codeql-action/analyze@v3
89+ uses : github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3
0 commit comments