File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2020 contents : read
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424 with :
2525 fetch-depth : 1
2626 persist-credentials : false
Original file line number Diff line number Diff line change 2525 GITHUB_TOKEN : ${{ github.token }} # Providing this prevents reaching the GitHub request limits
2626 steps :
2727 - name : 📄 Checkout the repository
28- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
28+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 with :
3030 fetch-depth : 0 # Sonar needs full history
3131 persist-credentials : false
9999 GITHUB_TOKEN : ${{ github.token }} # Providing this prevents reaching the GitHub request limits
100100 steps :
101101 - name : 📄 Checkout the repository
102- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
102+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
103103 with :
104104 fetch-depth : 1
105105 persist-credentials : false
@@ -135,7 +135,7 @@ jobs:
135135 PROJECT_VERSION : ${{ needs.build.outputs.project_version }}
136136 steps :
137137 - name : 📄 Checkout the repository
138- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
138+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
139139 with :
140140 fetch-depth : 1
141141 persist-credentials : false
Original file line number Diff line number Diff line change 1010 name : Check commit messages
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
13+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1414 with :
1515 fetch-depth : 0
1616 persist-credentials : false
You can’t perform that action at this time.
0 commit comments