diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 02e9839..048426e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Install pnpm uses: pnpm/action-setup@739bfe42ca9233c5e6aca07c1a25a9d34aca49b0 # v6 @@ -62,7 +62,7 @@ jobs: name: docker images build runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v6.0.2 - name: Build api image run: docker build -f apps/api/Dockerfile -t indexer-api:ci . - name: Build indexer image diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1cba0f7..0b791dd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: matrix: language: ['javascript-typescript'] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6.0.2 - uses: github/codeql-action/init@7fd177fa680c9881b53cdab4d346d32574c9f7f4 # v3 with: languages: ${{ matrix.language }} diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a88848c..519f0ca 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -41,7 +41,7 @@ jobs: - image: indexer-worker dockerfile: apps/indexer/Dockerfile steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6.0.2 with: ref: ${{ inputs.tag || github.ref }} diff --git a/.github/workflows/gitleaks.yml b/.github/workflows/gitleaks.yml index 72b52cd..5a997a7 100644 --- a/.github/workflows/gitleaks.yml +++ b/.github/workflows/gitleaks.yml @@ -29,7 +29,7 @@ jobs: name: gitleaks (secret scan) runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6.0.2 with: fetch-depth: 0 # full history so commit-range scan covers the whole tree - name: Install gitleaks diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index ec02b2d..1e15c45 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run lychee uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0