1 Commits

Author SHA1 Message Date
renovate-bot 693d8ff3dc 🔧 Renovate: Pin dependencies 2026-06-30 22:52:21 +00:00
2 changed files with 31 additions and 31 deletions
+15 -15
View File
@@ -21,12 +21,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with: with:
fetch-depth: 1 fetch-depth: 1
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
@@ -42,7 +42,7 @@ jobs:
assignee: ${{ github.actor }} assignee: ${{ github.actor }}
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
@@ -55,12 +55,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with: with:
submodules: true submodules: true
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
@@ -68,7 +68,7 @@ jobs:
notification_message: "Starting link inspectionn... 🔍" notification_message: "Starting link inspectionn... 🔍"
- name: Install Hugo - name: Install Hugo
uses: peaceiris/actions-hugo@v3.0.0 uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
with: with:
hugo-version: "latest" hugo-version: "latest"
# extended: true # extended: true
@@ -79,7 +79,7 @@ jobs:
hugo version hugo version
- name: Linkinator - name: Linkinator
uses: JustinBeckwith/linkinator-action@v1.11.0 uses: JustinBeckwith/linkinator-action@3d5ba091319fa7b0ac14703761eebb7d100e6f6d # v1.11.0
with: with:
paths: . paths: .
serverRoot: ./ serverRoot: ./
@@ -89,7 +89,7 @@ jobs:
verbosity: error verbosity: error
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
@@ -102,7 +102,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Cache tea CLI - name: Cache tea CLI
id: cache-tea id: cache-tea
@@ -129,7 +129,7 @@ jobs:
echo "pr_index=${pr_index}" >> $GITHUB_OUTPUT echo "pr_index=${pr_index}" >> $GITHUB_OUTPUT
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
@@ -142,24 +142,24 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with: with:
submodules: true submodules: true
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3
with: with:
hugo-version: "latest" hugo-version: "latest"
extended: true extended: true
- name: Setup rsync - name: Setup rsync
id: setup_rsync id: setup_rsync
uses: GuillaumeFalourd/setup-rsync@v1.2 uses: GuillaumeFalourd/setup-rsync@c16d3c9077132c8ee28eb9de74edcb41c0e0e816 # v1.2
with: with:
ssh_key: ${{ secrets.VPS_DEPLOY_KEY }} ssh_key: ${{ secrets.VPS_DEPLOY_KEY }}
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
@@ -187,7 +187,7 @@ jobs:
docker container restart hugo docker container restart hugo
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RUNNER_GOTIFY_TOKEN }}"
@@ -18,10 +18,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}"
@@ -34,7 +34,7 @@ jobs:
echo "files=$(find content/en -type f -name "*.md" | tr '\n' ' ')" >> $GITHUB_OUTPUT echo "files=$(find content/en -type f -name "*.md" | tr '\n' ' ')" >> $GITHUB_OUTPUT
- name: GPT Translations (es,ko,zh-Hans) - name: GPT Translations (es,ko,zh-Hans)
uses: 3ru/gpt-translate@v1.2.2 # PR creation happens here uses: 3ru/gpt-translate@6f81acc9116f18f15c4529dee2f58c5fb5fcbb8d # v1.2.2 # PR creation happens here
with: with:
token: ${{ secrets.BOT_GITEA_TOKEN }} token: ${{ secrets.BOT_GITEA_TOKEN }}
provider: "openai" provider: "openai"
@@ -52,7 +52,7 @@ jobs:
add: "./content/*" add: "./content/*"
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}"
@@ -65,10 +65,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Code - name: Checkout Code
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}"
@@ -76,7 +76,7 @@ jobs:
notification_message: "Starting link inspectionn... 🔍" notification_message: "Starting link inspectionn... 🔍"
- name: Install Hugo - name: Install Hugo
uses: peaceiris/actions-hugo@v3.0.0 uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0
with: with:
hugo-version: "latest" hugo-version: "latest"
extended: true extended: true
@@ -87,7 +87,7 @@ jobs:
hugo version hugo version
- name: Linkinator - name: Linkinator
uses: JustinBeckwith/linkinator-action@v1.11.0 uses: JustinBeckwith/linkinator-action@3d5ba091319fa7b0ac14703761eebb7d100e6f6d # v1.11.0
with: with:
paths: . paths: .
serverRoot: ./ serverRoot: ./
@@ -97,7 +97,7 @@ jobs:
verbosity: error verbosity: error
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}"
@@ -110,7 +110,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Cache tea CLI - name: Cache tea CLI
id: cache-tea id: cache-tea
@@ -137,7 +137,7 @@ jobs:
echo "pr_index=${pr_index}" >> $GITHUB_OUTPUT echo "pr_index=${pr_index}" >> $GITHUB_OUTPUT
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}"
@@ -150,24 +150,24 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v4 uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
with: with:
submodules: true submodules: true
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v3 uses: peaceiris/actions-hugo@2752ce1d29631191ea3f27c23495fa06139a5b78 # v3
with: with:
hugo-version: "latest" hugo-version: "latest"
extended: true extended: true
- name: Setup rsync - name: Setup rsync
id: setup_rsync id: setup_rsync
uses: GuillaumeFalourd/setup-rsync@v1.2 uses: GuillaumeFalourd/setup-rsync@c16d3c9077132c8ee28eb9de74edcb41c0e0e816 # v1.2
with: with:
ssh_key: ${{ secrets.VPS_DEPLOY_KEY }} ssh_key: ${{ secrets.VPS_DEPLOY_KEY }}
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}"
@@ -197,7 +197,7 @@ jobs:
docker container restart hugo docker container restart hugo
- name: Gotify Notification - name: Gotify Notification
uses: eikendev/gotify-action@master uses: eikendev/gotify-action@cb63800546f25c393ab96f09d12a094138c514f4 # master
with: with:
gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}" gotify_api_base: "${{ secrets.RUNNER_GOTIFY_URL }}"
gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}" gotify_app_token: "${{ secrets.RINOA_RUNNER_GOTIFY_TOKEN }}"