Skip to content

Commit 1a20e34

Browse files
[improve](build): version updates (#136)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 47d28e6 commit 1a20e34

File tree

5 files changed

+63
-8
lines changed

5 files changed

+63
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: ci.yml – Continuous Integration
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
7+
branches:
8+
- main
9+
permissions:
10+
contents: read
11+
12+
jobs:
13+
build:
14+
name: "Test with Jekyll ${{ matrix.jekyll }}"
15+
runs-on: "ubuntu-latest"
16+
strategy:
17+
matrix:
18+
jekyll: ["~> 4.3.4"]
19+
env:
20+
JEKYLL_VERSION: ${{ matrix.jekyll }}
21+
steps:
22+
- name: Checkout Repository
23+
uses: actions/[email protected]
24+
- name: Set Up Ruby 3.3.6
25+
uses: ruby/[email protected]
26+
with:
27+
ruby-version: 3.3.6
28+
bundler-cache: true
29+
- name: Run tests
30+
run: script/cibuild

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ jobs:
3434
- name: Checkout
3535
uses: actions/[email protected]
3636
- name: Setup Ruby
37-
uses: ruby/setup-ruby@v1.206.0
37+
uses: ruby/setup-ruby@v1.213.0
3838
with:
3939
ruby-version: '3.3.6' # Not needed with a .ruby-version file
4040
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
41-
cache-version: 1 # Increment this number if you need to re-download cached gems
41+
cache-version: 4 # Increment this number if you need to re-download cached gems
4242
- name: Setup Pages
4343
id: pages
4444
uses: actions/[email protected]

.github/workflows/readme-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout
1212
uses: actions/[email protected]
1313
- name: Checking markdown
14-
uses: DavidAnson/markdownlint-cli2-action@v18.0.0
14+
uses: DavidAnson/markdownlint-cli2-action@v19.1.0
1515
with:
1616
globs: |
1717
*.md

.github/workflows/test.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ jobs:
3333
timeout-minutes: 5
3434

3535
steps:
36-
- name: Harden Runner
37-
uses: step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
38-
with:
39-
egress-policy: audit
40-
4136
- uses: actions/[email protected]
4237
- run: git config --global user.name github-actions
4338
- run: git config --global user.email [email protected]

.github/workflows/workflows.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
layout: page
3+
title: GitHub Workflows
4+
---
5+
6+
## Revision Date: 2025-01-11 1:05 AM
7+
8+
| action | date | github |
9+
|---|---|---|
10+
| DavidAnson/[email protected] | Jan 19, 2025 | [DavidAnson/markdownlint-cli2-action: A GitHub Action to run the markdownlint-cli2 tool for linting Markdown/CommonMark files with the markdownlint library](https://github.com/DavidAnson/markdownlint-cli2-action) |
11+
| GitHubSecurityLab/actions-permissions/[email protected] | Dec 19, 2024 | [GitHubSecurityLab/actions-permissions: GitHub token permissions Monitor and Advisor actions](https://github.com/GitHubSecurityLab/actions-permissions) |
12+
| actions/[email protected] | Oct 23, 2024 | [actions/checkout: Action for checking out a repo](https://github.com/actions/checkout) |
13+
| actions/[email protected] | Mar 29, 2024 | [actions/configure-pages: An action to enable Pages and extract various metadata about a site. It can also be used to configure various static site generators we support as starter workflows.](https://github.com/actions/configure-pages) |
14+
| actions/[email protected] | Nov 20, 2024 | [actions/dependency-review-action: A GitHub Action for detecting vulnerable dependencies and invalid licenses in your PRs](https://github.com/actions/dependency-review-action) |
15+
| actions/[email protected] | Mar 18, 2024 | [actions/deploy-pages: GitHub Action to publish artifacts to GitHub Pages for deployments](https://github.com/actions/deploy-pages) |
16+
| actions/[email protected] | Aug 6, 2024 | [actions/jekyll-build-pages: A simple GitHub Action for producing Jekyll build artifacts compatible with GitHub Pages.](https://github.com/actions/jekyll-build-pages) |
17+
| actions/[email protected] | Oct 24, 2024 | [actions/setup-node: Set up your GitHub Actions workflow with a specific version of node.js](https://github.com/actions/setup-node) |
18+
| actions/[email protected] | Jan 9, 2025 | [actions/upload-artifact](https://github.com/actions/upload-artifact) |
19+
| actions/[email protected] | Feb 7, 2024 | [actions/upload-pages-artifact: A composite action for packaging and uploading an artifact that can be deployed to GitHub Pages.](https://github.com/actions/upload-pages-artifact) |
20+
| amannn/[email protected] | Jun 28, 2024 | [amannn/action-semantic-pull-request: A GitHub Action that ensures that your PR title matches the Conventional Commits spec](https://github.com/amannn/action-semantic-pull-request) |
21+
| github/codeql-action/[email protected] | Dec 12, 2024 | [github/codeql-action: Actions for running CodeQL analysis](https://github.com/github/codeql-action) |
22+
| github/codeql-action/[email protected] | Dec 12, 2024 | [github/codeql-action: Actions for running CodeQL analysis](https://github.com/github/codeql-action) |
23+
| github/codeql-action/[email protected] | Dec 12, 2024 | [github/codeql-action: Actions for running CodeQL analysis](https://github.com/github/codeql-action) |
24+
| github/codeql-action/[email protected] | Dec 12, 2024 | [github/codeql-action: Actions for running CodeQL analysis](https://github.com/github/codeql-action) |
25+
| googleapis/[email protected] | Jun 10, 2024 | [googleapis/release-please-action: automated releases based on conventional commits](https://github.com/googleapis/release-please-action)
26+
| googleapis/[email protected] | Nov 13, 2024 | [googleapis/release-please: generate release PRs based on the conventionalcommits.org spec](https://github.com/googleapis/release-please) |
27+
| lowlighter/[email protected] | Sep 12, 2023 | [lowlighter/metrics: 📊 An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!](https://github.com/lowlighter/metrics) |
28+
| ossf/[email protected] | Jul 26, 2024 | [ossf/scorecard-action: Official GitHub Action for OpenSSF Scorecard.](https://github.com/ossf/scorecard-action) |
29+
| ruby/[email protected] | Jan 18, 2025 | [ruby/setup-ruby: An action to download a prebuilt Ruby and add it to the PATH in 5 seconds](https://github.com/ruby/setup-ruby) |
30+
| step-security/[email protected] | Jan 9, 2025 | [step-security/harden-runner: Network egress filtering and runtime security for GitHub-hosted and self-hosted runners](https://github.com/step-security/harden-runner) |

0 commit comments

Comments
 (0)