diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index a6b2b60..2118549 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -22,7 +22,7 @@ jobs: - name: Check for Code Changes id: filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d with: filters: | src: diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 6df7a94..7cce5d9 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -22,7 +22,7 @@ jobs: - name: Check for Code Changes id: filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d with: filters: | src: diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 9632ad1..fcebce6 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -22,7 +22,7 @@ jobs: - name: Check for Code Changes id: filter - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 + uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d with: filters: | src: diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 847b579..f7bdc02 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v6 - - uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 + - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d id: filter with: filters: |