File tree Expand file tree Collapse file tree 2 files changed +29
-49
lines changed Expand file tree Collapse file tree 2 files changed +29
-49
lines changed Original file line number Diff line number Diff line change 97
97
persist-credentials : false
98
98
- uses : crate-ci/typos@85f62a8a84f939ae994ab3763f01a0296d61a7ee # v1
99
99
100
+ codeql :
101
+ name : Analyze (${{ matrix.language }})
102
+ runs-on : ubuntu-latest
103
+ permissions :
104
+ security-events : write
105
+ actions : read
106
+ contents : read
107
+ strategy :
108
+ fail-fast : false
109
+ matrix :
110
+ include :
111
+ - language : actions
112
+ build-mode : none
113
+ steps :
114
+ - name : Checkout repository
115
+ uses : actions/checkout@v5
116
+ with :
117
+ persist-credentials : false
118
+ - name : Initialize CodeQL
119
+ uses : github/codeql-action/init@v3
120
+ with :
121
+ languages : ${{ matrix.language }}
122
+ build-mode : ${{ matrix.build-mode }}
123
+ - name : Perform CodeQL Analysis
124
+ uses : github/codeql-action/analyze@v3
125
+ with :
126
+ category : " /language:${{matrix.language}}"
127
+
100
128
ci-success :
101
129
runs-on : ubuntu-latest
102
130
if : always()
@@ -105,6 +133,7 @@ jobs:
105
133
- test
106
134
- fmt
107
135
- typos
136
+ - codeql
108
137
timeout-minutes : 10
109
138
steps :
110
139
- name : Decide whether the needed jobs succeeded or failed
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments