Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
chriskyfung
/
My-PowerShell-Scripts
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
1
Star
8
Code
Issues
6
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
👷 ci: setup github actions and dependabot
- #36
#36
Merged
chriskyfung
merged 22 commits into
master
chriskyfung/My-PowerShell-Scripts:master
from
ci/setup-github-actions-and-dependabot
chriskyfung/My-PowerShell-Scripts:ci/setup-github-actions-and-dependabot
Copy head branch name to clipboard
Aug 10, 2026
Conversation
Commits
22
(22)
Checks
Files changed
Merged
👷 ci: setup github actions and dependabot
#36
chriskyfung
merged 22 commits into
master
chriskyfung/My-PowerShell-Scripts:master
from
ci/setup-github-actions-and-dependabot
chriskyfung/My-PowerShell-Scripts:ci/setup-github-actions-and-dependabot
Copy head branch name to clipboard
Commits
Commits on Aug 7, 2026
👷 ci: setup github actions and dependabot
Show description for 2e982a4
chriskyfung
committed
2e982a4
View commit details
Copy full SHA for 2e982a4
Browse repository at this point
💚 ci: simplify and split CI workflow jobs
Show description for ada25a8
chriskyfung
committed
ada25a8
View commit details
Copy full SHA for ada25a8
Browse repository at this point
💚 ci: fix PS engine control and SARIF scanning
Show description for fb763d8
chriskyfung
committed
fb763d8
View commit details
Copy full SHA for fb763d8
Browse repository at this point
✅ test(pester): improve CI and environment skipping
Show description for eaf13b2
chriskyfung
committed
eaf13b2
View commit details
Copy full SHA for eaf13b2
Browse repository at this point
💚 ci: optimize CI workflow and error handling
Show description for 42739c1
chriskyfung
committed
42739c1
View commit details
Copy full SHA for 42739c1
Browse repository at this point
🧪 test(theBrain): add safety check to cleanup logic
Show description for 947eeea
chriskyfung
committed
947eeea
View commit details
Copy full SHA for 947eeea
Browse repository at this point
💚 fix(ci): allow PSScriptAnalyzer to fail without stopping CI
Show description for 99e2309
chriskyfung
committed
99e2309
View commit details
Copy full SHA for 99e2309
Browse repository at this point
✅ test(pester): move skip logic to top-level scope
Show description for d723e14
chriskyfung
committed
d723e14
View commit details
Copy full SHA for d723e14
Browse repository at this point
💚 fix(ci): add PSSQLite module to setup action
chriskyfung
committed
9071f4c
View commit details
Copy full SHA for 9071f4c
Browse repository at this point
💚 fix(ci): replace ampersand with 'and' to avoid invalid character
Show description for a6c0da7
chriskyfung
committed
a6c0da7
View commit details
Copy full SHA for a6c0da7
Browse repository at this point
✅ test(theBrain): improve error handling test case
Show description for 4675c1f
chriskyfung
committed
4675c1f
View commit details
Copy full SHA for 4675c1f
Browse repository at this point
🧪 test(theBrain): mock data directory path
Show description for 190cdb9
chriskyfung
committed
190cdb9
View commit details
Copy full SHA for 190cdb9
Browse repository at this point
Commits on Aug 9, 2026
💚 fix(ci): replace PSScriptAnalyzer script with action
chriskyfung
committed
fe2278f
View commit details
Copy full SHA for fe2278f
Browse repository at this point
🐛 fix: resolve PS 5.1 encoding issue by replacing non-ASCII checkmarks and adding UTF-8 BOM
Show description for 7180bf0
chriskyfung
committed
7180bf0
View commit details
Copy full SHA for 7180bf0
Browse repository at this point
✅ test(theBrain): mock metadata path for independence
Show description for 980eb11
chriskyfung
committed
980eb11
View commit details
Copy full SHA for 980eb11
Browse repository at this point
🐛 fix: replace ampersand with "and" in extension export header
Show description for 1140746
chriskyfung
committed
1140746
View commit details
Copy full SHA for 1140746
Browse repository at this point
🔥 chore(ci): remove PowerShell 7 lint and test job
chriskyfung
committed
17b6952
View commit details
Copy full SHA for 17b6952
Browse repository at this point
✨ feat(theBrain): add -DataDirectory parameter
Show description for 6654723
chriskyfung
committed
6654723
View commit details
Copy full SHA for 6654723
Browse repository at this point
Commits on Aug 10, 2026
Revert "🔥 chore(ci): remove PowerShell 7 lint and test job"
Show description for 4daf8c4
chriskyfung
committed
4daf8c4
View commit details
Copy full SHA for 4daf8c4
Browse repository at this point
🧪 test(windows): skip tests on PowerShell Core
Show description for 6699ed7
chriskyfung
committed
6699ed7
View commit details
Copy full SHA for 6699ed7
Browse repository at this point
🧪 test: refine test skip logic
Show description for 295d761
chriskyfung
committed
295d761
View commit details
Copy full SHA for 295d761
Browse repository at this point
👷 chore(ci): update dependabot configuration
Show description for 7cae3e9
chriskyfung
committed
7cae3e9
View commit details
Copy full SHA for 7cae3e9
Browse repository at this point
You can’t perform that action at this time.