File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 steps :
4848 - name : Checkout repository
4949 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
50+ with :
51+ persist-credentials : false
5052
5153 # Initializes the CodeQL tools for scanning.
5254 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout code
2525 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+ with :
27+ persist-credentials : false
2628 - name : Get supported Go versions JSON
2729 id : versions
2830 run : |
4345 steps :
4446 - name : Checkout code
4547 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+ with :
49+ persist-credentials : false
4650
4751 - name : Set up Go ${{ matrix.version }}
4852 uses : actions/setup-go@v6
7175 steps :
7276 - name : Checkout code
7377 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
78+ with :
79+ persist-credentials : false
7480
7581 - name : Set up Go ${{ matrix.version }}
7682 uses : actions/setup-go@v6
99105 steps :
100106 - name : Checkout code
101107 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
108+ with :
109+ persist-credentials : false
102110
103111 - name : Set up Go ${{ matrix.version }}
104112 uses : actions/setup-go@v6
@@ -127,6 +135,8 @@ jobs:
127135 steps :
128136 - name : Checkout code
129137 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
138+ with :
139+ persist-credentials : false
130140
131141 - name : Set up Go ${{ matrix.version }}
132142 uses : actions/setup-go@v6
Original file line number Diff line number Diff line change 2020 steps :
2121 - name : Checkout repository
2222 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+ with :
24+ persist-credentials : false
2325
2426 - name : Update Go version
2527 run : make update-go-version
Original file line number Diff line number Diff line change 2323 steps :
2424 - name : Checkout code
2525 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
26+ with :
27+ persist-credentials : false
2628
2729 - name : Check for CRLF line endings
2830 run : make check-crlf
You can’t perform that action at this time.
0 commit comments