frameworks
frameworks copied to clipboard
chore: bump the all group across 1 directory with 4 updates
Bumps the all group with 4 updates in the / directory: actions/checkout, github/codeql-action, ossf/scorecard-action and actions/upload-artifact.
Updates actions/checkout
from 3.6.0 to 4.1.4
Release notes
Sourced from actions/checkout's releases.
v4.1.4
What's Changed
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693Full Changelog: https://github.com/actions/checkout/compare/v4.1.3...v4.1.4
v4.1.3
What's Changed
- Update
actions/checkout
version inupdate-main-version.yml
by@jww3
in actions/checkout#1650- 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#1685Full Changelog: https://github.com/actions/checkout/compare/v4.1.2...v4.1.3
v4.1.2
We are investigating the following issue with this release and have rolled-back the
v4
tag to point tov4.1.1
sparse-checkout
is not available on git versions prior to 2.27.0 (see actions/checkout#1651)What's Changed
- Fix: Disable sparse checkout whenever
sparse-checkout
option is not present@dscho
in actions/checkout#1598- Bump tough-cookie from 4.0.0 to 4.1.3 by
@dependabot
in actions/checkout#1406- Bump
@babel/traverse
from 7.20.5 to 7.24.0 by@dependabot
in actions/checkout#1642New Contributors
@jww3
made their first contribution in actions/checkout#1616Full Changelog: https://github.com/actions/checkout/compare/v4.1.1...v4.1.2
v4.1.1
What's Changed
- Update CODEOWNERS to Launch team by
@joshmgross
in actions/checkout#1510- 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#1514New Contributors
@joshmgross
made their first contribution in actions/checkout#1510@peterbe
made their first contribution in actions/checkout#1511Full Changelog: https://github.com/actions/checkout/compare/v4.1.0...v4.1.1
v4.1.0
What's Changed
- Update README.md for V4 by
@sivapalan
in actions/checkout#1452- Add support for partial checkout filters by
@finleygn
in actions/checkout#1396- Prepare 4.1.0 release by
@cory-miller
in actions/checkout#1496
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
Changelog
v4.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
- Fix: Checkout fail in self-hosted runners when faulty submodule are checked-in
- Fix typos found by codespell
- Add support for sparse checkouts
v3.5.2
v3.5.1
v3.5.0
v3.4.0
... (truncated)
Commits
0ad4b8f
Prep Release v4.1.4 (#1704)43045ae
Disableextensions.worktreeConfig
when disablingsparse-checkout
(#1692)37b0821
Bump the minor-actions-dependencies group with 2 updates (#1693)9839dc1
Add dependabot config (#1688)9b4c13b
Bump word-wrap from 1.2.3 to 1.2.5 (#1643)1d96c77
Add SSH user parameter (#1685)cd7d8d6
Check git version before attempting to disablesparse-checkout
(#1656)8410ad0
Updateactions/checkout
version inupdate-main-version.yml
(#1650)9bb5618
Prep for release of v4.1.2 (#1649)8eb1f6a
Bump@babel/traverse
from 7.20.5 to 7.24.0 (#1642)- Additional commits viewable in compare view
Updates github/codeql-action
from 2.24.10 to 3.25.3
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.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. #22613.25.2 - 22 Apr 2024
No user facing changes.
3.25.1 - 17 Apr 2024
- We are rolling out a feature in April/May 2024 that improves the reliability and performance of analyzing code when analyzing a compiled language with the
autobuild
build mode. #2235- Fix a bug where the
init
Action would fail if--overwrite
was specified inCODEQL_ACTION_EXTRA_OPTIONS
. #22453.25.0 - 15 Apr 2024
The deprecated feature for extracting dependencies for a Python analysis has been removed. #2224
As a result, the following inputs and environment variables are now ignored:
- The
setup-python-dependencies
input to theinit
Action- The
CODEQL_ACTION_DISABLE_PYTHON_DEPENDENCY_INSTALLATION
environment variableWe recommend removing any references to these from your workflows. For more information, see the release notes for CodeQL Action v3.23.0 and v2.23.0.
Automatically overwrite an existing database if found on the filesystem. #2229
Bump the minimum CodeQL bundle version to 2.12.6. #2232
A more relevant log message and a diagnostic are now emitted when the
file
program is not installed on a Linux runner, but is required for Go tracing to succeed. #22343.24.10 - 05 Apr 2024
- Update default CodeQL bundle version to 2.17.0. #2219
- Add a deprecation warning for customers using CodeQL version 2.12.5 and earlier. These versions of CodeQL were discontinued on 26 March 2024 alongside GitHub Enterprise Server 3.8, and will be unsupported by CodeQL Action versions 3.25.0 and later and versions 2.25.0 and later. #2220
- If you are using one of these versions, please update to CodeQL CLI version 2.12.6 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.11.6 and 2.12.5, you can replace
github/codeql-action/*@v3
bygithub/codeql-action/*@v3.24.10
andgithub/codeql-action/*@v2
bygithub/codeql-action/*@v2.24.10
in your code scanning workflow to ensure you continue using this version of the CodeQL Action.3.24.9 - 22 Mar 2024
- Update default CodeQL bundle version to 2.16.5. #2203
3.24.8 - 18 Mar 2024
... (truncated)
Commits
d39d31e
Merge pull request #2262 from github/update-v3.25.3-ac2f82a1fa727825
Move changenote to most recent section1efa859
Update changelog for v3.25.3ac2f82a
Log warning if SIP is disabled and CLI version is < 2.15.1 (#2261)0ad7791
Merge pull request #2247 from github/update-bundle/codeql-bundle-v2.17.179d9ee7
Merge branch 'main' into update-bundle/codeql-bundle-v2.17.1dbf2b17
Merge pull request #2255 from github/mergeback/v3.25.2-to-main-8f596b4aff6a3c4
Update checked-in dependencies619dc0c
Update changelog and version after v3.25.28f596b4
Merge pull request #2254 from github/update-v3.25.2-4909c1ffb- Additional commits viewable in compare view
Updates ossf/scorecard-action
from 2.0.6 to 2.3.1
Release notes
Sourced from ossf/scorecard-action's releases.
v2.3.1
What's Changed
- :seedling: Bump github.com/ossf/scorecard/v4 from v4.13.0 to v4.13.1 by
@spencerschrock
in ossf/scorecard-action#1282
- Adds additional Fuzzing detection and fixes a SAST bug related to detecting CodeQL. For a full changelist of what this includes, see the v4.13.1 release notes
Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.3.0...v2.3.1
v2.3.0
What's Changed
- :seedling: Bump github.com/ossf/scorecard/v4 from v4.11.0 to v4.13.0 by
@spencerschrock
in ossf/scorecard-action#1270- :sparkles: Send rekor tlog index to webapp when publishing results by
@spencerschrock
in ossf/scorecard-action#1169- :bug: Prevent url clipping for GHES instances by
@rajbos
in ossf/scorecard-action#1225Documentation
- :book: Update access rights needed to see the results in code scanning by
@rajbos
in ossf/scorecard-action#1229- :book: Add package comments. by
@spencerschrock
in ossf/scorecard-action#1221- :book: Add SECURITY.md file by
@david-a-wheeler
in ossf/scorecard-action#1250- :book: Fix typo in token input docs by
@aabouzaid
in ossf/scorecard-action#1258New Contributors
@david-a-wheeler
made their first contribution in ossf/scorecard-action#1250@aabouzaid
made their first contribution in ossf/scorecard-action#1258Full Changelog: https://github.com/ossf/scorecard-action/compare/v2.2.0...v2.3.0
v2.2.0
What's Changed
- :seedling: Bump github.com/ossf/scorecard/v4 from v4.10.5 to v4.11.0 by
@spencerschrock
in ossf/scorecard-action#1192Scorecard Result Viewer
Thanks to contributions from
@cynthia-sg
and@tegioz
at CLOMonitor, there is a new Scorecard Result visualization page athttps://securityscorecards.dev/viewer/?uri=<project-url>
.As an example, you can see our own score visualized here Checkout our README to learn how to link your README badge to the new visualization page.
Publishing Results
This release contains two fixes which will improve the user experience when
publish_results
istrue
- Runs that fail our workflow restrictions will fail with a 400 response indicating the problem, instead of a vague 500 status. (ossf/scorecard-action#1156, resolved ossf/scorecard-action#1150)
- Scorecard action will retry when signing results and submitting them to our web API. This should help with flakiness from connection failures. (ossf/scorecard-action#1191)
Docs
- 📖 Update README to accept fine-grained tokens by
@pnacht
in ossf/scorecard-action#1175- 📖 Update installation instructions to match current GitHub UI by
@joycebrum
in ossf/scorecard-action#1153
... (truncated)
Commits
0864cf1
:seedling: Bump docker tag to for v2.3.1 release (#1284)72df3bf
:seedling: Bump github.com/ossf/scorecard/v4 from v4.13.0 to v4.13.1 (#1282)0ea411f
:seedling: Bump the docker-images group with 1 update (#1281)dbfd042
:seedling: Bump the github-actions group with 1 update (#1280)2fa1e2f
:seedling: Bump golang.org/x/net from 0.16.0 to 0.17.0 (#1278)652ddd0
:seedling: Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#1277)28d0c92
:seedling: Group Dependabot updates for GitHub Actions and Dockerfiles (#1276)cb50491
:seedling: Bump distroless/base froma35b652
tob31a6e0
(#1275)87157ac
:seedling: Bump github/codeql-action from 2.21.9 to 2.22.1 (#1274)7c1648b
:seedling: Bump step-security/harden-runner from 2.5.1 to 2.6.0 (#1273)- Additional commits viewable in compare view
Updates actions/upload-artifact
from 3.1.3 to 4.3.3
Release notes
Sourced from actions/upload-artifact's releases.
v4.3.3
What's Changed
- updating
@actions/artifact
dependency to v2.1.6 by@eggyhead
in 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
@konradpabjan
in actions/upload-artifact#516- Minor fix to the migration readme by
@andrewakim
in actions/upload-artifact#523- Update readme with v3/v2/v1 deprecation notice by
@robherley
in actions/upload-artifact#561- updating
@actions/artifact
dependency to v2.1.5 and@actions/core
to v1.0.1 by@eggyhead
in actions/upload-artifact#562New Contributors
@andrewakim
made 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/artifacts
to 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
@robherley
in actions/upload-artifact#504- Add sub-action to merge artifacts by
@robherley
in 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
@robherley
in 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
@robherley
in actions/upload-artifact#482- Update README.md by
@samuelwine
in actions/upload-artifact#492- Support artifact-url output by
@konradpabjan
in actions/upload-artifact#496- Update readme to reflect new 500 artifact per job limit by
@robherley
in actions/upload-artifact#497New Contributors
@samuelwine
made their first contribution in actions/upload-artifact#492Full Changelog: https://github.com/actions/upload-artifact/compare/v4...v4.1.0
v4.0.0
... (truncated)
Commits
6546280
updating package versionc004fb4
Merge branch 'main' into eggyhead/use-artifact-v2.1.690aba49
updating toolkit artifact dependency to 2.1.6b06cde3
Merge pull request #563 from actions/eggyhead/release-4.3.21746f4a
Revert "updating to release 4.3.2"31685d0
updating to release 4.3.218bf333
Merge pull request #562 from actions/eggyhead/update-artifact-v215dac413b
update package lock versionbb3b4a3
updating package version3e3da83
updating artifact and core dependencies- 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