Skip to content

chore(deps): bump github/codeql-action from 3 to 4#91

Merged
grandizzy merged 1 commit intomasterfrom
dependabot/github_actions/github/codeql-action-4
Oct 14, 2025
Merged

chore(deps): bump github/codeql-action from 3 to 4#91
grandizzy merged 1 commit intomasterfrom
dependabot/github_actions/github/codeql-action-4

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2025

Bumps github/codeql-action from 3 to 4.

Release notes

Sourced from github/codeql-action's releases.

v3.30.8

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.8 - 10 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.7

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.7 - 06 Oct 2025

No user facing changes.

See the full CHANGELOG.md for more information.

v3.30.6

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.6 - 02 Oct 2025

  • Update default CodeQL bundle version to 2.23.2. #3168

See the full CHANGELOG.md for more information.

v3.30.5

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.5 - 26 Sep 2025

  • We fixed a bug that was introduced in 3.30.4 with upload-sarif which resulted in files without a .sarif extension not getting uploaded. #3160

See the full CHANGELOG.md for more information.

v3.30.4

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.30.4 - 25 Sep 2025

... (truncated)

Changelog

Sourced from github/codeql-action's changelog.

3.29.4 - 23 Jul 2025

No user facing changes.

3.29.3 - 21 Jul 2025

No user facing changes.

3.29.2 - 30 Jun 2025

  • Experimental: When the quality-queries input for the init action is provided with an argument, separate .quality.sarif files are produced and uploaded for each language with the results of the specified queries. Do not use this in production as it is part of an internal experiment and subject to change at any time. #2935

3.29.1 - 27 Jun 2025

  • Fix bug in PR analysis where user-provided include query filter fails to exclude non-included queries. #2938
  • Update default CodeQL bundle version to 2.22.1. #2950

3.29.0 - 11 Jun 2025

  • Update default CodeQL bundle version to 2.22.0. #2925
  • Bump minimum CodeQL bundle version to 2.16.6. #2912

3.28.21 - 28 July 2025

No user facing changes.

3.28.20 - 21 July 2025

3.28.19 - 03 Jun 2025

  • The CodeQL Action no longer includes its own copy of the extractor for the actions language, which is currently in public preview. The actions extractor has been included in the CodeQL CLI since v2.20.6. If your workflow has enabled the actions language and you have pinned your tools: property to a specific version of the CodeQL CLI earlier than v2.20.6, you will need to update to at least CodeQL v2.20.6 or disable actions analysis.
  • Update default CodeQL bundle version to 2.21.4. #2910

3.28.18 - 16 May 2025

  • Update default CodeQL bundle version to 2.21.3. #2893
  • Skip validating SARIF produced by CodeQL for improved performance. #2894
  • The number of threads and amount of RAM used by CodeQL can now be set via the CODEQL_THREADS and CODEQL_RAM runner environment variables. If set, these environment variables override the threads and ram inputs respectively. #2891

3.28.17 - 02 May 2025

  • Update default CodeQL bundle version to 2.21.2. #2872

3.28.16 - 23 Apr 2025

... (truncated)

Commits
  • a841c54 Scratch uploadSpecifiedFiles tests, make uploadPayload tests instead
  • aeb12f6 Merge branch 'main' into redsun82/skip-sarif-upload-tests
  • 6fd4ceb Merge pull request #3189 from github/henrymercer/download-codeql-rate-limit
  • 196a3e5 Merge pull request #3188 from github/mbg/telemetry/partial-config
  • 98abb87 Add configuration error for rate limited CodeQL download
  • bdd2cdf Also include language in error status report for start-proxy, if available
  • fb14878 Include languages in start-proxy telemetry
  • 2ff418f Parse language before calling getCredentials
  • See full diff in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Oct 13, 2025
