File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 if : ${{ !startsWith(github.ref, 'refs/tags') }}
1515
1616 steps :
17- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
17+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
1818 with :
1919 fetch-depth : 0
2020
3535 if : ${{ !startsWith(github.ref, 'refs/tags') }}
3636
3737 steps :
38- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3939 with :
4040 fetch-depth : 0
4141
5656 if : ${{ !startsWith(github.ref, 'refs/tags') }}
5757
5858 steps :
59- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
59+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
6060 with :
6161 fetch-depth : 0
6262
Original file line number Diff line number Diff line change 3535
3636 steps :
3737 - name : Checkout repository
38- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
38+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3939
4040 - name : Initialize CodeQL
4141 uses : github/codeql-action/init@87557b9c84dde89fdd9b10e88954ac2f4248e463 # v4.36.1
Original file line number Diff line number Diff line change 2323 id-token : write
2424
2525 steps :
26- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
26+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2727 # with:
2828 # fetch-depth: 0
2929 - name : Set up Python
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout code
37- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
37+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3838 with :
3939 persist-credentials : false
4040
Original file line number Diff line number Diff line change 2828
2929 steps :
3030 - name : Get source
31- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
31+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
3232
3333 - name : Set up Python ${{ matrix.python-version }}
3434 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -101,7 +101,7 @@ jobs:
101101
102102 steps :
103103 - name : Get source
104- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
104+ uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
105105
106106 - name : Set up Python ${{ matrix.python-version }}
107107 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
@@ -157,7 +157,7 @@ jobs:
157157 - e2e
158158
159159 steps :
160- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
160+ - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
161161 with :
162162 fetch-depth : 0
163163
You can’t perform that action at this time.
0 commit comments