From 8cc7920f8f916d22164e4da8e7d96cb7725dcf9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:52:15 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/continuous-integration.yml | 14 +++++++------- .github/workflows/labelssync.yml | 4 ++-- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 209c53f..7598947 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -16,10 +16,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # tag=v2 + uses: github/codeql-action/init@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 - name: Auto Build - uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # tag=v2 + uses: github/codeql-action/autobuild@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # tag=v2 + uses: github/codeql-action/analyze@e46ed2cbd01164d986452f91f178727624ae40d7 # v4 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ebabcb8..3678432 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 - - uses: denoland/setup-deno@v1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 + - uses: denoland/setup-deno@v2.0.4 with: - deno-version: v1.x + deno-version: 2.x - name: Deno fmt run: deno fmt --check @@ -25,10 +25,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Cache deno - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3 + uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 with: key: ${{ runner.os }}-deno-${{ hashFiles('deps.ts') }} restore-keys: ${{ runner.os }}-deno- @@ -36,9 +36,9 @@ jobs: /home/runner/.deno /home/runner/.cache/deno - - uses: denoland/setup-deno@v1 + - uses: denoland/setup-deno@v2.0.4 with: - deno-version: v1.x + deno-version: 2.x - name: Deno test env: TOKEN: ${{ secrets.BOT_TOKEN }} diff --git a/.github/workflows/labelssync.yml b/.github/workflows/labelssync.yml index e0cbcbe..ad12083 100644 --- a/.github/workflows/labelssync.yml +++ b/.github/workflows/labelssync.yml @@ -11,11 +11,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Project - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: repository: 'josh-development/.github' - name: Run Label Sync - uses: crazy-max/ghaction-github-labeler@77450f9fa47c41fbab15c0923417fff00730ffa3 # tag=v4 + uses: crazy-max/ghaction-github-labeler@548a7c3603594ec17c819e1239f281a3b801ab4d # v6 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml