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
2 changes: 1 addition & 1 deletion .github/workflows/boj-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v7.0.1
- name: Trigger BoJ Server (Casket/ssg-mcp)
run: |
# Send a secure trigger to boj-server to build this repository
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/casket-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,22 +22,22 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.1
uses: actions/checkout@v7.0.1

- name: Checkout casket-ssg
uses: actions/checkout@v4.1.1
uses: actions/checkout@v7.0.1
with:
repository: hyperpolymath/casket-ssg
path: .casket-ssg

- name: Setup GHCup
uses: haskell-actions/setup@v2.7.5
uses: haskell-actions/setup@v2.12.0
with:
ghc-version: '9.8.2'
cabal-version: '3.10'

- name: Cache Cabal
uses: actions/cache@v4.3.0
uses: actions/cache@v6.1.0
with:
path: |
~/.cabal/packages
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
find _site -maxdepth 2 | sort

- name: Setup Pages
uses: actions/configure-pages@v5.0.0
uses: actions/configure-pages@v6.0.0

# NOTE: actions/upload-pages-artifact is a composite that internally
# calls actions/upload-artifact@v4 (an UNPINNED upstream tag). The
Expand All @@ -144,7 +144,7 @@ jobs:
--exclude=.git --exclude=.github \
.
- name: Upload artifact
uses: actions/upload-artifact@v4.6.2
uses: actions/upload-artifact@v7.0.1
with:
name: github-pages
path: ${{ runner.temp }}/artifact.tar
Expand All @@ -160,4 +160,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4.0.5
uses: actions/deploy-pages@v5.0.1
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v4.3.1
uses: actions/checkout@v7.0.1

- name: Install Idris2 0.8.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ jobs:
persist-credentials: false

- name: Initialize CodeQL
uses: github/codeql-action/init@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v3
with:
category: "/language:${{ matrix.language }}"
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:
- name: Fetch Dependabot metadata
id: meta
uses: dependabot/fetch-metadata@v2.2.0
uses: dependabot/fetch-metadata@v3.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/dogfood-gate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.3.1
uses: actions/checkout@v7.0.1

- name: Check for A2ML files
id: detect
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.3.1
uses: actions/checkout@v7.0.1

- name: Check for K9 files
id: detect
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.3.1
uses: actions/checkout@v7.0.1

- name: Scan for invisible characters
id: lint
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.3.1
uses: actions/checkout@v7.0.1

- name: Check for Groove manifest
id: groove
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.3.1
uses: actions/checkout@v7.0.1

- name: Check and validate eclexiaiser manifest
id: eclex
Expand Down Expand Up @@ -307,7 +307,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.3.1
uses: actions/checkout@v7.0.1

- name: Generate dogfooding scorecard
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/finishingbot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
release-readiness:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v7.0.1

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@v1
Expand All @@ -44,7 +44,7 @@ jobs:
git -C "$RUNNER_TEMP/gitbot-fleet" checkout "$GITBOT_FLEET_REF"

- name: Cache dependencies
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.9.2
with:
workspaces: ${{ runner.temp }}/gitbot-fleet/bots/finishingbot

Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: Upload results
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v7.0.1
with:
name: finishingbot-results
path: finishingbot-results.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/glambot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
presentation-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v7.0.1

- name: Glambot status
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/instant-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Trigger Propagation
uses: peter-evans/repository-dispatch@v3.0.0
uses: peter-evans/repository-dispatch@v4.0.1
with:
token: ${{ secrets.FARM_DISPATCH_TOKEN }}
repository: hyperpolymath/.git-private-farm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-email-notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
timeout-minutes: 5
steps:
- name: Send push notification email
uses: hyperpolymath/smtp-notify-action@v0.2.0 # NOSONAR — pin authority is actions.lock (sha1-ede1191ef6ff3ac02c4f4d9efdf837ee517e11d7)
uses: hyperpolymath/smtp-notify-action@v0.3.0 # NOSONAR — pin authority is actions.lock (sha1-ede1191ef6ff3ac02c4f4d9efdf837ee517e11d7)
with:
server_address: ${{ secrets.SMTP_HOST }}
server_port: ${{ secrets.SMTP_PORT }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rhodibot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
rsr-compliance:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v7.0.1

- name: Setup Rust toolchain
uses: dtolnay/rust-toolchain@v1
Expand All @@ -45,7 +45,7 @@ jobs:
git -C "$RUNNER_TEMP/gitbot-fleet" checkout "$GITBOT_FLEET_REF"

- name: Cache dependencies
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.9.2
with:
workspaces: ${{ runner.temp }}/gitbot-fleet/bots/rhodibot

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Upload results
if: always()
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v7.0.1
with:
name: rhodibot-results
path: rhodibot-results.txt
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/seambot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
seam-health:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v7.0.1

- name: Check for seam register
id: check-seam
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:

- name: Cache dependencies
if: steps.check-seam.outputs.has_seam == 'true'
uses: Swatinem/rust-cache@v2.7.8
uses: Swatinem/rust-cache@v2.9.2
with:
workspaces: ${{ runner.temp }}/gitbot-fleet/bots/seambot

Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:

- name: Upload results
if: always() && steps.check-seam.outputs.has_seam == 'true'
uses: actions/upload-artifact@v4.1.0
uses: actions/upload-artifact@v7.0.1
with:
name: seambot-results
path: seambot-results.txt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
lint-workflows:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v7.0.1

- name: Check SPDX headers
run: |
Expand Down
Loading