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
115 changes: 115 additions & 0 deletions .github/workflows/actions.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,115 @@
# This file is machine-generated by `gh actions-lock`.
# Do not edit by hand; run `gh actions-lock` to update.
# Docs: https://gh.io/actions-lockfile
version: 'v0.0.2'
workflows:
'.github/workflows/governance.yml': []
'.github/workflows/ci.yml':
- 'actions/checkout@v7.0.1'
'.github/workflows/codeql.yml':
- 'actions/checkout@v7.0.1'
- 'github/codeql-action@v4.37.8'
'.github/workflows/hypatia-scan.yml':
- 'actions/checkout@v7.0.1'
- 'actions/github-script@v9.0.0'
- 'actions/upload-artifact@v7.0.1'
- 'erlef/setup-beam@v1.24.1'
- 'github/codeql-action@v4.37.8'
'.github/workflows/instant-sync.yml':
- 'peter-evans/repository-dispatch@v4.0.1'
'.github/workflows/mirror.yml':
- 'actions/checkout@v7.0.1'
- 'dtolnay/rust-toolchain@v1'
- 'webfactory/ssh-agent@v0.10.0'
'.github/workflows/publish-container.yml':
- 'actions/checkout@v7.0.1'
- 'docker/build-push-action@v7.3.0'
- 'docker/login-action@v4.6.0'
- 'docker/metadata-action@v6.2.0'
'.github/workflows/release.yml':
- 'actions/checkout@v7.0.1'
- 'softprops/action-gh-release@v3.0.2'
'.github/workflows/scorecard.yml':
- 'actions/checkout@v7.0.1'
- 'github/codeql-action@v4.37.8'
- 'ossf/scorecard-action@v2.4.4'
'.github/workflows/secret-scanner.yml':
- 'actions/checkout@v7.0.1'
- 'gitleaks/gitleaks-action@v3.0.0'
- 'trufflesecurity/trufflehog@v3.97.1'
dependencies:
'actions/checkout@v7.0.1':
ref: 'v7.0.1'
commit: 'sha1-3d3c42e5aac5ba805825da76410c181273ba90b1'
owner_id: 44036562
repo_id: 197814629
'actions/github-script@v9.0.0':
ref: 'v9.0.0'
commit: 'sha1-3a2844b7e9c422d3c10d287c895573f7108da1b3'
owner_id: 44036562
repo_id: 205262760
'actions/upload-artifact@v7.0.1':
ref: 'v7.0.1'
commit: 'sha1-043fb46d1a93c77aae656e7c1c64a875d1fc6a0a'
owner_id: 44036562
repo_id: 192625955
'docker/build-push-action@v7.3.0':
ref: 'v7.3.0'
commit: 'sha1-53b7df96c91f9c12dcc8a07bcb9ccacbed38856a'
owner_id: 5429470
repo_id: 241092383
'docker/login-action@v4.6.0':
ref: 'v4.6.0'
commit: 'sha1-dbcb813823bdd20940b903addbd779551569679f'
owner_id: 5429470
repo_id: 287743349
'docker/metadata-action@v6.2.0':
ref: 'v6.2.0'
commit: 'sha1-dc802804100637a589fabce1cb79ff13a1411302'
owner_id: 5429470
repo_id: 306769011
'dtolnay/rust-toolchain@v1':
ref: 'v1'
commit: 'sha1-6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772'
owner_id: 1940490
repo_id: 260749683
'erlef/setup-beam@v1.24.1':
ref: 'v1.24.1'
commit: 'sha1-54075bcc5e249e4758d363f27d099f55d843f124'
owner_id: 47606891
repo_id: 331103973
'github/codeql-action@v4.37.8':
ref: 'v4.37.8'
commit: 'sha1-db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28'
owner_id: 9919
repo_id: 259445878
'gitleaks/gitleaks-action@v3.0.0':
ref: 'v3.0.0'
commit: 'sha1-e0c47f4f8be36e29cdc102c57e68cb5cbf0e8d1e'
owner_id: 90395851
repo_id: 242854909
'ossf/scorecard-action@v2.4.4':
ref: 'v2.4.4'
commit: 'sha1-2d1146689b8cda280b9bc96326124645441f03bc'
owner_id: 67707773
repo_id: 421101922
'peter-evans/repository-dispatch@v4.0.1':
ref: 'v4.0.1'
commit: 'sha1-28959ce8df70de7be546dd1250a005dd32156697'
owner_id: 18365890
repo_id: 220359305
'softprops/action-gh-release@v3.0.2':
ref: 'v3.0.2'
commit: 'sha1-3d0d9888cb7fd7b750713d6e236d1fcb99157228'
owner_id: 2242
repo_id: 204253808
'trufflesecurity/trufflehog@v3.97.1':
ref: 'v3.97.1'
commit: 'sha1-20652fbbdefffcdaa493a5bf57ab2ac6b1db715b'
owner_id: 79229934
repo_id: 77726177
'webfactory/ssh-agent@v0.10.0':
ref: 'v0.10.0'
commit: 'sha1-e83874834305fe9a4a2997156cb26c5de65a8555'
owner_id: 135788
repo_id: 208510314
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: MPL-2.0-or-later
# This workflow is managed by gh actions-lock.
name: CI

