Bump the github-actions group across 1 directory with 4 updates#32
Bump the github-actions group across 1 directory with 4 updates#32dependabot[bot] wants to merge 2 commits intomainfrom
Conversation
Bumps the github-actions group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [zizmorcore/zizmor-action](https://github.com/zizmorcore/zizmor-action). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.1...v6.0.2) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) Updates `zizmorcore/zizmor-action` from 0.3.0 to 0.5.2 - [Release notes](https://github.com/zizmorcore/zizmor-action/releases) - [Commits](zizmorcore/zizmor-action@e639db9...71321a2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: zizmorcore/zizmor-action dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
|
|
||
| steps: | ||
| - uses: actions/checkout@v6.0.1 | ||
| - uses: actions/checkout@v6.0.2 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| run: python3 -m build | ||
| - name: Store the distribution packages | ||
| uses: actions/upload-artifact@v6 | ||
| uses: actions/upload-artifact@v7 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| steps: | ||
| - name: Download all the dists | ||
| uses: actions/download-artifact@v7 | ||
| uses: actions/download-artifact@v8 |
Check failure
Code scanning / zizmor
unpinned action reference Error
| steps: | ||
| - name: Download all the dists | ||
| uses: actions/download-artifact@v7 | ||
| uses: actions/download-artifact@v8 |
Check failure
Code scanning / zizmor
unpinned action reference Error
|
|
||
| steps: | ||
| - uses: actions/checkout@v6.0.1 | ||
| - uses: actions/checkout@v6.0.2 |
Check failure
Code scanning / zizmor
unpinned action reference Error test
| run: ${{ env.DEV_VERSION_ENV_KEY }}="${{ env.DEV_VERSION }}" python3 -m build | ||
| - name: Store the distribution packages | ||
| uses: actions/upload-artifact@v6 | ||
| uses: actions/upload-artifact@v7 |
Check failure
Code scanning / zizmor
unpinned action reference Error test
| steps: | ||
| - name: Download all the dists | ||
| uses: actions/download-artifact@v7 | ||
| uses: actions/download-artifact@v8 |
Check failure
Code scanning / zizmor
unpinned action reference Error test
|
|
||
| steps: | ||
| - uses: actions/checkout@v6.0.1 | ||
| - uses: actions/checkout@v6.0.2 |
Check notice
Code scanning / zizmor
credential persistence through GitHub Actions artifacts Note
|
|
||
| steps: | ||
| - uses: actions/checkout@v6.0.1 | ||
| - uses: actions/checkout@v6.0.2 |
Check notice
Code scanning / zizmor
credential persistence through GitHub Actions artifacts Note test
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Bumps the github-actions group with 4 updates in the / directory: actions/checkout, actions/upload-artifact, actions/download-artifact and zizmorcore/zizmor-action.
Updates
actions/checkoutfrom 6.0.1 to 6.0.2Release notes
Sourced from actions/checkout's releases.
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...Updates
actions/upload-artifactfrom 6 to 7Release notes
Sourced from actions/upload-artifact's releases.
Commits
bbbca2dSupport direct file uploads (#764)589182cUpgrade the module to ESM and bump dependencies (#762)47309c9Merge pull request #754 from actions/Link-/add-proxy-integration-tests02a8460Add proxy integration testUpdates
actions/download-artifactfrom 7 to 8Release notes
Sourced from actions/download-artifact's releases.
Commits
3e5f45bAdd regression tests for CJK characters (#471)e6d03f6Add a regression test for artifact name + content-type mismatches (#472)70fc10cMerge pull request #461 from actions/danwkennedy/digest-mismatch-behaviorf258da9Add change docsccc058eFix linting issuesbd7976bAdd a setting to specify what to do on hash mismatch and default it toerrorac21fcfMerge pull request #460 from actions/danwkennedy/download-no-unzip15999bfAdd note about package bumps974686eBump the version tov8and add release notesfbe48b1Update test names to make it clearer what they doUpdates
zizmorcore/zizmor-actionfrom 0.3.0 to 0.5.2Release notes
Sourced from zizmorcore/zizmor-action's releases.
... (truncated)
Commits
71321a2Sync zizmor versions (#96)5ed31dbBump pins (#95)195d10aSync zizmor versions (#94)c65bc88chore(deps): bump github/codeql-action in the github-actions group (#93)c2c887fchore(deps): bump zizmorcore/zizmor-action in the github-actions group (#91)5507ab0Bump pins in README (#90)0dce257chore(deps): bump peter-evans/create-pull-request (#88)fb94974Exposeoutput-fileas an output whenadvanced-security: true(#87)867562achore(deps): bump the github-actions group with 2 updates (#85)7462f07Bump pins in README (#84)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