| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -131,7 +131,7 @@ jobs: | |||
| 131 | 131 | echo "::endgroup::" | |
| 132 | 132 | ||
| 133 | 133 | - name: Generate token | |
| 134 | - uses: actions/create-github-app-token@v2.2.1 | ||
| 134 | + uses: actions/create-github-app-token@v3.0.0 | ||
| 135 | 135 | id: app-token | |
| 136 | 136 | with: | |
| 137 | 137 | app-id: ${{ vars.AUTOMATION_APP_ID }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -136,7 +136,7 @@ jobs: | |||
| 136 | 136 | ||
| 137 | 137 | - name: Generate token | |
| 138 | 138 | if: github.event_name == 'workflow_dispatch' | |
| 139 | - uses: actions/create-github-app-token@v2.2.1 | ||
| 139 | + uses: actions/create-github-app-token@v3.0.0 | ||
| 140 | 140 | id: app-token | |
| 141 | 141 | with: | |
| 142 | 142 | app-id: ${{ vars.AUTOMATION_APP_ID }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -93,7 +93,7 @@ jobs: | |||
| 93 | 93 | pull-requests: write # needed to create pull request | |
| 94 | 94 | steps: | |
| 95 | 95 | - name: Generate token | |
| 96 | - uses: actions/create-github-app-token@v2.2.1 | ||
| 96 | + uses: actions/create-github-app-token@v3.0.0 | ||
| 97 | 97 | id: app-token | |
| 98 | 98 | with: | |
| 99 | 99 | app-id: ${{ vars.AUTOMATION_APP_ID }} | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,6 +2,12 @@ | |||
| 2 | 2 | ||
| 3 | 3 | See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs. | |
| 4 | 4 | ||
| 5 | + ## 4.34.0 - 20 Mar 2026 | ||
| 6 | + | ||
| 7 | + - Added an experimental change which disables TRAP caching when [improved incremental analysis](https://github.com/github/roadmap/issues/1158) is enabled, since improved incremental analysis supersedes TRAP caching. This will improve performance and reduce Actions cache usage. We expect to roll this change out to everyone in March. [#3569](https://github.com/github/codeql-action/pull/3569) | ||
| 8 | + - We are rolling out improved incremental analysis to C/C++ analyses that use build mode `none`. We expect this rollout to be complete by the end of April 2026. [#3584](https://github.com/github/codeql-action/pull/3584) | ||
| 9 | + - Update default CodeQL bundle version to [2.25.0](https://github.com/github/codeql-action/releases/tag/codeql-bundle-v2.25.0). [#3585](https://github.com/github/codeql-action/pull/3585) | ||
| 10 | + | ||
| 5 | 11 | ## 4.33.0 - 16 Mar 2026 | |
| 6 | 12 | ||
| 7 | 13 | - Upcoming change: Starting April 2026, the CodeQL Action will skip collecting file coverage information on pull requests to improve analysis performance. File coverage information will still be computed on non-PR analyses. Pull request analyses will log a warning about this upcoming change. [#3562](https://github.com/github/codeql-action/pull/3562) | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | - "bundleVersion": "codeql-bundle-v2.24.3", | ||
| 3 | - "cliVersion": "2.24.3", | ||
| 4 | - "priorBundleVersion": "codeql-bundle-v2.24.2", | ||
| 5 | - "priorCliVersion": "2.24.2" | ||
| 2 | + "bundleVersion": "codeql-bundle-v2.25.0", | ||
| 3 | + "cliVersion": "2.25.0", | ||
| 4 | + "priorBundleVersion": "codeql-bundle-v2.24.3", | ||
| 5 | + "priorCliVersion": "2.24.3" | ||
| 6 | 6 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments