From 4d242d0566caf83b26117e5f994aaaa6fabe03fd Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Mon, 17 Aug 2026 11:04:12 +0100 Subject: [PATCH 1/2] chore: (ci) --- .github/pr_labeler.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index 63d203a5..c199f8fb 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -3,6 +3,11 @@ ci: - any-glob-to-any-file: - .github/workflows/* - .travis.yml + - changed-files: + - any-glob-to-any-file: + - .github/workflows/* + - .gitea/workflows/* + - .travis.yml dependencies: - changed-files: - any-glob-to-any-file: From da434ae04b13ac8fc7ec99117e677011b04cccf2 Mon Sep 17 00:00:00 2001 From: Markus Felten Date: Mon, 17 Aug 2026 11:04:15 +0100 Subject: [PATCH 2/2] chore: add github/codeql-action/init@v4.37.7 (jobs.analyze.steps.uses) chore: add github/codeql-action/init@v4.37.7 (jobs.analyze.steps.uses) --- .github/workflows/codeql_analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql_analysis.yml b/.github/workflows/codeql_analysis.yml index b0594866..e20922b6 100644 --- a/.github/workflows/codeql_analysis.yml +++ b/.github/workflows/codeql_analysis.yml @@ -23,10 +23,10 @@ jobs: with: node-version: 26.7.0 - name: prepare CodeQL - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@v4.37.7 with: languages: javascript - name: install run: npm ci - name: perform CodeQL analysis - uses: github/codeql-action/init@v4.37.6 + uses: github/codeql-action/init@v4.37.7