on:
Expand All @@ -14,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1

- name: Install GNAT and GPRbuild
run: |
Expand All @@ -31,7 +32,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1

- name: Install GNAT, GPRbuild, and GNATprove
run: |
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: PMPL-1.0-or-later
# This workflow is managed by gh actions-lock.
name: CodeQL Security Analysis

on:
Expand Down Expand Up @@ -62,15 +63,15 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
uses: actions/checkout@v7.0.1

- name: Initialize CodeQL
uses: github/codeql-action/init@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v3.28.1
uses: github/codeql-action/init@v4.37.8
with:
languages: ${{ matrix.language }}
build-mode: none

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v3.28.1
uses: github/codeql-action/analyze@v4.37.8
with:
category: "/language:${{ matrix.language }}"
2 changes: 2 additions & 0 deletions .github/workflows/governance.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: PMPL-1.0-or-later
# This workflow is managed by gh actions-lock.
# governance.yml — single wrapper calling the shared estate governance bundle
# in hyperpolymath/standards instead of carrying per-repo copies.
#
Expand All @@ -19,6 +20,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read

jobs:
Expand Down
11 changes: 6 additions & 5 deletions .github/workflows/hypatia-scan.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: PMPL-1.0-or-later
# This workflow is managed by gh actions-lock.
# Hypatia Neurosymbolic CI/CD Security Scan
name: Hypatia Security Scan

Expand Down Expand Up @@ -46,12 +47,12 @@

steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
uses: actions/checkout@v7.0.1
with:
fetch-depth: 0 # Full history for better pattern analysis

- name: Setup Elixir for Hypatia scanner
uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.18.2
uses: erlef/setup-beam@v1.24.1

Check failure on line 55 in .github/workflows/hypatia-scan.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByR2sxbnbqiQBgqUK&open=AaBByR2sxbnbqiQBgqUK&pullRequest=62
with:
elixir-version: '1.18'
otp-version: '27'
Expand Down Expand Up @@ -105,7 +106,7 @@
echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY

- name: Upload findings artifact
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
uses: actions/upload-artifact@v7.0.1
with:
name: hypatia-findings
path: hypatia-findings.json
Expand Down Expand Up @@ -241,7 +242,7 @@
always() &&
(github.event_name != 'pull_request' ||
github.event.pull_request.head.repo.fork != true)
uses: github/codeql-action/upload-sarif@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # v3.28.1
uses: github/codeql-action/upload-sarif@v4.37.8
with:
sarif_file: hypatia.sarif
# Distinct category so Hypatia results coexist with CodeQL's
Expand Down Expand Up @@ -381,7 +382,7 @@
# the pull-requests: write permission above: a token/API hiccup or
# a fork PR (read-only token) skips the comment, not the check.
continue-on-error: true
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
uses: actions/github-script@v9.0.0
with:
script: |
const fs = require('fs');
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/instant-sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: MPL-2.0-or-later
# This workflow is managed by gh actions-lock.
# Instant Forge Sync - Add this to your repo's .github/workflows/
# Triggers propagation to all forges on push/release
name: Instant Sync
Expand All @@ -17,7 +18,7 @@
runs-on: ubuntu-latest
steps:
- name: Trigger Propagation
uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v3
uses: peter-evans/repository-dispatch@v4.0.1

Check failure on line 21 in .github/workflows/instant-sync.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByR1WxbnbqiQBgqUH&open=AaBByR1WxbnbqiQBgqUH&pullRequest=62
with:
token: ${{ secrets.FARM_DISPATCH_TOKEN }}
repository: hyperpolymath/.git-private-farm
Expand Down
29 changes: 15 additions & 14 deletions .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: MPL-2.0-or-later
# This workflow is managed by gh actions-lock.
# SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
name: Mirror to Git Forges

Expand All @@ -14,11 +15,11 @@
runs-on: ubuntu-latest
if: vars.GITLAB_MIRROR_ENABLED == 'true'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

- uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
- uses: webfactory/ssh-agent@v0.10.0

Check failure on line 22 in .github/workflows/mirror.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByRx6xbnbqiQBgqUA&open=AaBByRx6xbnbqiQBgqUA&pullRequest=62
with:
ssh-private-key: ${{ secrets.GITLAB_SSH_KEY }}

