From e9051466be555c23866eb9d60648b377a2a6eaec Mon Sep 17 00:00:00 2001 From: electrocucaracha bot Date: Fri, 14 Nov 2025 01:01:46 +0000 Subject: [PATCH] Upgrade pinned versions --- .github/actions/vagrant-up/action.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/spell.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/vagrant-up/action.yml b/.github/actions/vagrant-up/action.yml index 7af8cfc..395f107 100644 --- a/.github/actions/vagrant-up/action.yml +++ b/.github/actions/vagrant-up/action.yml @@ -46,7 +46,7 @@ runs: VBoxManage list runningvms --long - name: Upload VM logs if: failure() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # 4.6.2 + uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # 5.0.0 with: name: vm-logs-${{ inputs.os }}_${{ inputs.provider }}-${{ github.run_id }} path: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 23db0ab..a7d456c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0 - name: Run super-linter validation - uses: super-linter/super-linter@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # 8.2.0 + uses: super-linter/super-linter@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # 8.2.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} LINTER_RULES_PATH: / diff --git a/.github/workflows/spell.yml b/.github/workflows/spell.yml index c6eba1c..c48c926 100644 --- a/.github/workflows/spell.yml +++ b/.github/workflows/spell.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # 5.0.0 - - uses: reviewdog/action-misspell@8f4203d27a6896ebd5cd8bdd861b36bd18c37978 # 1.26.3 + - uses: reviewdog/action-misspell@e7ea17f144822818706c7e579de7927d59384575 # 1.27.0 with: github_token: ${{ secrets.github_token }} check-spellcheck: