frameworks
frameworks copied to clipboard
chore: bump the all group across 1 directory with 6 updates
Bumps the all group with 6 updates in the / directory:
Package | From | To |
---|---|---|
step-security/harden-runner | 2.7.1 |
2.8.1 |
actions/checkout | 4.1.6 |
4.1.7 |
github/codeql-action | 3.25.5 |
3.25.11 |
actions/dependency-review-action | 4.3.2 |
4.3.3 |
golang/govulncheck-action | 1.0.2 |
1.0.3 |
codecov/codecov-action | 4.4.0 |
4.5.0 |
Updates step-security/harden-runner
from 2.7.1 to 2.8.1
Release notes
Sourced from step-security/harden-runner's releases.
v2.8.1
What's Changed
- Bug fix: Update isGitHubHosted implementation by
@varunsh-coder
in step-security/harden-runner#425 The previous implementation incorrectly identified large GitHub-hosted runners as self-hosted runners. As a result, harden-runner was not executing on these large GitHub-hosted runners.Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.8.1
v2.8.0
What's Changed
Release v2.8.0 by
@h0x0er
and@varunsh-coder
in step-security/harden-runner#416 This release includes:
- File Monitoring Enhancements: Adds the capability to view the name and path of every file written during the build process.
- Process Tracking Enhancements: Adds the capability to view process names and arguments of processes run during the build process.
These enhancements are based on insights from the XZ Utils incident, aimed at improving observability and detections during the build process.
Full Changelog: https://github.com/step-security/harden-runner/compare/v2...v2.8.0
Commits
17d0e2b
Merge pull request #425 from step-security/rc-9bb112d0
Update isGitHubHosted implementationf4f3f44
Merge pull request #407 from step-security/dependabot/github_actions/actions/...7a946b5
Bump actions/dependency-review-action from 3.1.3 to 4.3.275a01c2
Merge pull request #417 from step-security/dependabot/github_actions/step-sec...53413f1
Bump step-security/harden-runner from 2.7.1 to 2.8.0f086349
Merge pull request #416 from step-security/rc-8b9c325d
Update image808a771
Add info about file and process events7171429
Update agent- Additional commits viewable in compare view
Updates actions/checkout
from 4.1.6 to 4.1.7
Release notes
Sourced from actions/checkout's releases.
v4.1.7
What's Changed
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776New Contributors
@orhantoy
made their first contribution in actions/checkout#1774Full Changelog: https://github.com/actions/checkout/compare/v4.1.6...v4.1.7
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
- Check git version before attempting to disable
sparse-checkout
by@jww3
in actions/checkout#1656- Add SSH user parameter by
@cory-miller
in actions/checkout#1685- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650v4.1.2
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598v4.1.1
- Correct link to GitHub Docs by
@peterbe
in actions/checkout#1511- Link to release page from what's new section by
@cory-miller
in actions/checkout#1514v4.1.0
v4.0.0
v3.6.0
- Fix: Mark test scripts with Bash'isms to be run via Bash
- Add option to fetch tags even if fetch-depth > 0
v3.5.3
... (truncated)
Commits
692973e
Prepare 4.1.7 release (#1775)6ccd57f
Pin actions/checkout's own workflows to a known, good, stable version. (#1776)b17fe1e
Handle hidden refs (#1774)b80ff79
Bump actions/checkout from 3 to 4 (#1697)b1ec302
Bump the minor-npm-dependencies group across 1 directory with 4 updates (#1739)- See full diff in compare view
Updates github/codeql-action
from 3.25.5 to 3.25.11
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
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release 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.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
- We are rolling out a feature in May/June 2024 that will reduce the Actions cache usage of the Action by keeping only the newest TRAP cache for each language. #2306
3.25.6 - 20 May 2024
- Update default CodeQL bundle version to 2.17.3. #2295
3.25.5 - 13 May 2024
- Add a compatibility matrix of supported CodeQL Action, CodeQL CLI, and GitHub Enterprise Server versions to the https://github.com/github/codeql-action/blob/main/README.md. #2273
- Avoid printing out a warning for a missing
on.push
trigger when the CodeQL Action is triggered via aworkflow_call
event. #2274- The
tools: latest
input to theinit
Action has been renamed totools: linked
. This option specifies that the Action should use the tools shipped at the same time as the Action. The old name will continue to work for backwards compatibility, but we recommend that new workflows use the new name. #22813.25.4 - 08 May 2024
- Update default CodeQL bundle version to 2.17.2. #2270
3.25.3 - 25 Apr 2024
- Update default CodeQL bundle version to 2.17.1. #2247
- Workflows running on
macos-latest
using CodeQL CLI versions before v2.15.1 will need to either upgrade their CLI version to v2.15.1 or newer, or change the platform to an Intel MacOS runner, such asmacos-12
. ARM machines with SIP disabled, including the newestmacos-latest
image, are unsupported for CLI versions before 2.15.1. #2261
... (truncated)
Commits
b611370
Merge pull request #2357 from github/update-v3.25.11-de945755c3e6431f
Update changelog for v3.25.11de94575
Merge pull request #2352 from github/update-bundle/codeql-bundle-v2.17.6a32d305
Add changelog note9ccc995
Update default bundle to codeql-bundle-v2.17.69b7c22c
Merge pull request #2351 from github/dependabot/npm_and_yarn/npm-6791eaa26c9cf3243
Rebuild1895b29
Update checked-in dependencies9dcfde9
Bump the npm group with 2 updates8723b5b
Merge pull request #2350 from github/angelapwen/add-exclude-pr-check-param- Additional commits viewable in compare view
Updates actions/dependency-review-action
from 4.3.2 to 4.3.3
Release notes
Sourced from actions/dependency-review-action's releases.
Notes for v4.3.3
What's Changed
- Allow slashes in purl package names by
@juxtin
in actions/dependency-review-action#765- use the v3 version of the deps.dev API by
@josieang
in actions/dependency-review-action#741- PR with suggestions - [Improvement]: Help streamline / simplify dependency review action README by
@am-stead
in actions/dependency-review-action#773- fix show-openssf-scorecard-levels input by
@ramann
in actions/dependency-review-action#776- Updates to the contribution guidelines by
@jonjanego
in actions/dependency-review-action#778- Create issue templates by
@jonjanego
in actions/dependency-review-action#777- Fix the max comment length issue by
@jhutchings1
and@elireisman
in actions/dependency-review-action#767- Bump project version to 4.3.3 in prep for a release by
@elireisman
in actions/dependency-review-action#781New Contributors
@josieang
made their first contribution in actions/dependency-review-action#741@am-stead
made their first contribution in actions/dependency-review-action#773@ramann
made their first contribution in actions/dependency-review-action#776Full Changelog: https://github.com/actions/dependency-review-action/compare/v4.3.2...v4.3.3
Commits
72eb03d
Merge pull request #781 from actions/release-v4.3.3137d8b4
bump to version v4.3.3e6b618e
Merge pull request #767 from actions/max-comment-length3c42649
fix ws for linter8e6ea8d
update packaging1b3d277
post-review: add PR comment full summary test case220872c
Update src/main.ts087d0f8
repackage to update dist4531204
whitespacedf1ca89
appease linter- Additional commits viewable in compare view
Updates golang/govulncheck-action
from 1.0.2 to 1.0.3
Release notes
Sourced from golang/govulncheck-action's releases.
v1.0.3
Add inputs for specifying the output format and optional output file. This can be used, for instance, to save govulncheck SARIF output to a file that users can then upload to Github code scanning.
Commits
dd0578b
all: provide options to specify action output- See full diff in compare view
Updates codecov/codecov-action
from 4.4.0 to 4.5.0
Release notes
Sourced from codecov/codecov-action's releases.
v4.5.0
What's Changed
- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.9.0 to 7.10.0 by@dependabot
in codecov/codecov-action#1446- build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by
@dependabot
in codecov/codecov-action#1443- build(deps-dev): bump
@typescript-eslint/parser
from 7.9.0 to 7.10.0 by@dependabot
in codecov/codecov-action#1445- build(deps-dev): bump
@typescript-eslint/parser
from 7.10.0 to 7.11.0 by@dependabot
in codecov/codecov-action#1459- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.10.0 to 7.11.0 by@dependabot
in codecov/codecov-action#1458- build(deps): bump github/codeql-action from 3.25.5 to 3.25.6 by
@dependabot
in codecov/codecov-action#1456- build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by
@dependabot
in codecov/codecov-action#1460- build(deps): bump github/codeql-action from 3.25.6 to 3.25.7 by
@dependabot
in codecov/codecov-action#1466- build(deps-dev): bump
@typescript-eslint/parser
from 7.11.0 to 7.12.0 by@dependabot
in codecov/codecov-action#1467- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.11.0 to 7.12.0 by@dependabot
in codecov/codecov-action#1468- build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 by
@dependabot
in codecov/codecov-action#1472- fix: handle trailing commas by
@joseph-sentry
in codecov/codecov-action#1470- build(deps-dev): bump
@typescript-eslint/parser
from 7.12.0 to 7.13.0 by@dependabot
in codecov/codecov-action#1474- build(deps-dev): bump braces from 3.0.2 to 3.0.3 by
@dependabot
in codecov/codecov-action#1475- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.12.0 to 7.13.0 by@dependabot
in codecov/codecov-action#1473- feat: add support for tokenless v3 by
@joseph-sentry
in codecov/codecov-action#1410- Use an existing token even if the PR is from a fork by
@leofeyer
in codecov/codecov-action#1471- chore(release): bump to 4.5.0 by
@thomasrockhu-codecov
in codecov/codecov-action#1477New Contributors
@joseph-sentry
made their first contribution in codecov/codecov-action#1470@leofeyer
made their first contribution in codecov/codecov-action#1471Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.1...v4.5.0
v4.4.1
What's Changed
- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.8.0 to 7.9.0 by@dependabot
in codecov/codecov-action#1427- fix: prevent xlarge from running on forks by
@thomasrockhu-codecov
in codecov/codecov-action#1432- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
@dependabot
in codecov/codecov-action#1439- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
@dependabot
in codecov/codecov-action#1438- fix: isPullRequestFromFork returns false for any PR by
@shahar-h
in codecov/codecov-action#1437- chore(release): 4.4.1 by
@thomasrockhu-codecov
in codecov/codecov-action#1441New Contributors
@shahar-h
made their first contribution in codecov/codecov-action#1437Full Changelog: https://github.com/codecov/codecov-action/compare/v4.4.0...v4.4.1
What's Changed
- build(deps-dev): bump
@typescript-eslint/eslint-plugin
from 7.8.0 to 7.9.0 by@dependabot
in codecov/codecov-action#1427- fix: prevent xlarge from running on forks by
@thomasrockhu-codecov
in codecov/codecov-action#1432- build(deps): bump github/codeql-action from 3.25.4 to 3.25.5 by
@dependabot
in codecov/codecov-action#1439- build(deps): bump actions/checkout from 4.1.5 to 4.1.6 by
@dependabot
in codecov/codecov-action#1438- fix: isPullRequestFromFork returns false for any PR by
@shahar-h
in codecov/codecov-action#1437- chore(release): 4.4.1 by
@thomasrockhu-codecov
in codecov/codecov-action#1441New Contributors
... (truncated)
Commits
e28ff12
chore(release): bump to 4.5.0 (#1477)7594baa
Use an existing token even if the PR is from a fork (#1471)81c0a51
feat: add support for tokenless v3 (#1410)f5e203f
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.12.0 to 7.13.0 ...7c48363
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (#1475)69e5d09
build(deps-dev): bump@typescript-eslint/parser
from 7.12.0 to 7.13.0 (#1474)feaf700
fix: handle trailing commas (#1470)7b6a727
build(deps): bump github/codeql-action from 3.25.7 to 3.25.8 (#1472)ccf7a1f
build(deps-dev): bump@typescript-eslint/eslint-plugin
from 7.11.0 to 7.12.0 ...f03f015
build(deps-dev): bump@typescript-eslint/parser
from 7.11.0 to 7.12.0 (#1467)- 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 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 <dependency name> major version
will 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 version
will 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