Expand All @@ -32,11 +33,11 @@
runs-on: ubuntu-latest
if: vars.BITBUCKET_MIRROR_ENABLED == 'true'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

- uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
- uses: webfactory/ssh-agent@v0.10.0

Check failure on line 40 in .github/workflows/mirror.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByRx6xbnbqiQBgqUB&open=AaBByRx6xbnbqiQBgqUB&pullRequest=62
with:
ssh-private-key: ${{ secrets.BITBUCKET_SSH_KEY }}

Expand All @@ -50,11 +51,11 @@
runs-on: ubuntu-latest
if: vars.CODEBERG_MIRROR_ENABLED == 'true'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

- uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
- uses: webfactory/ssh-agent@v0.10.0

Check failure on line 58 in .github/workflows/mirror.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByRx6xbnbqiQBgqUC&open=AaBByRx6xbnbqiQBgqUC&pullRequest=62
with:
ssh-private-key: ${{ secrets.CODEBERG_SSH_KEY }}

Expand All @@ -68,11 +69,11 @@
runs-on: ubuntu-latest
if: vars.SOURCEHUT_MIRROR_ENABLED == 'true'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

- uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
- uses: webfactory/ssh-agent@v0.10.0

Check failure on line 76 in .github/workflows/mirror.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByRx6xbnbqiQBgqUD&open=AaBByRx6xbnbqiQBgqUD&pullRequest=62
with:
ssh-private-key: ${{ secrets.SOURCEHUT_SSH_KEY }}

Expand All @@ -86,11 +87,11 @@
runs-on: ubuntu-latest
if: vars.DISROOT_MIRROR_ENABLED == 'true'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

- uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
- uses: webfactory/ssh-agent@v0.10.0

Check failure on line 94 in .github/workflows/mirror.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByRx6xbnbqiQBgqUE&open=AaBByRx6xbnbqiQBgqUE&pullRequest=62
with:
ssh-private-key: ${{ secrets.DISROOT_SSH_KEY }}

Expand All @@ -104,11 +105,11 @@
runs-on: ubuntu-latest
if: vars.GITEA_MIRROR_ENABLED == 'true'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

- uses: webfactory/ssh-agent@e83874834305fe9a4a2997156cb26c5de65a8555 # v0.10.0
- uses: webfactory/ssh-agent@v0.10.0

Check failure on line 112 in .github/workflows/mirror.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByRx6xbnbqiQBgqUF&open=AaBByRx6xbnbqiQBgqUF&pullRequest=62
with:
ssh-private-key: ${{ secrets.GITEA_SSH_KEY }}

Expand All @@ -122,12 +123,12 @@
runs-on: ubuntu-latest
if: vars.RADICLE_MIRROR_ENABLED == 'true'
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1
with:
fetch-depth: 0

- name: Setup Rust
uses: dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # stable
uses: dtolnay/rust-toolchain@v1

Check failure on line 131 in .github/workflows/mirror.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByRx6xbnbqiQBgqUG&open=AaBByRx6xbnbqiQBgqUG&pullRequest=62
with:
toolchain: stable

Expand Down
9 changes: 5 additions & 4 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# SPDX-License-Identifier: MPL-2.0-or-later
# This workflow is managed by gh actions-lock.
name: Publish Container

on:
Expand All @@ -14,18 +15,18 @@
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v4
- uses: actions/checkout@v7.0.1

- name: Log in to GitHub Container Registry
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v3
uses: docker/login-action@v4.6.0

Check failure on line 21 in .github/workflows/publish-container.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByR4BxbnbqiQBgqUM&open=AaBByR4BxbnbqiQBgqUM&pullRequest=62
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Extract metadata
id: meta
uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v5
uses: docker/metadata-action@v6.2.0

Check failure on line 29 in .github/workflows/publish-container.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByR4BxbnbqiQBgqUN&open=AaBByR4BxbnbqiQBgqUN&pullRequest=62
with:
images: ghcr.io/${{ github.repository }}
tags: |
Expand All @@ -35,7 +36,7 @@
type=sha

- name: Build and push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v6
uses: docker/build-push-action@v7.3.0

Check failure on line 39 in .github/workflows/publish-container.yml

View check run for this annotation

SonarQubeCloud / SonarCloud Code Analysis

Use full commit SHA hash for this dependency.

See more on https://sonarcloud.io/project/issues?id=hyperpolymath_bitfuckit&issues=AaBByR4BxbnbqiQBgqUO&open=AaBByR4BxbnbqiQBgqUO&pullRequest=62
with:
context: .
file: ./Containerfile
Expand Down
Loading
Loading