Skip to content

Commit 4bc2ca8

Browse files
committed
Simplify
1 parent 634ba58 commit 4bc2ca8

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
1-
# For most projects, this workflow file will not need changing; you simply need
2-
# to commit it to your repository.
3-
#
4-
# You may wish to alter this file to override the set of languages analyzed,
5-
# or to provide custom queries or build logic.
6-
#
7-
# ******** NOTE ********
8-
# We have attempted to detect the languages in your repository. Please check
9-
# the `language` matrix defined below to confirm you have the correct set of
10-
# supported CodeQL languages.
11-
#
121
name: "CodeQL Advanced"
132

143
on:
@@ -24,13 +13,8 @@ jobs:
2413
name: Analyze (${{ matrix.language }})
2514
runs-on: macOS-15
2615
permissions:
27-
# required for all workflows
2816
security-events: write
29-
30-
# required to fetch internal or private CodeQL packs
3117
packages: read
32-
33-
# only required for workflows in private repositories
3418
actions: read
3519
contents: read
3620

@@ -40,8 +24,6 @@ jobs:
4024
include:
4125
- language: actions
4226
build-mode: none
43-
- language: ruby
44-
build-mode: none
4527
- language: swift
4628
build-mode: autobuild
4729
# CodeQL supports the following values keywords for 'language': 'actions', 'c-cpp', 'csharp', 'go', 'java-kotlin', 'javascript-typescript', 'python', 'ruby', 'rust', 'swift'
@@ -58,12 +40,6 @@ jobs:
5840
- name: Select Xcode Version
5941
run: sudo xcode-select --switch /Applications/Xcode_16.4.app/Contents/Developer
6042

61-
# Add any setup steps before running the `github/codeql-action/init` action.
62-
# This includes steps like installing compilers or runtimes (`actions/setup-node`
63-
# or others). This is typically only required for manual builds.
64-
# - name: Setup runtime (example)
65-
# uses: actions/setup-example@v1
66-
6743
# Initializes the CodeQL tools for scanning.
6844
- name: Initialize CodeQL
6945
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)