Skip to content

Commit

Permalink
Merge branch 'master' into renovate/mdx-js-react-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Jan 27, 2023
2 parents 2c3583c + 51a0713 commit 474532b
Show file tree
Hide file tree
Showing 6 changed files with 374 additions and 325 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- name: Initialize CodeQL
uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2
uses: github/codeql-action/init@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2
with:
languages: ${{ matrix.language }}
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 # v2
uses: github/codeql-action/analyze@3ebbd71c74ef574dbc558c82f70e52732c8b44fe # v2
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Test deployment
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
- uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
with:
node-version: 17.x
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-browserlist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3
with:
fetch-depth: 0
- name: Configure git
Expand Down
2 changes: 1 addition & 1 deletion docs/storage/1-truenas/2-gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Example output:

```shell
root@truenas[~]# dmesg | grep i915
[ 5.980845] i915 0000:00:10.0: Your graphics device 4692 is not properly supporter by the driver in this
[ 5.980845] i915 0000:00:10.0: Your graphics device 4692 is not properly supported by the driver in this
kernel version. To force driver probe anyway, use i915.force_probe=4692
```

Expand Down
Loading

0 comments on commit 474532b

Please sign in to comment.