Skip to content

Commit 22483a3

Browse files
author
phansGithub
committed
Trying something new
Signed-off-by: phansGithub <[email protected]>
1 parent 4bf7391 commit 22483a3

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

.github/workflows/codeql.yaml

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,32 @@ jobs:
2727
uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
2828

2929
- name: Perform CodeQL Analysis
30-
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
30+
uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 # v2.2.5
31+
- name: CodeQL and Dependabot Report Action
32+
uses: rsdmike/[email protected]
33+
with:
34+
repository: phansGithub/SL-Test
35+
36+
# ---
37+
# name : 'SDL-CI'
38+
39+
# on: [push, pull_request]
40+
41+
# permissions: # added using https://github.com/step-security/secure-repo
42+
# contents: read
43+
44+
# jobs:
45+
# # build:
46+
# # runs-on: ubuntu-latest
47+
# # steps:
48+
# # - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
49+
# # - name: Set up Go
50+
# # uses: actions/setup-go@bfdd3570ce990073878bf10f6b2d79082de49492 # v2.2.0
51+
# # with:
52+
# # go-version: 1.19
53+
54+
55+
# - name: CodeQL and Dependabot Report Action
56+
# uses: rsdmike/[email protected]
57+
# with:
58+
# repository: phansGithub/SL-Test

0 commit comments

Comments
 (0)