FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cloud-profile-sync/.github/workflows/codeql.yaml at master · cobaltcore-dev/cloud-profile-sync · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cobaltcore-dev
/
cloud-profile-sync
Public
Notifications
You must be signed in to change notification settings
Fork
2
Star
1
Code
Issues
3
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cloud-profile-sync
/
.github
/
workflows
/
codeql.yaml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
46 lines (44 loc) · 1.47 KB
Breadcrumbs
cloud-profile-sync
/
.github
/
workflows
/
codeql.yaml
Copy path
File metadata and controls
46 lines (44 loc) · 1.47 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
#
###############################################################################
#
This file is AUTOGENERATED with <https://github.com/sapcc/go-makefile-maker> #
#
DO NOT EDIT. Edit Makefile.maker.yaml instead. #
#
###############################################################################
#
SPDX-FileCopyrightText: 2024 SAP SE or an SAP affiliate company
#
SPDX-License-Identifier: Apache-2.0
name
:
CodeQL
"
on
"
:
push
:
branches
:
-
master
pull_request
:
branches
:
-
master
schedule
:
-
cron
:
'
00 07 * * 1
'
workflow_dispatch
:
{}
permissions
:
actions
:
read
contents
:
read
security-events
:
write
jobs
:
analyze
:
name
:
CodeQL
runs-on
:
ubuntu-latest
steps
:
-
name
:
Check out code
uses
:
actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
#
v7
with
:
persist-credentials
:
false
-
name
:
Set up Go
uses
:
actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e
#
v7
with
:
check-latest
:
true
go-version
:
1.27.1
-
name
:
Initialize CodeQL
uses
:
github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938
#
v4
with
:
languages
:
go
queries
:
security-extended
-
name
:
Autobuild
uses
:
github/codeql-action/autobuild@cdf488f595d80d6e07e03d4674febd5ab45fa938
#
v4
-
name
:
Perform CodeQL Analysis
uses
:
github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938
#
v4
Back
|
FazBrowse Home
|
New Git URL