Skip to content

Commit 185a56a

Browse files
authored
Enable dependabot and switch GHA references to tags (#412)
### 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 bbd81b6 commit 185a56a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.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: "Swift Logging API"
1616

Benchmarks/MaxLogLevelWarning/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

Benchmarks/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version: 6.1
1+
// swift-tools-version: 6.0
22
// The swift-tools-version declares the minimum version of Swift required to build this package.
33

44
import PackageDescription

0 commit comments

Comments
 (0)