Skip to content

Commit ad8139b

Browse files
committed
Cleanup https links used in .github/**
1 parent fabf915 commit ad8139b

9 files changed

+16
-24
lines changed

.github/agents/cds-extractor-agent.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: 'CDS Extractor Development Agent'
3-
description: 'Expert in developing, testing, and maintaining the CodeQL CDS extractor TypeScript implementation'
2+
name: 'codeql-cds-extractor-agent'
3+
description: 'Expert in developing, testing, troubleshooting and fixing the CodeQL CDS extractor TypeScript implementation'
44
---
55

66
# CDS Extractor Development Agent
77

8-
My `cds-extractor-agent`:
8+
My `codeql-cds-extractor-agent`:
99

1010
- Specializes in TypeScript development for CodeQL extractors with deep knowledge of CDS (Core Data Services) language and SAP CAP framework
1111
- Obeys all [CDS extractor instructions](../instructions/extractors_cds_tools_ts.instructions.md)

.github/agents/dependency-upgrade-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 'Dependency Upgrade Agent'
2+
name: 'dependency-upgrade-agent'
33
description: 'Expert in upgrading CodeQL CLI, QLT, Node.js dependencies, and GitHub Actions versions'
44
---
55

.github/agents/github-maintenance-agent.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: 'GitHub Maintenance Agent'
2+
name: 'github-maintenance-agent'
33
description: 'Expert in maintaining .github infrastructure including workflows, templates, agents, instructions, and prompts'
44
---
55

@@ -27,13 +27,6 @@ My `github-maintenance-agent`:
2727

2828
Validate GitHub Actions workflows:
2929
```bash
30-
# Install actionlint if not available
31-
# brew install actionlint # macOS
32-
# or download from https://github.com/rhysd/actionlint
33-
34-
# Validate all workflows
35-
actionlint .github/workflows/*.yml
36-
3730
# Check YAML syntax
3831
yamllint .github/workflows/*.yml
3932
```

.github/agents/ui5-modeling-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: 'UI5 Framework Modeling Agent'
2+
name: 'javascript-ui5-modeling-agent'
33
description: 'Expert in developing CodeQL queries and library models for SAPUI5 framework'
44
---
55

66
# UI5 Framework Modeling Agent
77

8-
My `ui5-modeling-agent`:
8+
My `javascript-ui5-modeling-agent`:
99

1010
- Specializes in CodeQL query and library development for SAPUI5 framework security analysis
1111
- Obeys all [UI5 framework instructions](../instructions/javascript_ui5_ql.instructions.md)

.github/agents/xsjs-modeling-agent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
name: 'XSJS Framework Modeling Agent'
2+
name: 'javascript-xsjs-modeling-agent'
33
description: 'Expert in developing CodeQL queries and library models for SAP XSJS (XS JavaScript) framework'
44
---
55

66
# XSJS Framework Modeling Agent
77

8-
My `xsjs-modeling-agent`:
8+
My `javascript-xsjs-modeling-agent`:
99

1010
- Specializes in CodeQL query and library development for SAP XSJS framework security analysis
1111
- Obeys all [XSJS framework instructions](../instructions/javascript_xsjs_ql.instructions.md)

.github/prompts/cds_extractor_development.prompt.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,5 @@ Before committing any changes:
268268

269269
## Related Resources
270270

271-
- Jest documentation: https://jestjs.io/
272-
- TypeScript documentation: https://www.typescriptlang.org/
273271
- SAP CDS documentation: https://cap.cloud.sap/docs/cds/
274272
- CodeQL extractor documentation: https://codeql.github.com/docs/codeql-cli/extractor-options/

.github/prompts/dependency_upgrade.prompt.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,6 @@ Update version in `.github/workflows/*.yml`:
114114
```bash
115115
# Check Dependabot alerts
116116
# Navigate to repository → Security → Dependabot alerts
117-
118-
# Or manually check action repositories
119-
# Example: https://github.com/actions/checkout/releases
120117
```
121118

122119
### Update Actions
@@ -190,6 +187,4 @@ Before committing:
190187

191188
## Related Resources
192189

193-
- npm documentation: https://docs.npmjs.com/
194190
- CodeQL releases: https://github.com/github/codeql-cli-binaries/releases
195-
- GitHub Actions marketplace: https://github.com/marketplace?type=actions

.github/prompts/github_maintenance.prompt.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,4 +220,3 @@ gh issue create --web
220220

221221
- Agents.md guide: https://github.blog/ai-and-ml/github-copilot/how-to-write-a-great-agents-md-lessons-from-over-2500-repositories/
222222
- GitHub Actions syntax: https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions
223-
- Mermaid diagram syntax: https://mermaid-js.github.io/mermaid/

.github/workflows/copilot-setup-steps.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
install-language-runtimes: false
4848
install-ql-packs: false
4949

50+
- name: Copilot Setup Steps - Install apt packages
51+
shell: bash
52+
run: |
53+
echo "Installing apt packages"
54+
sudo apt update
55+
sudo apt install -y jq yamllint
56+
5057
- name: Copilot Setup Steps - Install QL packs
5158
shell: bash
5259
run: |

0 commit comments

Comments
 (0)