Skip to content

Commit c9b44eb

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main' into prototype
2 parents 713cac8 + 721bb08 commit c9b44eb

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Please see the documentation for all configuration options:
2+
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3+
4+
version: 2
5+
updates:
6+
7+
# Maintain dependencies for GitHub Actions
8+
- package-ecosystem: "github-actions"
9+
directory: "/" # Uses default location of GitHub Workflows
10+
schedule:
11+
interval: "weekly"
12+
groups:
13+
prod-github-actions:
14+
dependency-type: "production"
15+
dev-github-actions:
16+
dependency-type: "development"
17+
18+
# Maintain dependencies for Gradle
19+
- package-ecosystem: "swift"
20+
directory: "/"
21+
schedule:
22+
interval: "weekly"
23+
groups:
24+
gradle-minor-dependencies:
25+
update-types:
26+
- "minor"
27+
- "patch"

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54-
swift: ["5.10.1", "5.10.0"]
54+
swift: ["5.10.1"]
5555
os: [macos-latest]
5656
include:
5757
- language: swift
@@ -66,7 +66,7 @@ jobs:
6666
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
6767
steps:
6868
- name: Initialize latest xcode
69-
uses: maxim-lobanov/setup-xcode@v1
69+
uses: maxim-lobanov/setup-xcode@v1.6.0
7070
with:
7171
xcode-version: latest-stable
7272

.github/workflows/swiftlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Performs analysis using Swift Lint and outputs a Sarif Report
3636
- name: GitHub Action for SwiftLint
37-
uses: stanfordbdhg/action-swiftlint@v4
37+
uses: stanfordbdhg/action-swiftlint@v4.0.0
3838
with:
3939
args: --reporter sarif --output lint-results-debug.sarif
4040
# https://github.com/realm/SwiftLint/issues/4048

0 commit comments

Comments
 (0)