File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v6
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
43+ with :
44+ persist-credentials : false
4345
4446 # Initializes the CodeQL tools for scanning.
4547 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1717 steps :
1818 - name : ' Checkout ${{ github.ref }} ( ${{ github.sha }} )'
1919 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
20+ with :
21+ persist-credentials : false
2022
2123 - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2224 with :
3133 - name : set PY
3234 run : echo "PY=$(python -VV | sha256sum | cut -d' ' -f1)" >> "$GITHUB_ENV"
3335
34- - uses : actions/cache@v5
36+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3537 with :
3638 path : ~/.cache/pre-commit
3739 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
You can’t perform that action at this time.
0 commit comments