diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b10e5111..e9c4d143 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: code: ${{ steps.filter.outputs.code }} steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 + - uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2 id: filter with: # `code` is true when ANY changed path is NOT docs-only. The `!` predicates diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 47a4e178..f3f56b4f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -67,7 +67,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 + uses: github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -96,6 +96,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4 + uses: github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4 with: category: '/language:${{matrix.language}}' diff --git a/.github/workflows/fallow.yml b/.github/workflows/fallow.yml index 84c3c6be..d6551370 100644 --- a/.github/workflows/fallow.yml +++ b/.github/workflows/fallow.yml @@ -22,7 +22,7 @@ jobs: node-version: 22 cache: pnpm - run: pnpm install --frozen-lockfile - - uses: fallow-rs/fallow@ac68a1a4e99d9ee38ff9198c519f438d172358d2 # v2 + - uses: fallow-rs/fallow@630722b016a5b785d6fa05ee54db6b339eb3c4fa # v2 env: # fallow-rs/fallow@v2 uses actions/github-script internally which pins Node.js 20. # GitHub is forcing all action runners to Node.js 24 on 2026-06-02.