bifold-wallet
bifold-wallet copied to clipboard
chore(deps): bump the all-actions group across 1 directory with 7 updates
Bumps the all-actions group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| actions/setup-python | 4 |
5 |
| actions/cache | 3 |
4 |
| actions/setup-java | 3 |
4 |
| codecov/codecov-action | 3 |
4 |
| actions/upload-artifact | 3.pre.node20 |
4.3.4 |
| ossf/scorecard-action | 2.3.1 |
2.4.0 |
| github/codeql-action | 3.24.9 |
3.25.15 |
Updates actions/setup-python from 4 to 5
Release notes
Sourced from actions/setup-python's releases.
v5.0.0
What's Changed
In scope of this release, we update node version runtime from node16 to node20 (actions/setup-python#772). Besides, we update dependencies to the latest versions.
Full Changelog: https://github.com/actions/setup-python/compare/v4.8.0...v5.0.0
v4.8.0
What's Changed
In scope of this release we added support for GraalPy (actions/setup-python#694). You can use this snippet to set up GraalPy:
steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: python-version: 'graalpy-22.3' - run: python my_script.pyBesides, the release contains such changes as:
- Trim python version when reading from file by
@FerranParesin actions/setup-python#628- Use non-deprecated versions in examples by
@jeffwidmanin actions/setup-python#724- Change deprecation comment to past tense by
@jeffwidmanin actions/setup-python#723- Bump
@babel/traversefrom 7.9.0 to 7.23.2 by@dependabotin actions/setup-python#743- advanced-usage.md: Encourage the use actions/checkout@v4 by
@cclaussin actions/setup-python#729- Examples now use checkout@v4 by
@simonwin actions/setup-python#738- Update actions/checkout to v4 by
@dmitry-shibanovin actions/setup-python#761New Contributors
@FerranParesmade their first contribution in actions/setup-python#628@timfelmade their first contribution in actions/setup-python#694@jeffwidmanmade their first contribution in actions/setup-python#724Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.8.0
v4.7.1
What's Changed
- Bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin actions/setup-python#702- Add range validation for toml files by
@dmitry-shibanovin actions/setup-python#726Full Changelog: https://github.com/actions/setup-python/compare/v4...v4.7.1
v4.7.0
In scope of this release, the support for reading python version from pyproject.toml was added (actions/setup-python#669).
- name: Setup Python uses: actions/setup-python@v4 </tr></table>
... (truncated)
Commits
39cd149Documentation update for cache (#873)a0d74c0fix(ci): update all failing workflows (#863)4eb7dbcBump braces from 3.0.2 to 3.0.3 (#893)82c7e63Documentation changes for avoiding rate limit issues on GHES (#835)10aa35afeat: fallback to raw endpoint for manifest when rate limit is reached (#766)9a7ac94Bump undici from 5.27.2 to 5.28.3 (#817)871daa9Fix the "Specifying multiple Python/PyPy versions" link (#782)2f07895Fix broken README.md link (#793)e9d6f99Replace setup-python@v4 by setup-python@v5 in README (#776)0a5c615Update action to node20 (#772)- Additional commits viewable in compare view
Updates actions/cache from 3 to 4
Release notes
Sourced from actions/cache's releases.
v4.0.0
What's Changed
- Update action to node20 by
@takostin actions/cache#1284- feat: save-always flag by
@to-sin actions/cache#1242New Contributors
@takostmade their first contribution in actions/cache#1284@to-smade their first contribution in actions/cache#1242Full Changelog: https://github.com/actions/cache/compare/v3...v4.0.0
v3.3.3
What's Changed
- Cache v3.3.3 by
@robherleyin actions/cache#1302New Contributors
@robherleymade their first contribution in actions/cache#1302Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.3
v3.3.2
What's Changed
- Fixed readme with new segment timeout values by
@kotewarin actions/cache#1133- Readme fixes by
@kotewarin actions/cache#1134- Updated description of the lookup-only input for main action by
@kotewarin actions/cache#1130- Change two new actions mention as quoted text by
@bishal-pdMSFTin actions/cache#1131- Update Cross-OS Caching tips by
@pdotlin actions/cache#1122- Bazel example (Take #2️⃣) by
@vorburgerin actions/cache#1132- Remove actions to add new PRs and issues to a project board by
@jorendorffin actions/cache#1187- Consume latest toolkit and fix dangling promise bug by
@chkimesin actions/cache#1217- Bump action version to 3.3.2 by
@bethanyj28in actions/cache#1236New Contributors
@vorburgermade their first contribution in actions/cache#1132@jorendorffmade their first contribution in actions/cache#1187@chkimesmade their first contribution in actions/cache#1217@bethanyj28made their first contribution in actions/cache#1236Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.2
v3.3.1
What's Changed
- Reduced download segment size to 128 MB and timeout to 10 minutes by
@kotewarin actions/cache#1129Full Changelog: https://github.com/actions/cache/compare/v3...v3.3.1
v3.3.0
What's Changed
- Bug: Permission is missing in cache delete example by
@kotokazein actions/cache#1123
... (truncated)
Changelog
Sourced from actions/cache's changelog.
Releases
4.0.2
- Fixed restore
fail-on-cache-missnot working.4.0.1
- Updated
isGhescheck4.0.0
- Updated minimum runner version support from node 12 -> node 20
3.3.3
- Updates
@actions/cacheto v3.2.3 to fix accidental mutated path arguments togetCacheVersionactions/toolkit#1378- Additional audit fixes of npm package(s)
3.3.2
- Fixes bug with Azure SDK causing blob downloads to get stuck.
3.3.1
- Reduced segment size to 128MB and segment timeout to 10 minutes to fail fast in case the cache download is stuck.
3.3.0
- Added option to lookup cache without downloading it.
3.2.6
- Fix zstd not being used after zstd version upgrade to 1.5.4 on hosted runners.
3.2.5
- Added fix to prevent from setting MYSYS environment variable globally.
3.2.4
- Added option to fail job on cache miss.
3.2.3
- Support cross os caching on Windows as an opt-in feature.
- Fix issue with symlink restoration on Windows for cross-os caches.
3.2.2
... (truncated)
Commits
0c45773Merge pull request #1327 from cdce8p/fix-fail-on-cache-miss8a55f83Add test case for process exit3884cacBump versione29dad3Fix fail-on-cache-miss not workingab5e6d0Merge pull request #1341 from bethanyj28/main89c7d86licensed cached2c84daupdate@actions/cache37e7d4eMerge pull request #1340 from actions/bethanyj28/update-publish-flowa18323fadd release actiona2ed59dMerge pull request #1305 from actions/yacaovsnc/update_examples- Additional commits viewable in compare view
Updates actions/setup-java from 3 to 4
Release notes
Sourced from actions/setup-java's releases.
v4.0.0
What's Changed
In the scope of this release, the version of the Node.js runtime was updated to 20. The majority of dependencies were updated to the latest versions. From now on, the code for the setup-java will run on Node.js 20 instead of Node.js 16.
Breaking changes
- Update Node.js runtime to version 20 by
@aparnajyothi-yin actions/setup-java#558Non-breaking changes
- Adding support for microsoft openjdk 21.0.0 by
@ralfstuckertin actions/setup-java#546- Update
@actions/cachedependency and documentation by@IvanZosimovin actions/setup-java#549- Implementation of the cache-dependency-path option to control caching dependency by
@itchynyin actions/setup-java#499New Contributors
@ralfstuckertmade their first contribution in actions/setup-java#546@itchynymade their first contribution in actions/setup-java#499Full Changelog: https://github.com/actions/setup-java/compare/v3...v4.0.0
v3.13.0
What's changed
In the scope of this release, support for Dragonwell JDK was added by
@Accelerator1996in actions/setup-java#532steps: - name: Checkout uses: actions/checkout@v3 - name: Setup-java uses: actions/setup-java@v3 with: distribution: 'dragonwell' java-version: '17'Several inaccuracies were also fixed:
- Fix XML namespaces wrongly using https by
@gnodetin actions/setup-java#503- Fix typo and remove unintentional(?) word by
@CyberFlameGOin actions/setup-java#518- Fix usage link within the README.md file by
@dassiorleandoin actions/setup-java#525New Contributors
@CyberFlameGOmade their first contribution in actions/setup-java#518@dassiorleandomade their first contribution in actions/setup-java#525@gnodetmade their first contribution in actions/setup-java#503@Accelerator1996made their first contribution in actions/setup-java#532Full Changelog: https://github.com/actions/setup-java/compare/v3...v3.13.0
v3.12.0
... (truncated)
Commits
99b8673Patch for java version file (#610)5896cecAdded .tool-versions file support (#606)80ae3c2Update httpclient version and other dependencies (#607)9704b39Added Windows Arm64 Support for Windows Arm64 Runners (#595)7a445eeFix typo in configuration example (#572)3232623Oracle JDK 21 support (#538)c0660d8docs: add note about maven-gpg-plugin version (#570)2f7af1bmake it clear that Java 21 is supported (#566)16ef37fHTTP errors when the token is undefined (#556)a237454feat: bump actions/checkout and actions/setup-java to v4 (#533)- Additional commits viewable in compare view
Updates codecov/codecov-action from 3 to 4
Release notes
Sourced from codecov/codecov-action's releases.
v4.0.0
v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to power new features including local upload, the global upload token, and new upcoming features.
Breaking Changes
- The Codecov Action runs as a
node20action due tonode16deprecation. See this post from GitHub on how to migrate.- Tokenless uploading is unsupported. However, PRs made from forks to the upstream public repos will support tokenless (e.g. contributors to OS projects do not need the upstream repo's Codecov token). This doc shows instructions on how to add the Codecov token.
- OS platforms have been added, though some may not be automatically detected. To see a list of platforms, see our CLI download page
- Various arguments to the Action have been changed. Please be aware that the arguments match with the CLI's needs
v3versions and below will not have access to CLI features (e.g. global upload token, ATS).What's Changed
- build(deps): bump openpgp from 5.8.0 to 5.9.0 by
@dependabotin codecov/codecov-action#985- build(deps): bump actions/checkout from 3.0.0 to 3.5.3 by
@dependabotin codecov/codecov-action#1000- build(deps): bump ossf/scorecard-action from 2.1.3 to 2.2.0 by
@dependabotin codecov/codecov-action#1006- build(deps): bump tough-cookie from 4.0.0 to 4.1.3 by
@dependabotin codecov/codecov-action#1013- build(deps-dev): bump word-wrap from 1.2.3 to 1.2.4 by
@dependabotin codecov/codecov-action#1024- build(deps): bump node-fetch from 3.3.1 to 3.3.2 by
@dependabotin codecov/codecov-action#1031- build(deps-dev): bump
@types/nodefrom 20.1.4 to 20.4.5 by@dependabotin codecov/codecov-action#1032- build(deps): bump github/codeql-action from 1.0.26 to 2.21.2 by
@dependabotin codecov/codecov-action#1033- build commit,report and upload args based on codecovcli by
@dana-yaishin codecov/codecov-action#943- build(deps-dev): bump
@types/nodefrom 20.4.5 to 20.5.3 by@dependabotin codecov/codecov-action#1055- build(deps): bump github/codeql-action from 2.21.2 to 2.21.4 by
@dependabotin codecov/codecov-action#1051- build(deps-dev): bump
@types/nodefrom 20.5.3 to 20.5.4 by@dependabotin codecov/codecov-action#1058- chore(deps): update outdated deps by
@thomasrockhu-codecovin codecov/codecov-action#1059- build(deps-dev): bump
@types/nodefrom 20.5.4 to 20.5.6 by@dependabotin codecov/codecov-action#1060- build(deps-dev): bump
@typescript-eslint/parserfrom 6.4.1 to 6.5.0 by@dependabotin codecov/codecov-action#1065- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 6.4.1 to 6.5.0 by@dependabotin codecov/codecov-action#1064- build(deps): bump actions/checkout from 3.5.3 to 3.6.0 by
@dependabotin codecov/codecov-action#1063- build(deps-dev): bump eslint from 8.47.0 to 8.48.0 by
@dependabotin codecov/codecov-action#1061- build(deps-dev): bump
@types/nodefrom 20.5.6 to 20.5.7 by@dependabotin codecov/codecov-action#1062- build(deps): bump openpgp from 5.9.0 to 5.10.1 by
@dependabotin codecov/codecov-action#1066- build(deps-dev): bump
@types/nodefrom 20.5.7 to 20.5.9 by@dependabotin codecov/codecov-action#1070- build(deps): bump github/codeql-action from 2.21.4 to 2.21.5 by
@dependabotin codecov/codecov-action#1069- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 6.5.0 to 6.6.0 by@dependabotin codecov/codecov-action#1072- Update README.md by
@thomasrockhu-codecovin codecov/codecov-action#1073- build(deps-dev): bump
@typescript-eslint/parserfrom 6.5.0 to 6.6.0 by@dependabotin codecov/codecov-action#1071- build(deps-dev): bump
@vercel/nccfrom 0.36.1 to 0.38.0 by@dependabotin codecov/codecov-action#1074- build(deps): bump
@actions/corefrom 1.10.0 to 1.10.1 by@dependabotin codecov/codecov-action#1081- build(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 6.6.0 to 6.7.0 by@dependabotin codecov/codecov-action#1080- build(deps): bump actions/checkout from 3.6.0 to 4.0.0 by
@dependabotin codecov/codecov-action#1078- build(deps): bump actions/upload-artifact from 3.1.2 to 3.1.3 by
@dependabotin codecov/codecov-action#1077- build(deps-dev): bump
@types/nodefrom 20.5.9 to 20.6.0 by@dependabotin codecov/codecov-action#1075- build(deps-dev): bump
@typescript-eslint/parserfrom 6.6.0 to 6.7.0 by@dependabotin codecov/codecov-action#1079- build(deps-dev): bump eslint from 8.48.0 to 8.49.0 by
@dependabotin codecov/codecov-action#1076- use cli instead of node uploader by
@dana-yaishin codecov/codecov-action#1068- chore(release): 4.0.0-beta.1 by
@thomasrockhu-codecovin codecov/codecov-action#1084- not adding -n if empty to do-upload command by
@dana-yaishin codecov/codecov-action#1085- 4.0.0-beta.2 by
@thomasrockhu-codecovin codecov/codecov-action#1086
... (truncated)
Changelog
Sourced from codecov/codecov-action's changelog.
4.0.0-beta.2
Fixes
- #1085 not adding -n if empty to do-upload command
4.0.0-beta.1
v4represents a move from the universal uploader to the Codecov CLI. Although this will unlock new features for our users, the CLI is not yet at feature parity with the universal uploader.Breaking Changes
- No current support for
aarch64andalpinearchitectures.- Tokenless uploading is unsuported
- Various arguments to the Action have been removed
3.1.4
Fixes
- #967 Fix typo in README.md
- #971 fix: add back in working dir
- #969 fix: CLI option names for uploader
Dependencies
- #970 build(deps-dev): bump
@types/nodefrom 18.15.12 to 18.16.3- #979 build(deps-dev): bump
@types/nodefrom 20.1.0 to 20.1.2- #981 build(deps-dev): bump
@types/nodefrom 20.1.2 to 20.1.43.1.3
Fixes
- #960 fix: allow for aarch64 build
Dependencies
- #957 build(deps-dev): bump jest-junit from 15.0.0 to 16.0.0
- #958 build(deps): bump openpgp from 5.7.0 to 5.8.0
- #959 build(deps-dev): bump
@types/nodefrom 18.15.10 to 18.15.123.1.2
Fixes
- #718 Update README.md
- #851 Remove unsupported path_to_write_report argument
- #898 codeql-analysis.yml
- #901 Update README to contain correct information - inputs and negate feature
- #955 fix: add in all the extra arguments for uploader
Dependencies
- #819 build(deps): bump openpgp from 5.4.0 to 5.5.0
- #835 build(deps): bump node-fetch from 3.2.4 to 3.2.10
- #840 build(deps): bump ossf/scorecard-action from 1.1.1 to 2.0.4
- #841 build(deps): bump
@actions/corefrom 1.9.1 to 1.10.0- #843 build(deps): bump
@actions/githubfrom 5.0.3 to 5.1.1- #869 build(deps): bump node-fetch from 3.2.10 to 3.3.0
- #872 build(deps-dev): bump jest-junit from 13.2.0 to 15.0.0
- #879 build(deps): bump decode-uri-component from 0.2.0 to 0.2.2
... (truncated)
Commits
e28ff12chore(release): bump to 4.5.0 (#1477)7594baaUse an existing token even if the PR is from a fork (#1471)81c0a51feat: add support for tokenless v3 (#1410)f5e203fbuild(deps-dev): bump@typescript-eslint/eslint-pluginfrom 7.12.0 to 7.13.0 ...7c48363build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1475)69e5d09build(deps-dev): bump@typescript-eslint/parserfrom 7.12.0 to 7.13.0 (#1474)feaf700fix: handle trailing commas (#1470)7b6a727build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#1472)ccf7a1fbuild(deps-dev): bump@typescript-eslint/eslint-pluginfrom 7.11.0 to 7.12.0 ...f03f015build(deps-dev): bump@typescript-eslint/parserfrom 7.11.0 to 7.12.0 (#1467)- Additional commits viewable in compare view
Updates actions/upload-artifact from 3.pre.node20 to 4.3.4
Release notes
Sourced from actions/upload-artifact's releases.
v4.3.4
What's Changed
- Update
@actions/artifactversion, bump dependencies by@robherleyin actions/upload-artifact#584Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4
v4.3.3
What's Changed
- updating
@actions/artifactdependency to v2.1.6 by@eggyheadin actions/upload-artifact#565Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.2...v4.3.3
v4.3.2
What's Changed
- Update release-new-action-version.yml by
@konradpabjanin actions/upload-artifact#516- Minor fix to the migration readme by
@andrewakimin actions/upload-artifact#523- Update readme with v3/v2/v1 deprecation notice by
@robherleyin actions/upload-artifact#561- updating
@actions/artifactdependency to v2.1.5 and@actions/coreto v1.0.1 by@eggyheadin actions/upload-artifact#562New Contributors
@andrewakimmade their first contribution in actions/upload-artifact#523Full Changelog: https://github.com/actions/upload-artifact/compare/v4.3.1...v4.3.2
v4.3.1
- Bump
@actions/artifactsto latest version to include updated GHES host checkv4.3.0
What's Changed
- Reorganize upload code in prep for merge logic & add more tests by
@robherleyin actions/upload-artifact#504- Add sub-action to merge artifacts by
@robherleyin actions/upload-artifact#505Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.3.0
v4.2.0
What's Changed
- Ability to overwrite an Artifact by
@robherleyin actions/upload-artifact#501Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.2.0
v4.1.0
What's Changed
- Add migrations docs by
@robherleyin actions/upload-artifact#482- Update README.md by
@samuelwinein actions/upload-artifact#492- Support artifact-url output by
@konradpabjanin actions/upload-artifact#496- Update readme to reflect new 500 artifact per job limit by
@robherleyin actions/upload-artifact#497
... (truncated)
Commits
0b2256bMerge pull request #584 from actions/robherley/bump-pkgs488dceflicensed cache04c51f5ncc32a9e27bump@actions/artifactand npm audit552bf37new version79616d2Merge pull request #565 from actions/eggyhead/use-artifact-v2.1.66546280updating package versionc004fb4Merge branch 'main' into eggyhead/use-artifact-v2.1.690aba49updating toolkit artifact dependency to 2.1.6b06cde3Merge pull request #563 from actions/eggyhead/release-4.3.2- Additional commits viewable in compare view
Updates ossf/scorecard-action from 2.3.1 to 2.4.0
Release notes
Sourced from ossf/scorecard-action's releases.
v2.4.0
What's Changed
This update bumps the Scorecard version to the v5 release. For a complete list of changes, please refer to the v5.0.0 release notes. Of special note to Scorecard Action is the Maintainer Annotation feature, which can be used to suppress some Code Scanning false positives. Alerts will not be generated for any Scorecard Check with an annotation.
- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0 by
@spencerschrockin ossf/scorecard-action#1410- :bug: lower license sarif alert threshold to 9 by
@spencerschrockin ossf/scorecard-action#1411Documentation
- docs: dogfooding badge by
@jkowalleckin ossf/scorecard-action#1399New Contributors
@jkowalleckmade their first contribution in ossf/scorecard-action#1399Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.3...v2.4.0
v2.3.3
[!NOTE]
There is no v2.3.2 release as a step was skipped in the release process. This was fixed and re-released under the v2.3.3 tagWhat's Changed
- :seedling: Bump github.com/ossf/scorecard/v4 (v4.13.1) to github.com/ossf/scorecard/v5 (v5.0.0-rc1) by
@spencerschrockin ossf/scorecard-action#1366- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc1 to v5.0.0-rc2 by
@spencerschrockin ossf/scorecard-action#1374- :seedling: Bump github.com/ossf/scorecard/v5 from v5.0.0-rc2 to v5.0.0-rc2.0.20240509182734-7ce860946928 by
@spencerschrockin ossf/scorecard-action#1377For a full changelist of what these include, see the v5.0.0-rc1 and v5.0.0-rc2 release notes.
Documentation
- :book: Move token discussion out of main README. by
@spencerschrockin ossf/scorecard-action#1279- :book: link to
ossf/scorecardworkflow instead of maintaining an example by@spencerschrockin ossf/scorecard-action#1352- :book: update api links to new scorecard.dev site by
@spencerschrockin ossf/scorecard-action#1376Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.1...v2.3.3
Commits
62b2cacbump docker tag to v2.4.0 for release (#1414)c09630clower license score alert threshold to 9 (#1411)cf8594c:seedling: Bump github.com/sigstore/cosign/v2 from 2.2.4 to 2.3.0 (#1413)de5fcb9:seedling: Bump the github-actions group with 2 updates (#1412)a46b90bbump scorecard to v5.0.0 release (#1410)9fc518d:seedling: Bump golang in the docker-images group (#1407)a8eaa1b:seedling: Bump the github-actions group with 2 updates (#1408)873d5fd:seedling: Bump the github-actions group across 1 directory with 2 updates (#...54cc1fe:seedling: Bump the docker-images group with 2 updates (#1401)82bcb91:seedling: Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1400)- Additional commits viewable in compare view
Updates github/codeql-action from 3.24.9 to 3.25.15
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2andv3of the CodeQL Action is the node version they support, withv3running on node 20 while we continue to releasev2to support running on node 16. For example3.22.11was the firstv3release and is functionally identical to2.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.[UNRELEASED]
No user facing changes.
3.25.15 - 26 Jul 2024
- Update default CodeQL bundle version to 2.18.1. #2385
3.25.14 - 25 Jul 2024
- Experimental: add a new
start-proxyaction which starts the same HTTP proxy as used bygithub/dependabot-action. Do not use this in production as it is part of an internal experiment and subject to change at any time.3.25.13 - 19 Jul 2024
- Add
codeql-versionto outputs. #2368- Add a deprecation warning for customers using CodeQL version 2.13.4 and earlier. These versions of CodeQL were discontinued on 9 July 2024 alongside GitHub Enterprise Server 3.9, and will be unsupported by CodeQL Action versions 3.26.0 and later and versions 2.26.0 and later. #2375
- If you are using one of these versions, please update to CodeQL CLI version 2.13.5 or later. For instance, if you have specified a custom version of the CLI using the 'tools' input to the 'init' Action, you can remove this input to use the default version.
- Alternatively, if you want to continue using a version of the CodeQL CLI between 2.12.6 and 2.13.4, you can replace
github/codeql-action/*@v3bygithub/codeql-action/*@v3.25.13andgithub/codeql-action/*@v2bygithub/codeql-action/*@v2.25.13in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.25.12 - 12 Jul 2024
- Improve the reliability and performance of analyzing code when analyzing a compiled language with the
autobuildbuild mode on GitHub Enterprise Server. This feature is already available to GitHub.com users. #2353- Update default CodeQL bundle version to 2.18.0. #2364
3.25.11 - 28 Jun 2024
- Avoid failing the workflow run if there is an error while uploading debug artifacts. #2349
- Update default CodeQL bundle version to 2.17.6. #2352
3.25.10 - 13 Jun 2024
- Update default CodeQL bundle version to 2.17.5. #2327
3.25.9 - 12 Jun 2024
- Avoid failing database creation if the database folder already exists and contains some unexpected files. Requires CodeQL 2.18.0 or higher. #2330
- The init Action will attempt to clean up the database cluster directory before creating a new database and at the end of the job. This will help to avoid issues where the database cluster directory is left in an inconsistent state. #2332
3.25.8 - 04 Jun 2024
- Update default CodeQL bundle version to 2.17.4. #2321
3.25.7 - 31 May 2024
... (truncated)
Commits
afb54baMerge pull request #2391 from github/update-v3.25.15-4b1d7da1057a4b22Update changelog for v3.25.154b1d7daMerge pull request #2385 from github/update-bundle/codeql-bundle-v2.18.197e8f69Merge branch 'main' into update-bundle/codeql-bundle-v2.18.1f8e94f9Merge pull request #2389 from github/mergeback/v3.25.14-to-main-5cf07d8b9e375a8Update checked-in dependencies02d73d0Update changelog and version after v3.25.145cf07d8Merge pull request #2388 from github/update-v3.25.14-1b214db07ecab108Update changelog for v3.25.141b214dbMerge pull request #2387 from github/aibaars/remove-set-secret- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency- `@dependabot ignore
major v...
Description has been truncated
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
@dependabot rebase
Superseded by #1318.