@grandizzy grandizzy merged commit 29630be into master Oct 14, 2025
15 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/github/codeql-action-4 branch October 14, 2025 04:26
dutterbutter added a commit to dutterbutter/foundry-zksync-toolchain that referenced this pull request Jan 30, 2026
* chore: bump dependencies + fix documentation (foundry-rs#61)

* bump deps

* update version number to reflect v1.2.0

* chore(`v0.3.0`): start defaulting to stable (foundry-rs#60)

* start defaulting to stable

* bump deps

* update version number to reflect v1.2.0

* bump version to 1.3.0

* point to existing tag

* bump node to 23

* fix invalid node version for runner

* downgrade to node 20.x (foundry-rs#62)

* tagged versions should be prefixed (foundry-rs#65)

* chore: run npm update (foundry-rs#66)

* add `rc` as valid version target (foundry-rs#67)

* feat: update @actions/cache package dependency (foundry-rs#68)

* feat: update @actions/cache package dependency

chore: update cache dependencies and add more logging

chore: use multiple restore keys

chore: update build:

* chore: use custom restore keys only when they are supplied

* chore(deps): run npm update (foundry-rs#70)

* add codeowners (foundry-rs#78)

* chore(ci): bump to node 24 + update dependencies + harden workflow (foundry-rs#77)

* bump to node lts 22

* bump CI actions

* bump to node 24 per https://docs.github.com/en/actions/reference/workflows-and-actions/metadata-syntax#runsusing-for-javascript-actions

* harden workflow

* fix: update instructions for PR (foundry-rs#79)

* document node.js version

* nit

* chore(`ci`): continue harden, cancel concurrent, revoke unnecessary write (foundry-rs#81)

* cancel concurrent, revoke write

* nit

* nit

* focus

* chore(`ci`): add CodeQL (foundry-rs#82)

* add codeql

* add JavaScript scanning

* fix

* drop scope, packages read is not necessary

* rescope permissions (foundry-rs#83)

* merge codeql into regular ci (foundry-rs#84)

* feat(`ci`): add test matrix for CI workflow, fix docs, fix arch mapping + include `arm64` (foundry-rs#87)

* add test matrix
from foundry-rs#85

* os.arch() can not return x32, also return arm64, cannot return aarch64 as suggested in foundry-rs#85

* chore(docs): update README (foundry-rs#88)

* update example workflow

* clarify tag use

* bump to 1.5.0, bump @actions/cache, bump @vercel/ncc (foundry-rs#89)

* fix default permissions (foundry-rs#90)

* chore(deps): bump github/codeql-action from 3 to 4 (foundry-rs#91)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/setup-node from 5 to 6 (foundry-rs#92)

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v5...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump actions/upload-artifact from 4 to 5 (foundry-rs#93)

* chore(deps): bump actions/checkout from 5 to 6 (foundry-rs#95)

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v5...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* action should use node24 (foundry-rs#96)

* nit (foundry-rs#97)

* feat: add `network` configuration option and Tempo support (foundry-rs#98)

* add dual network support

* update dist

* update action yml

* bump build

* fix network

* bump

* bump

* we do not distribute windows binaries for tempo

* fix

* enable windows CI w/ tempo network (foundry-rs#99)

* chore(deps): bump actions/upload-artifact from 5 to 6 (foundry-rs#100)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(meta): add AGENTS.md (foundry-rs#101)

* feat: use foundryup (foundry-rs#102)

* feat: print --version for all tools at end of action (foundry-rs#103)

* fix: allow v-prefix and no prefix for specific versions (foundry-rs#104)

* refactor: rewrite in TypeScript (foundry-rs#106)

* feat: cache all of .foundry/cache instead of just /rpc (foundry-rs#107)

* fix: remove windows --force hack (foundry-rs#108)

* fix: remove windows --force hack

* fail-fast

* chore(deps): bump to node v24.13.0 and update dependencies (foundry-rs#109)

* add install step

* bump to 24.13.0

* chore: fix readme

* fix: remove anvil / chisel checks

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: zerosnacks <95942363+zerosnacks@users.noreply.github.com>
Co-authored-by: zerosnacks <zerosnacks@protonmail.com>
Co-authored-by: DaniPopes <57450786+DaniPopes@users.noreply.github.com>
Co-authored-by: Jongseung (John) Lim <penandlim@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant