From 3a617b977a618161139b181bedb292c265804a5c Mon Sep 17 00:00:00 2001 From: xnoto Date: Fri, 14 Aug 2026 01:40:15 -0600 Subject: [PATCH] chore: clarify comments and pin CI dependencies --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 10 ++++----- .pre-commit-config.yaml | 6 +++--- makeitwork.cloud/index.html | 40 ------------------------------------ makeitwork.cloud/sw.js | 8 ++------ opencode.json | 2 ++ 6 files changed, 13 insertions(+), 57 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3b7589..db29008 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: static-checks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Run pre-commit hooks - uses: pre-commit/action@v3.0.1 + uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 - name: Check service worker syntax run: node --check makeitwork.cloud/sw.js diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fba4ce7..5a7b48f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,6 +1,4 @@ --- -# https://github.com/aws-actions/configure-aws-credentials -# name: deploy on: push: @@ -10,16 +8,16 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.1 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Static checks - uses: pre-commit/action@v3.0.1 + uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1 - name: Check service worker syntax run: node --check makeitwork.cloud/sw.js - name: Configure AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.3 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} @@ -34,7 +32,7 @@ jobs: --exclude 'README.md' - name: Configure onion AWS credentials - uses: aws-actions/configure-aws-credentials@v6.2.3 + uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3 with: aws-access-key-id: ${{ secrets.ONION_AWS_ACCESS_KEY_ID }} aws-secret-access-key: ${{ secrets.ONION_AWS_SECRET_ACCESS_KEY }} diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e18eadc..1e223a4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v6.0.0 + rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -12,13 +12,13 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/gitleaks/gitleaks - rev: v8.30.1 + rev: 83d9cd684c87d95d656c1458ef04895a7f1cbd8e # v8.30.1 hooks: - id: gitleaks entry: gitleaks dir --redact --verbose . pass_filenames: false - repo: https://github.com/rhysd/actionlint - rev: v1.7.12 + rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # v1.7.12 hooks: - id: actionlint - repo: local diff --git a/makeitwork.cloud/index.html b/makeitwork.cloud/index.html index 59266e2..0395786 100644 --- a/makeitwork.cloud/index.html +++ b/makeitwork.cloud/index.html @@ -19,7 +19,6 @@ http-equiv="onion-location" content="http://zvr4i7wkppsuj3czsxk3dtdkodbrvobre2ao57z4nebqgyijuwp6znad.onion" /> - - -