From 53d579228af602619cc85b72901e96a25206c14a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 23:58:27 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/codeql-analysis.yml | 8 ++++---- .github/workflows/continuous-integration.yml | 10 +++++----- .github/workflows/labelssync.yml | 4 ++-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 209c53f..6b50b5b 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Initialize CodeQL - uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # tag=v2 + uses: github/codeql-action/init@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4 - name: Auto Build - uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # tag=v2 + uses: github/codeql-action/autobuild@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # tag=v2 + uses: github/codeql-action/analyze@5d4e8d1aca955e8d8589aabd499c5cae939e33c7 # v4 diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index ebabcb8..f1d36d6 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: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - uses: denoland/setup-deno@v1 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 - name: Cache deno - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # tag=v3 + uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5 with: key: ${{ runner.os }}-deno-${{ hashFiles('deps.ts') }} restore-keys: ${{ runner.os }}-deno- @@ -38,7 +38,7 @@ jobs: - uses: denoland/setup-deno@v1 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..bacbffd 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml