Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI/CD Workflow for our Class
name: CI/CD Workflow for our Class3

on:
push:
Expand Down Expand Up @@ -106,11 +106,10 @@ jobs:
security-events: write
steps:
- uses: actions/checkout@v4

# - name: Initialize CodeQL
# uses: github/codeql-action/init@v2
# with:
# config-file: ./.github/codeql/codeql.config.yml
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
with:
config-file: ./.github/codeql/codeql.config.yml

- name: Setup Node
uses: actions/setup-node@v4
Expand Down