Skip to content

Commit 090ba35

Browse files
committed
2 parents 40f594a + 0343518 commit 090ba35

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494

9595
# Push the Snyk Code results into GitHub Code Scanning tab
9696
- name: Upload result to GitHub Code Scanning
97-
uses: github/codeql-action/upload-sarif@6349095d19ec30397ffb02a63b7aa4f867deb563
97+
uses: github/codeql-action/upload-sarif@df9f80e0f0fcc8711b6e26ef4cf69e553f271e88
9898
env:
9999
SNYK_TOKEN: ${{ secrets.SNYK_SECRET_TOKEN }}
100100
with:

site/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
source "https://rubygems.org"
22

3-
gem "jekyll", "~> 4.2.0"
3+
gem "jekyll", "~> 4.4.0"
44
gem "minima", "~> 2.5" # Theme specified in your _config.yml
55

66
# Plugins
7-
gem "jekyll-relative-links", "~> 0.6.1"
7+
gem "jekyll-relative-links", "~> 0.7.0"
88
gem "jekyll-include-cache", "~> 0.2.1" # Optional: Improves build performance
99

1010
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
@@ -15,7 +15,7 @@ platforms :mingw, :x64_mingw, :mswin, :jruby do
1515
end
1616

1717
# Performance-booster for watching directories on Windows
18-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
18+
gem "wdm", "~> 0.2.0", :platforms => [:mingw, :x64_mingw, :mswin]
1919

2020
# Lock Jekyll to v4 to prevent GitHub Pages gem from overwriting
2121
gem "webrick", "~> 1.7" # Required for Ruby 3.0+

0 commit comments

Comments
 (0)