Skip to content

Commit 0187ed3

Browse files
authored
Enable dependabot and switch GHA references to tags (#168)
### Motivation: For better control over GitHub workflows, switch over to a tags-based dependency. ### Modifications: - Switch to tags - Enable dependabot to get weekly update checks ### Result: More streamlined and controlled GHA dependency updates.
1 parent 6e88f56 commit 0187ed3

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
soundness:
1212
name: Soundness
13-
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
13+
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.7
1414
with:
1515
license_header_check_project_name: "SwiftOpenAPIGenerator"
1616

0 commit comments

Comments
 (0)