chore(deps): bump the actions group across 1 directory with 7 updates
Type: Pull Request
State: Open
Association: Unknown
Comments: 1
(20 days ago)
(20 days ago)
dependencies github_actions
Bumps the actions group with 7 updates in the / directory:
| Package | From | To |
|---|---|---|
| github/codeql-action/init | 4.36.2 |
4.36.3 |
| github/codeql-action/analyze | 4.36.2 |
4.36.3 |
| erlef/setup-beam | 1.24.0 |
1.24.1 |
| github/codeql-action/upload-sarif | 4.36.2 |
4.36.3 |
| dtolnay/rust-toolchain | 67ef31d5b988238dd797d409d6f9574278e20537 |
fa04a1451ff1842e2626ccb99004d0195b455a88 |
| dawidd6/action-send-mail | 6e502825a508b867ab2954ad6343b68787624c01 |
c50dc4cc848ade21f848990889906d804fae78c5 |
| trufflesecurity/trufflehog | 3.95.6 |
3.95.8 |
Updates github/codeql-action/init from 4.36.2 to 4.36.3
Changelog
Sourced from github/codeql-action/init's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.36.3 - 01 Jul 2026
No user facing changes.
4.36.2 - 04 Jun 2026
- Cache CodeQL CLI version information across Actions steps. #3943
- Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
- Update default CodeQL bundle version to 2.25.6. #3948
4.36.1 - 02 Jun 2026
No user facing changes.
4.36.0 - 22 May 2026
- Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
- Add support for SHA-256 Git object IDs. #3893
- Update default CodeQL bundle version to 2.25.5. #3926
4.35.5 - 15 May 2026
- We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
- For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
- If multiple inputs are provided for the GitHub-internal
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892- Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
4.35.4 - 07 May 2026
4.35.3 - 01 May 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
- Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
- Best-effort connection tests for private registries now use
GETrequests instead ofHEADfor better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853- Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
- Update default CodeQL bundle version to 2.25.3. #3865
4.35.2 - 15 Apr 2026
- The undocumented TRAP cache cleanup feature that could be enabled using the
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795
... (truncated)
Commits
54f647bMerge pull request #3984 from github/update-v4.36.3-1f34ec164e78819eTrigger checks2c9d3d6Update changelog for v4.36.31f34ec1Merge pull request #3983 from github/mbg/repo-props/ff-for-config-file-propd5f0145Log when repository property has a value but is ignoredf27f563Add test for when the FF is off0025d0fUse FFf7fa18fAdd FF for config file repo property628fc3fMerge pull request #3979 from github/henrymercer/overlay-db-cleanup-size-tele...9cfb67bAdd clarifying comments- Additional commits viewable in compare view
Updates github/codeql-action/analyze from 4.36.2 to 4.36.3
Changelog
Sourced from github/codeql-action/analyze's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.36.3 - 01 Jul 2026
No user facing changes.
4.36.2 - 04 Jun 2026
- Cache CodeQL CLI version information across Actions steps. #3943
- Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
- Update default CodeQL bundle version to 2.25.6. #3948
4.36.1 - 02 Jun 2026
No user facing changes.
4.36.0 - 22 May 2026
- Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
- Add support for SHA-256 Git object IDs. #3893
- Update default CodeQL bundle version to 2.25.5. #3926
4.35.5 - 15 May 2026
- We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
- For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
- If multiple inputs are provided for the GitHub-internal
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892- Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
4.35.4 - 07 May 2026
4.35.3 - 01 May 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
- Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
- Best-effort connection tests for private registries now use
GETrequests instead ofHEADfor better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853- Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
- Update default CodeQL bundle version to 2.25.3. #3865
4.35.2 - 15 Apr 2026
- The undocumented TRAP cache cleanup feature that could be enabled using the
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795
... (truncated)
Commits
54f647bMerge pull request #3984 from github/update-v4.36.3-1f34ec164e78819eTrigger checks2c9d3d6Update changelog for v4.36.31f34ec1Merge pull request #3983 from github/mbg/repo-props/ff-for-config-file-propd5f0145Log when repository property has a value but is ignoredf27f563Add test for when the FF is off0025d0fUse FFf7fa18fAdd FF for config file repo property628fc3fMerge pull request #3979 from github/henrymercer/overlay-db-cleanup-size-tele...9cfb67bAdd clarifying comments- Additional commits viewable in compare view
Updates erlef/setup-beam from 1.24.0 to 1.24.1
Release notes
Sourced from erlef/setup-beam's releases.
v1.24.1
What's Changed
- Update 3rd party licenses (automation) by
@github-actions[bot] in erlef/setup-beam#446- Update 3rd party licenses (automation) by
@github-actions[bot] in erlef/setup-beam#459- Update 3rd party licenses (automation) by
@github-actions[bot] in erlef/setup-beam#469- fix: broken tests (mostly out of stuff being outdated) by
@paulo-ferraz-oliveirain erlef/setup-beam#468- Bump actions/checkout from 6.0.2 to 7.0.0 by
@dependabot[bot] in erlef/setup-beam#467- Bump eslint from 10.1.0 to 10.6.0 by
@dependabot[bot] in erlef/setup-beam#453- Bump prettier from 3.8.1 to 3.9.1 by
@dependabot[bot] in erlef/setup-beam#454- Bump globals from 17.4.0 to 17.7.0 by
@dependabot[bot] in erlef/setup-beam#452- Remove lodash Dependency by
@maennchenin erlef/setup-beam#457Full Changelog: https://github.com/erlef/setup-beam/compare/v1...v1.24.1
Commits
54075bcAutomation: update setup-beam version output to ea45c80ea45c80Remove lodash Dependency (#457)b4b8d85Automation: update setup-beam version output to 20df79420df794Bump globals from 17.4.0 to 17.7.0 (#452)9d5c5caAutomation: update setup-beam version output to ad42943ad42943Bump prettier from 3.8.1 to 3.9.1 (#454)135c095Automation: update setup-beam version output to a04cfbba04cfbbBump eslint from 10.1.0 to 10.6.0 (#453)cd1472fAutomation: update setup-beam version output to c80fdc9c80fdc9Bump actions/checkout from 6.0.2 to 7.0.0 (#467)- Additional commits viewable in compare view
Updates github/codeql-action/upload-sarif from 4.36.2 to 4.36.3
Release notes
Sourced from github/codeql-action/upload-sarif's releases.
v4.36.3
No user facing changes.
Changelog
Sourced from github/codeql-action/upload-sarif's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
4.36.3 - 01 Jul 2026
No user facing changes.
4.36.2 - 04 Jun 2026
- Cache CodeQL CLI version information across Actions steps. #3943
- Reduce requests while waiting for analysis processing by using exponential backoff when polling SARIF processing status. #3937
- Update default CodeQL bundle version to 2.25.6. #3948
4.36.1 - 02 Jun 2026
No user facing changes.
4.36.0 - 22 May 2026
- Breaking change: Bump the minimum required CodeQL bundle version to 2.19.4. #3894
- Add support for SHA-256 Git object IDs. #3893
- Update default CodeQL bundle version to 2.25.5. #3926
4.35.5 - 15 May 2026
- We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #3899
- For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #3791
- If multiple inputs are provided for the GitHub-internal
analysis-kindsinput, onlycode-scanningwill be enabled. Theanalysis-kindsinput is experimental, for GitHub-internal use only, and may change without notice at any time. #3892- Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #3880
4.35.4 - 07 May 2026
4.35.3 - 01 May 2026
- Upcoming breaking change: Add a deprecation warning for customers using CodeQL version 2.19.3 and earlier. These versions of CodeQL were discontinued on 9 April 2026 alongside GitHub Enterprise Server 3.15, and will be unsupported by the next minor release of the CodeQL Action. #3837
- Configurations for private registries that use Cloudsmith or GCP OIDC are now accepted. #3850
- Best-effort connection tests for private registries now use
GETrequests instead ofHEADfor better compatibility with various registry implementations. For NuGet feeds, the test is now always performed against the service index. #3853- Fixed a bug where two diagnostics produced within the same millisecond could overwrite each other on disk, causing one of them to be lost. #3852
- Update default CodeQL bundle version to 2.25.3. #3865
4.35.2 - 15 Apr 2026
- The undocumented TRAP cache cleanup feature that could be enabled using the
CODEQL_ACTION_CLEANUP_TRAP_CACHESenvironment variable is deprecated and will be removed in May 2026. If you are affected by this, we recommend disabling TRAP caching by passing thetrap-caching: falseinput to theinitAction. #3795
... (truncated)
Commits
54f647bMerge pull request #3984 from github/update-v4.36.3-1f34ec164e78819eTrigger checks2c9d3d6Update changelog for v4.36.31f34ec1Merge pull request #3983 from github/mbg/repo-props/ff-for-config-file-propd5f0145Log when repository property has a value but is ignoredf27f563Add test for when the FF is off0025d0fUse FFf7fa18fAdd FF for config file repo property628fc3fMerge pull request #3979 from github/henrymercer/overlay-db-cleanup-size-tele...9cfb67bAdd clarifying comments- Additional commits viewable in compare view
Updates dtolnay/rust-toolchain from 67ef31d5b988238dd797d409d6f9574278e20537 to fa04a1451ff1842e2626ccb99004d0195b455a88
Commits
fa04a14Add 1.96.1 patch release- See full diff in compare view
Updates dawidd6/action-send-mail from 6e502825a508b867ab2954ad6343b68787624c01 to c50dc4cc848ade21f848990889906d804fae78c5
Commits
Updates trufflesecurity/trufflehog from 3.95.6 to 3.95.8
Release notes
Sourced from trufflesecurity/trufflehog's releases.
v3.95.8
What's Changed
- removed "unauthorized" as exception for rotated graphana secrets by
@jordanTunstillin trufflesecurity/trufflehog#5068- fix(azuresastoken): match SAS tokens regardless of parameter order by
@genisis0xin trufflesecurity/trufflehog#5043- Add prometheus metrics for engine channels and workers by
@mcastorinain trufflesecurity/trufflehog#5095- [INS-465] Skip unverified JWT Detector results when feature flag is enabled by
@MuneebUllahKhan222in trufflesecurity/trufflehog#5072- [INS-334] Octopus Deploy detector by
@MuneebUllahKhan222in trufflesecurity/trufflehog#4787- Fix Syntax error in feature.go by
@MuneebUllahKhan222in trufflesecurity/trufflehog#5109- Include encoded resume info instead of clobbering it by
@bill-richin trufflesecurity/trufflehog#5110Full Changelog: https://github.com/trufflesecurity/trufflehog/compare/v3.95.7...v3.95.8
v3.95.7
What's Changed
- fix(sources/filesystem): order resume comparison by path component by
@genisis0xin trufflesecurity/trufflehog#5041- test(handlers): point APK test fixture at trufflehog-test-assets by
@amanfcpin trufflesecurity/trufflehog#5053- fixed regex typo that was causing conf uuid's to be surfaced as non-live atlassian secrets. by
@jordanTunstillin trufflesecurity/trufflehog#5029- Fix GitHub App cross-org member enumeration using per-installation tokens by
@dustin-deckerin trufflesecurity/trufflehog#4774- fix: add git worktree support in PrepareRepo by
@andoniafin trufflesecurity/trufflehog#4690- [INS-406] Braintrust detector by
@MuneebUllahKhan222in trufflesecurity/trufflehog#4826- huggingface: add bucket scanning by
@julien-cin trufflesecurity/trufflehog#5017- Skip reverification results during deduplication by
@mcastorinain trufflesecurity/trufflehog#5069- chore(renovate): bump shared config to v1.0.3 by
@bryanbeverlyin trufflesecurity/trufflehog#5044- Add scan_all_installations option for multi-org GitHub App scanning by
@dustin-deckerin trufflesecurity/trufflehog#4775- Expose
SecretPartsin the JSON output by@bradlarsenin trufflesecurity/trufflehog#5073- [INS-497] Add Pganalyze Read Key Detector by
@MuneebUllahKhan222in trufflesecurity/trufflehog#4993- [INS-197] Add redhatpyxis api key detector by
@MuneebUllahKhan222in trufflesecurity/trufflehog#4995- [INS-407] Fixed AWS detector producing non deterministic output by
@MuneebUllahKhan222in trufflesecurity/trufflehog#4836New Contributors
@genisis0xmade their first contribution in trufflesecurity/trufflehog#5041@andoniafmade their first contribution in trufflesecurity/trufflehog#4690@julien-cmade their first contribution in trufflesecurity/trufflehog#5017Full Changelog: https://github.com/trufflesecurity/trufflehog/compare/v3.95.6...v3.95.7
Commits
00155c9Include encoded resume info instead of clobbering it (#5110)4d3a66ffixed syntax error (#5109)797f02b[INS-334] Octopus Deploy detector (#4787)7f04a89[INS-465] Skip unverified JWT Detector results when feature flag is enabled (...459d5a7Add prometheus metrics for engine channels and workers (#5095)f38f8f7fix(azuresastoken): match SAS tokens regardless of parameter order (#5043)6261f5cremoved "unauthorized" as exception for rotated graphana secrets (#5068)f446421[INS-407] Fixed AWS detector producing non deterministic output (#4836)885fa2d[INS-197] Add redhatpyxis api key detector (#4995)c09d726[INS-497] Add Pganalyze Read Key Detector (#4993)- 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 show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Package Dependencies
dtolnay/rust-toolchain
actions
67ef31d5b988238dd797d409d6f9574278e20537 → fa04a1451ff1842e2626ccb99004d0195b455a88
trufflesecurity/trufflehog
actions
3.95.6 → 3.95.8
Patch
dawidd6/action-send-mail
actions
6e502825a508b867ab2954ad6343b68787624c01 → c50dc4cc848ade21f848990889906d804fae78c5
github/codeql-action/init
actions
4.36.2 → 4.36.3
Patch
github/codeql-action/upload-sarif
actions
4.36.2 → 4.36.3
Patch
github/codeql-action/analyze
actions
4.36.2 → 4.36.3
Patch
Technical Details
| ID: | 16118143 |
| UUID: | 4807219765 |
| Node ID: | PR_kwDOSAHSgM7txev9 |
| Host: | GitHub |
| Repository: | hyperpolymath/rattlescript |