Skip to content

Commit e5a68d1

Browse files
AlexRuiz7QU3B1M
andauthored
Remove unused GitHub Workflows (#762)
Signed-off-by: Kevin Ledesma <[email protected]> Co-authored-by: Kevin Ledesma <[email protected]>
1 parent 2b0dc63 commit e5a68d1

20 files changed

+38
-853
lines changed

.github/workflows/assemble.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/auto-release.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/backport.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/changelog_verifier.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 30 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name: "CodeQL"
1313

1414
on:
1515
schedule:
16-
- cron: '00 8 * * 5'
16+
- cron: "00 8 * * 5"
1717
workflow_dispatch:
1818

1919
jobs:
@@ -24,7 +24,7 @@ jobs:
2424
# - https://gh.io/supported-runners-and-hardware-resources
2525
# - https://gh.io/using-larger-runners
2626
# Consider using larger runners for possible analysis time improvements.
27-
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }}
27+
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04' }}
2828
timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }}
2929
permissions:
3030
actions: read
@@ -34,45 +34,44 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
language: [ 'java' ]
37+
language: ["java"]
3838
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby', 'swift' ]
3939
# Use only 'java' to analyze code written in Java, Kotlin or both
4040
# Use only 'javascript' to analyze code written in JavaScript, TypeScript or both
4141
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
4242

4343
steps:
44-
- name: Checkout repository
45-
uses: actions/checkout@v3
44+
- name: Checkout repository
45+
uses: actions/checkout@v4
4646

47-
# Initializes the CodeQL tools for scanning.
48-
- name: Initialize CodeQL
49-
uses: github/codeql-action/init@v2
50-
with:
51-
languages: ${{ matrix.language }}
52-
# If you wish to specify custom queries, you can do so here or in a config file.
53-
# By default, queries listed here will override any specified in a config file.
54-
# Prefix the list here with "+" to use these queries and those in the config file.
47+
# Initializes the CodeQL tools for scanning.
48+
- name: Initialize CodeQL
49+
uses: github/codeql-action/init@v3
50+
with:
51+
languages: ${{ matrix.language }}
52+
# If you wish to specify custom queries, you can do so here or in a config file.
53+
# By default, queries listed here will override any specified in a config file.
54+
# Prefix the list here with "+" to use these queries and those in the config file.
5555

56-
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
57-
# queries: security-extended,security-and-quality
56+
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
57+
# queries: security-extended,security-and-quality
5858

59+
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
60+
# If this step fails, then you should remove it and run the build manually (see below)
61+
- name: Autobuild
62+
uses: github/codeql-action/autobuild@v3
5963

60-
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
61-
# If this step fails, then you should remove it and run the build manually (see below)
62-
- name: Autobuild
63-
uses: github/codeql-action/autobuild@v2
64+
# ℹ️ Command-line programs to run using the OS shell.
65+
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6466

65-
# ℹ️ Command-line programs to run using the OS shell.
66-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
67+
# If the Autobuild fails above, remove it and uncomment the following three lines.
68+
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
6769

68-
# If the Autobuild fails above, remove it and uncomment the following three lines.
69-
# modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance.
70+
# - run: |
71+
# echo "Run, Build Application using script"
72+
# ./location_of_script_within_repo/buildscript.sh
7073

71-
# - run: |
72-
# echo "Run, Build Application using script"
73-
# ./location_of_script_within_repo/buildscript.sh
74-
75-
- name: Perform CodeQL Analysis
76-
uses: github/codeql-action/analyze@v2
77-
with:
78-
category: "/language:${{matrix.language}}"
74+
- name: Perform CodeQL Analysis
75+
uses: github/codeql-action/analyze@v3
76+
with:
77+
category: "/language:${{matrix.language}}"

.github/workflows/copy-linked-issue-labels.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/create-documentation-issue.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/dco.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

.github/workflows/delete_backport_branch.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

.github/workflows/dependabot_pr.yml

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)