Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release-published.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ name: release-published
on:
release:
types: [published]
permissions:
actions: read
permissions: {}
defaults:
run:
# Force all run commands to not use Rosetta 2
Expand All @@ -17,6 +16,7 @@ jobs:
if: ${{!github.event.repository.fork}}
runs-on: macos-26
permissions:
actions: read
contents: write
pull-requests: write
steps:
Expand Down
55 changes: 55 additions & 0 deletions .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
#
# .github/workflows/scorecard.yaml
#
---
name: OSSF Scorecard
on:
branch_protection_rule:
types: [created, deleted, edited]
pull_request:
branches:
- main
push:
branches: [main]
schedule:
- cron: 27 21 * * 4
workflow_dispatch: {}
permissions: {}
jobs:
analysis:
name: Scorecard analysis
runs-on: ubuntu-latest
if: github.event.repository.default_branch == github.ref_name || github.event_name == 'pull_request'
permissions:
contents: read
security-events: write
id-token: write
steps:
- name: Checkout code
env:
GIT_CONFIG_COUNT: 1
GIT_CONFIG_KEY_0: init.defaultBranch
GIT_CONFIG_VALUE_0: ${{github.event.repository.default_branch}}
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false

- name: Run analysis
uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
with:
results_file: results.sarif
results_format: sarif
repo_token: ${{github.token}}
publish_results: ${{github.event_name != 'pull_request'}}

- name: Upload artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: SARIF file
path: results.sarif
retention-days: 5

- name: Upload to code-scanning
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ brew "actionlint" # 1.7.12
brew "editorconfig-checker" # 3.6.1
brew "gh" # 2.92.0
brew "git" # 2.54.0
brew "ipsw" # 3.1.672
brew "ipsw" # 3.1.674
brew "markdownlint-cli2" # 0.22.1
brew "periphery" if MacOS.version >= :sequoia && `/usr/bin/arch` == "arm64" # 3.7.4
brew "shellcheck" # 0.11.0
Expand Down
3 changes: 2 additions & 1 deletion GEMINI.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Refer to [AGENTS.md](AGENTS.md) for comprehensive guidelines. Key highlights:

### YAML Guidelines

- **Style:** 2 spaces indentation, single quotes for strings, unix newlines.
- **Style:** 2-space indentation, unix newlines, quoted strings only when
necessary, single quotes for strings.
- **Rules:** Forbid non-empty braces, require document start (`---`).

### Zsh Scripting
Expand Down
6 changes: 3 additions & 3 deletions Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _ = Package(
.package(url: "https://github.com/apple/swift-atomics.git", from: "1.3.0"),
.package(url: "https://github.com/apple/swift-collections.git", from: "1.4.1"),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.7.0"),
.package(url: "https://github.com/mas-cli/swift-json.git", from: "3.3.0"),
.package(url: "https://github.com/mas-cli/swift-json.git", from: "3.3.1"),
Comment thread
rgoldberg marked this conversation as resolved.
.package(url: "https://github.com/scinfu/SwiftSoup.git", from: "2.13.4"),
],
targets: [
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.672, BuildCommit: Homebrew)
// Generated by https://github.com/blacktop/ipsw (Version: 3.1.674, BuildCommit: Homebrew)
//
// - LC_BUILD_VERSION: Platform: macOS, MinOS: 26.2, SDK: 26.2, Tool: ld (1230.3)
// - LC_SOURCE_VERSION: 716.2.2.0.0
Expand Down
Loading