File tree 3 files changed +8
-0
lines changed 3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 29
29
runs-on : ubuntu-latest
30
30
steps :
31
31
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
+ with :
33
+ persist-credentials : false
32
34
- name : Setup Node.js
33
35
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
34
36
with :
93
95
checks : write
94
96
steps :
95
97
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
98
+ with :
99
+ persist-credentials : false
96
100
97
101
- name : Install lcov
98
102
shell : bash
Original file line number Diff line number Diff line change 39
39
steps :
40
40
- name : Checkout repository
41
41
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
42
+ with :
43
+ persist-credentials : false
42
44
43
45
# Initializes the CodeQL tools for scanning.
44
46
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 77
77
checks : write
78
78
steps :
79
79
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
80
+ with :
81
+ persist-credentials : false
80
82
81
83
- name : Install lcov
82
84
shell : bash
You can’t perform that action at this time.
0 commit comments