Skip to content

Commit b56ba49

Browse files
authored
Merge pull request #2778 from github/update-v3.28.10-9856c48b1
Merge main into releases/v3
2 parents 9e8d078 + 60c9c77 commit b56ba49

File tree

1,455 files changed

+170419
-4363
lines changed

Some content is hidden

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

1,455 files changed

+170419
-4363
lines changed

.github/workflows/__go-tracing-autobuilder.yml

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

.github/workflows/__go-tracing-custom-build-steps.yml

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

.github/workflows/__go-tracing-legacy-workflow.yml

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

.github/workflows/__rubocop-multi-language.yml

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

.github/workflows/__rust.yml

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

.github/workflows/post-release-mergeback.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
--draft
169169
170170
- name: Generate token
171-
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514
171+
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2
172172
id: app-token
173173
with:
174174
app-id: ${{ vars.AUTOMATION_APP_ID }}

.github/workflows/update-release-branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
pull-requests: write # needed to create pull request
125125
steps:
126126
- name: Generate token
127-
uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514
127+
uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2
128128
id: app-token
129129
with:
130130
app-id: ${{ vars.AUTOMATION_APP_ID }}

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ repos:
1616
name: Synchronize PR check workflows
1717
files: ^.github/workflows/__.*\.yml$|^pr-checks
1818
language: system
19-
entry: python3 pr-checks/sync.py
19+
entry: pr-checks/sync.sh
2020
pass_filenames: false

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
See the [releases page](https://github.com/github/codeql-action/releases) for the relevant changes to the CodeQL CLI and language packs.
44

5+
## 3.28.10 - 21 Feb 2025
6+
7+
- Update default CodeQL bundle version to 2.20.5. [#2772](https://github.com/github/codeql-action/pull/2772)
8+
- Address an issue where the CodeQL Bundle would occasionally fail to decompress on macOS. [#2768](https://github.com/github/codeql-action/pull/2768)
9+
510
## 3.28.9 - 07 Feb 2025
611

712
- Update default CodeQL bundle version to 2.20.4. [#2753](https://github.com/github/codeql-action/pull/2753)

justfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Sync generated files (javascript and PR checks)
2+
sync: build update-pr-checks
3+
4+
# Perform all necessary steps to update the PR checks
5+
update-pr-checks:
6+
pr-checks/sync.sh
7+
8+
# Transpile typescript code into javascript
9+
build:
10+
npm run build

lib/analyze-action-post.js

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

lib/analyze-action-post.js.map

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

lib/analyze.js

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

0 commit comments

Comments
 (0)