Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jonasbn/til
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Dec 6, 2024
2 parents 8ab4f8f + 395d0fe commit fef0ca4
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Markdownlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- uses: nosborn/github-action-markdown-cli@v3.3.0
name: Markdownlint
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
name: Spellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

- name: Get all changed markdown files
uses: tj-actions/changed-files@c3a1bb2c992d77180ae65be6ae6c166cf40f857c # v45
uses: tj-actions/changed-files@4edd678ac3f81e2dc578756871e4d00c19191daf # v45
id: changed_files
with:
files: |
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ gem "jekyll-github-metadata"
gem 'jemoji'
# Security patch
# REF: https://security.snyk.io/vuln/SNYK-RUBY-WEBRICK-8068535
gem 'webrick', '1.8.2'
gem 'webrick', '1.9.0'
8 changes: 3 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.6)
strscan
rexml (3.3.9)
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
Expand All @@ -257,7 +256,6 @@ GEM
faraday (>= 0.17.3, < 3)
securerandom (0.3.1)
simpleidn (0.2.3)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
typhoeus (1.4.1)
Expand All @@ -266,7 +264,7 @@ GEM
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.0)
webrick (1.8.2)
webrick (1.9.0)

PLATFORMS
ruby
Expand All @@ -275,7 +273,7 @@ DEPENDENCIES
github-pages
jekyll-github-metadata
jemoji
webrick (= 1.8.2)
webrick (= 1.9.0)

BUNDLED WITH
2.1.4

0 comments on commit fef0ca4

Please sign in to comment.