Bump PSModule/Auto-Release from 1 to 2
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(6 months ago)
(6 months ago)
Major dependencies
Bumps PSModule/Auto-Release from 1 to 2.
Release notes
Sourced from PSModule/Auto-Release's releases.
v2.0.0
🌟[Major]: Rename action from
Auto-ReleasetoRelease-GHRepository(#90)Updates all references from the previous repository name
Auto-Releaseto the new nameRelease-GHRepositoryfollowing the repository rename.
- Fixes #89
Changes
Configuration
- action.yml: Updated action name from
Auto Release (by PSModule)toRelease GHRepository (by PSModule)and updated internal step namesDocumentation
- README.md: Updated title, usage examples, and action references from
PSModule/Auto-Release@v1toPSModule/Release-GHRepository@v1Workflows
- Release-GHRepository.yml: Renamed workflow file and updated workflow name, run-name, job names, and step names to reflect the new repository name
Breaking Changes
- Repository renamed from
Auto-ReleasetoRelease-GHRepository- Action reference changed from
PSModule/Auto-Release@v1toPSModule/Release-GHRepository@v1- Users must update their workflow files to use the new action reference
Migration
Update your workflow files to use the new action reference:
# Before - uses: PSModule/Auto-Release@v1After
- uses: PSModule/Release-GHRepository@v1
Notes
- GitHub automatically redirects old repository URLs, maintaining backward compatibility for existing users
- This change aligns with the PSModule naming convention (
Verb-GH*pattern for GitHub-specific actions)v1.9.6
🩹[Patch]: Configure Dependabot for daily schedule with 7-day cooldown (#88)
Summary
Configures Dependabot for daily update checking with a 7-day cooldown period and pins GitHub Actions to specific commit SHAs for improved security and reproducibility.
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Technical Details
| ID: | 13168478 |
| UUID: | 3854670802 |
| Node ID: | PR_kwDON9L3hc6_TMgw |
| Host: | GitHub |
| Repository: | PSModule/Invoke-ScriptAnalyzer |