Skip to content

Commit 67e48c1

Browse files
authored
Merge branch 'main' into update-bundle/codeql-bundle-v2.20.5
2 parents eb88b40 + dbbcbe0 commit 67e48c1

19 files changed

+263
-71
lines changed

Diff for: .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

Diff for: CHANGELOG.md

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

55
## [UNRELEASED]
66

7-
- Update the action to prefer `gtar` over `tar` to make zstd archive extraction more robust. [2767](https://github.com/github/codeql-action/pull/2767)
87
- 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)
99

1010
## 3.28.9 - 07 Feb 2025
1111

Diff for: 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

Diff for: lib/analyze.js

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

Diff for: lib/analyze.js.map

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

Diff for: lib/diff-filtering-utils.js

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

Diff for: lib/diff-filtering-utils.js.map

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

Diff for: lib/tar.js

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

0 commit comments

Comments
 (0)