Skip to content

Commit f779452

Browse files
authored
Merge pull request #2539 from github/update-v3.26.13-0c3e00641
Merge main into releases/v3
2 parents c36620d + 5329324 commit f779452

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+265
-179
lines changed

.github/workflows/__zstd-bundle-fallback.yml

-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/__zstd-bundle.yml

+6-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/debug-artifacts-failure.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
name: PR Check - Debug artifacts after failure
44
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6+
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
67
on:
78
push:
89
branches:
@@ -61,7 +62,7 @@ jobs:
6162
runs-on: ubuntu-latest
6263
steps:
6364
- name: Download all artifacts
64-
uses: actions/download-artifact@v3
65+
uses: actions/download-artifact@v4
6566
- name: Check expected artifacts exist
6667
shell: bash
6768
run: |

.github/workflows/debug-artifacts-upgrade.yml renamed to .github/workflows/debug-artifacts-legacy.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Checks logs, SARIF, and database bundle debug artifacts exist and are accessible
2-
# with download-artifact@v4 when CODEQL_ACTION_ARTIFACT_V4_UPGRADE is set to true.
2+
# with download-artifact@v3 when CODEQL_ACTION_ARTIFACT_V4_UPGRADE is set to false.
33
name: PR Check - Debug artifact upload using artifact@v2
44
env:
55
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6-
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
6+
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: false
77
on:
88
push:
99
branches:
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Download all artifacts
72-
uses: actions/download-artifact@v4
72+
uses: actions/download-artifact@v3
7373
- name: Check expected artifacts exist
7474
shell: bash
7575
run: |

.github/workflows/debug-artifacts.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: PR Check - Debug artifact upload
33
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5+
CODEQL_ACTION_ARTIFACT_V4_UPGRADE: true
56
on:
67
push:
78
branches:
@@ -67,7 +68,7 @@ jobs:
6768
runs-on: ubuntu-latest
6869
steps:
6970
- name: Download all artifacts
70-
uses: actions/download-artifact@v3
71+
uses: actions/download-artifact@v4
7172
- name: Check expected artifacts exist
7273
shell: bash
7374
run: |

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ See the [releases page](https://github.com/github/codeql-action/releases) for th
44

55
Note that the only difference between `v2` and `v3` of the CodeQL Action is the node version they support, with `v3` running on node 20 while we continue to release `v2` to support running on node 16. For example `3.22.11` was the first `v3` release and is functionally identical to `2.22.11`. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.
66

7+
## 3.26.13 - 14 Oct 2024
8+
9+
No user facing changes.
10+
711
## 3.26.12 - 07 Oct 2024
812

913
- _Upcoming breaking change_: Add a deprecation warning for customers using CodeQL version 2.14.5 and earlier. These versions of CodeQL were discontinued on 24 September 2024 alongside GitHub Enterprise Server 3.10, and will be unsupported by CodeQL Action versions 3.27.0 and later and versions 2.27.0 and later. [#2520](https://github.com/github/codeql-action/pull/2520)

lib/feature-flags.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/feature-flags.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/init-action.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)