damccorm commented on code in PR #39327:
URL: https://github.com/apache/beam/pull/39327#discussion_r3604616559


##########
.github/workflows/codeql.yml:
##########
@@ -27,8 +27,72 @@ on:
     - cron: '25 10 * * 6'
 
 jobs:
+  detect-changes:
+    runs-on: ubuntu-latest
+    permissions:
+      contents: read
+      pull-requests: read
+    outputs:
+      matrix: ${{ steps.set-matrix.outputs.matrix }}
+    steps:
+      - name: Checkout repository
+        uses: actions/checkout@v4
+      - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d
+        id: filter
+        with:
+          filters: |
+            actions:
+              - '.github/**'
+            go:
+              - 'sdks/go/**'
+              - 'playground/backend/**'
+              - 'learning/katas/go/**'
+              - 'learning/tour-of-beam/backend/**'

Review Comment:
   Can we just filter for files with an extension of `.go`? Similar for other 
languages (not actions, though)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to