Compare commits

..

No commits in common. "e7d57545ebc34ccc94989cfbf91a97ff15367314" and "50bf4770341a8ecf711aad132bdd6974dc5299ac" have entirely different histories.

5 changed files with 4 additions and 6 deletions

View File

@ -36,7 +36,7 @@ jobs:
with: with:
submodules: "true" submodules: "true"
- name: Setup Ruby - name: Setup Ruby
uses: ruby/setup-ruby@master uses: ruby/setup-ruby@3a77c29278ae80936b4cb030fefc7d21c96c786f # v1.185.0
with: with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems cache-version: 0 # Increment this number if you need to re-download cached gems

View File

@ -63,14 +63,14 @@ repos:
] ]
- repo: https://github.com/python-jsonschema/check-jsonschema - repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.29.0 rev: 0.28.6
hooks: hooks:
- id: check-dependabot - id: check-dependabot
- id: check-github-workflows - id: check-github-workflows
- id: check-gitlab-ci - id: check-gitlab-ci
- repo: https://github.com/fsfe/reuse-tool - repo: https://github.com/fsfe/reuse-tool
rev: v4.0.3 rev: v4.0.2
hooks: hooks:
- id: reuse - id: reuse
exclude: ^.cache\/.*$ exclude: ^.cache\/.*$

2
Gemfile.lock generated
View File

@ -223,7 +223,7 @@ DEPENDENCIES
webrick webrick
RUBY VERSION RUBY VERSION
ruby 3.3.4p94 ruby 3.3.3p89
BUNDLED WITH BUNDLED WITH
2.5.11 2.5.11

View File

@ -62,7 +62,6 @@ sudo firewall-cmd --add-service=mosh --permanent
sudo firewall-cmd --add-service=ntp --permanent sudo firewall-cmd --add-service=ntp --permanent
sudo firewall-cmd --add-service=syncthing --permanent sudo firewall-cmd --add-service=syncthing --permanent
sudo firewall-cmd --add-service=mdns --permanent sudo firewall-cmd --add-service=mdns --permanent
sudo firewall-cmd --add-service=kdeconnect --permanent
``` ```
- I trust Chrony (ntp) to not allow it to be used from outside of LAN as - I trust Chrony (ntp) to not allow it to be used from outside of LAN as

1
package.json vendored
View File

@ -1,7 +1,6 @@
{ {
"devDependencies": { "devDependencies": {
"@prettier/plugin-xml": "3.4.1", "@prettier/plugin-xml": "3.4.1",
"mvdan-sh": "0.10.1",
"prettier": "3.3.2", "prettier": "3.3.2",
"prettier-plugin-sh": "0.14.0" "prettier-plugin-sh": "0.14.0"
}, },