Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the github-actions group with 10 updates #250

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 28, 2023

Bumps the github-actions group with 10 updates:

Package From To
step-security/harden-runner 2.5.1 2.6.0
actions/checkout 3.5.3 4.1.1
EmbarkStudios/cargo-deny-action 1.5.4 1.5.5
docker/login-action 2.2.0 3.0.0
docker/metadata-action 4.6.0 5.0.0
docker/build-push-action 4.1.1 5.0.0
github/codeql-action 2.21.4 2.22.5
ossf/scorecard-action 2.2.0 2.3.1
actions/upload-artifact 3.1.2 3.1.3
crate-ci/typos 1.16.5 1.16.21

Updates step-security/harden-runner from 2.5.1 to 2.6.0

Release notes

Sourced from step-security/harden-runner's releases.

v2.6.0

What's Changed

Release v2.6.0 by @​varunsh-coder in step-security/harden-runner#346

This release adds support for self-hosted Virtual Machine runners (e.g. on EC2).

Full Changelog: step-security/harden-runner@v2...v2.6.0

Commits
  • 1b05615 Release v2.6.0 (#346)
  • 398bb08 Merge pull request #343 from step-security/dependabot/github_actions/actions/...
  • 0c6ab70 Merge pull request #344 from step-security/update-readme-2
  • e8c0b52 Update README.md
  • 3f86cc6 Bump actions/checkout from 4.0.0 to 4.1.0
  • 4a1e83c Merge pull request #341 from step-security/dependabot/github_actions/actions/...
  • 10e0a22 Merge pull request #340 from step-security/dependabot/github_actions/actions/...
  • 20779e7 Merge pull request #338 from step-security/dependabot/github_actions/actions/...
  • ad05d1b Bump actions/dependency-review-action from 2.5.1 to 3.1.0
  • 1223983 Bump actions/upload-artifact from 3.1.2 to 3.1.3
  • Additional commits viewable in compare view

Updates actions/checkout from 3.5.3 to 4.1.1

Release notes

Sourced from actions/checkout's releases.

v4.1.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.1.0...v4.1.1

v4.1.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.0.0...v4.1.0

v4.0.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3...v4.0.0

v3.6.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v3.5.3...v3.6.0

Changelog

Sourced from actions/checkout's changelog.

Changelog

v4.1.0

v4.0.0

v3.6.0

v3.5.3

v3.5.2

v3.5.1

v3.5.0

v3.4.0

v3.3.0

v3.2.0

v3.1.0

v3.0.2

... (truncated)

Commits

Updates EmbarkStudios/cargo-deny-action from 1.5.4 to 1.5.5

Commits

Updates docker/login-action from 2.2.0 to 3.0.0

Release notes

Sourced from docker/login-action's releases.

v3.0.0

Full Changelog: docker/login-action@v2.2.0...v3.0.0

Commits
  • 343f7c4 Merge pull request #599 from docker/dependabot/npm_and_yarn/aws-sdk-dependenc...
  • aad0f97 chore: update generated content
  • 2e0cd39 build(deps): bump the aws-sdk-dependencies group with 2 updates
  • 203bc9c Merge pull request #588 from docker/dependabot/npm_and_yarn/proxy-agent-depen...
  • 2199648 chore: update generated content
  • b489376 build(deps): bump the proxy-agent-dependencies group with 1 update
  • 7c309e7 Merge pull request #598 from docker/dependabot/npm_and_yarn/actions/core-1.10.1
  • 0ccf222 chore: update generated content
  • 56d703e Merge pull request #597 from docker/dependabot/github_actions/aws-actions/con...
  • 24d3b35 build(deps): bump @​actions/core from 1.10.0 to 1.10.1
  • Additional commits viewable in compare view

Updates docker/metadata-action from 4.6.0 to 5.0.0

Release notes

Sourced from docker/metadata-action's releases.

v5.0.0

Full Changelog: docker/metadata-action@v4.6.0...v5.0.0

Upgrade guide

Sourced from docker/metadata-action's upgrade guide.

Upgrade notes

v2 to v3

  • Repository has been moved to docker org. Replace crazy-max/ghaction-docker-meta@v2 with docker/metadata-action@v5
  • The default bake target has been changed: ghaction-docker-meta > docker-metadata-action

v1 to v2

inputs

New Unchanged Removed
tags images tag-sha
flavor sep-tags tag-edge
labels sep-labels tag-edge-branch
tag-semver
tag-match
tag-match-group
tag-latest
tag-schedule
tag-custom
tag-custom-only
label-custom

tag-sha

tags: |
  type=sha

tag-edge / tag-edge-branch

tags: |
  # default branch
</tr></table> 

... (truncated)

Commits
  • 96383f4 Merge pull request #320 from docker/dependabot/npm_and_yarn/csv-parse-5.5.0
  • f138b96 chore: update generated content
  • 9cf7015 Bump csv-parse from 5.4.0 to 5.5.0
  • 5a8a5ff Merge pull request #315 from docker/dependabot/npm_and_yarn/handlebars-4.7.8
  • 2279d9a chore: update generated content
  • c659933 Bump handlebars from 4.7.7 to 4.7.8
  • 48d23cc Merge pull request #333 from docker/dependabot/npm_and_yarn/actions/core-1.10.1
  • b83ffb4 chore: update generated content
  • 3207f24 Bump @​actions/core from 1.10.0 to 1.10.1
  • 63f4a26 Merge pull request #328 from crazy-max/update-node20
  • Additional commits viewable in compare view

Updates docker/build-push-action from 4.1.1 to 5.0.0

Release notes

Sourced from docker/build-push-action's releases.

v5.0.0

Full Changelog: docker/build-push-action@v4.2.1...v5.0.0

v4.2.1

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.2.0...v4.2.1

v4.2.0

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.1.1...v4.2.0

Commits
  • 0565240 Merge pull request #959 from docker/dependabot/npm_and_yarn/actions/core-1.10.1
  • 3ab07f8 chore: update generated content
  • b9e7e4d chore(deps): Bump @​actions/core from 1.10.0 to 1.10.1
  • 04d1a3b Merge pull request #954 from crazy-max/update-node20
  • 1a4d1a1 chore: node 20 as default runtime
  • 675965c chore: update generated content
  • 58ee34c chore: fix author in package.json
  • c97c406 fix ProxyConfig type when checking length
  • 47d5369 vendor: bump @​docker/actions-toolkit from 0.8.0 to 0.12.0
  • 8895c74 chore: update dev dependencies
  • Additional commits viewable in compare view

Updates github/codeql-action from 2.21.4 to 2.22.5

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.

[UNRELEASED]

No user facing changes.

2.22.5 - 27 Oct 2023

No user facing changes.

2.22.4 - 20 Oct 2023

  • Update default CodeQL bundle version to 2.15.1. #1953
  • Users will begin to see warnings on Node.js 16 deprecation in their Actions logs on code scanning runs starting October 23, 2023.
    • All code scanning workflows should continue to succeed regardless of the warning.
    • The team at GitHub maintaining the CodeQL Action is aware of the deprecation timeline and actively working on creating another version of the CodeQL Action, v3, that will bump us to Node 20.
    • For more information, and to communicate with the maintaining team, please use this issue.

2.22.3 - 13 Oct 2023

  • Provide an authentication token when downloading the CodeQL Bundle from the API of a GitHub Enterprise Server instance. #1945

2.22.2 - 12 Oct 2023

  • Update default CodeQL bundle version to 2.15.0. #1938
  • Improve the log output when an error occurs in an invocation of the CodeQL CLI. #1927

2.22.1 - 09 Oct 2023

  • Add a workaround for Python 3.12, which is not supported in CodeQL CLI version 2.14.6 or earlier. If you are running an analysis on Windows and using Python 3.12 or later, the CodeQL Action will switch to running Python 3.11. In this case, if Python 3.11 is not found, then the workflow will fail. #1928

2.22.0 - 06 Oct 2023

  • The CodeQL Action now requires CodeQL version 2.10.5 or later. For more information, see the corresponding changelog entry for CodeQL Action version 2.21.8. #1907
  • The CodeQL Action no longer runs ML-powered queries. For more information, including details on our investment in AI-powered security technology, see "CodeQL code scanning deprecates ML-powered alerts." #1910
  • Fix a bug which prevented tracing of projects using Go 1.21 and above on Linux. #1909

2.21.9 - 27 Sep 2023

  • Update default CodeQL bundle version to 2.14.6. #1897
  • We are rolling out a feature in October 2023 that will improve the success rate of C/C++ autobuild. #1889
  • We are rolling out a feature in October 2023 that will provide specific file coverage information for C and C++, Java and Kotlin, and JavaScript and TypeScript. Currently file coverage information for each of these pairs of languages is grouped together. #1903
  • Add a warning to help customers avoid inadvertently analyzing the same CodeQL language in multiple matrix jobs. #1901

2.21.8 - 19 Sep 2023

  • Add a deprecation warning for customers using CodeQL version 2.10.4 and earlier. These versions of CodeQL were discontinued on 12 September 2023 alongside GitHub Enterprise Server 3.6, and will be unsupported by the next minor release of the CodeQL Action. #1884
    • If you are using one of these versions, please update to CodeQL CLI version 2.10.5 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.

... (truncated)

Commits
  • 74483a3 Merge pull request #1972 from github/update-v2.22.5-2d5ffa777
  • 2ba6829 Update changelog for v2.22.5
  • 2d5ffa7 Merge pull request #1970 from github/henrymercer/clean-up-init-logs
  • 14d0fa9 Merge pull request #1967 from github/henrymercer/enable-features-on-ghes
  • 5744b13 Rebuild Action
  • f3b5586 Check out the right branch in rebuild.yml
  • 95c2198 Add a log in the OK case
  • e8e83c3 Merge branch 'main' into henrymercer/enable-features-on-ghes
  • c7abe9c Merge pull request #1971 from github/henrymercer/bot-rebuild
  • 3fc281e Add workflow to rebuild the Action on a label
  • Additional commits viewable in compare view

Updates ossf/scorecard-action from 2.2.0 to 2.3.1

Release notes

Sourced from ossf/scorecard-action's releases.

v2.3.1

What's Changed

  • 🌱 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: ossf/scorecard-action@v2.3.0...v2.3.1

v2.3.0

What's Changed

Documentation

New Contributors

Full Changelog: ossf/scorecard-action@v2.2.0...v2.3.0

Commits
  • 0864cf1 🌱 Bump docker tag to for v2.3.1 release (#1284)
  • 72df3bf 🌱 Bump github.com/ossf/scorecard/v4 from v4.13.0 to v4.13.1 (#1282)
  • 0ea411f 🌱 Bump the docker-images group with 1 update (#1281)
  • dbfd042 🌱 Bump the github-actions group with 1 update (#1280)
  • 2fa1e2f 🌱 Bump golang.org/x/net from 0.16.0 to 0.17.0 (#1278)
  • 652ddd0 🌱 Bump github.com/google/go-cmp from 0.5.9 to 0.6.0 (#1277)
  • 28d0c92 🌱 Group Dependabot updates for GitHub Actions and Dockerfiles (#1276)
  • cb50491 🌱 Bump distroless/base from a35b652 to b31a6e0 (#1275)
  • 87157ac 🌱 Bump github/codeql-action from 2.21.9 to 2.22.1 (#1274)
  • 7c1648b 🌱 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.2 to 3.1.3

Release notes

Sourced from actions/upload-artifact's releases.

v3.1.3

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

Commits

Updates crate-ci/typos from 1.16.5 to 1.16.21

Release notes

Sourced from crate-ci/typos's releases.

v1.16.21

[1.16.21] - 2023-10-27

Fixes

  • Improve colored output
  • Don't correct SHTTP to HTTPS
  • Associate .jl with the jl language type, rather than lisp
  • Add Julia-specific allowed words

v1.16.20

[1.16.20] - 2023-10-16

Features

  • (config) extend-ignore-words-re field for defining all classes of words

v1.16.19

[1.16.19] - 2023-10-12

Features

  • --file-list <PATH> for accepting files to check from a file or stdin (-)

v1.16.18

[1.16.18] - 2023-10-09

Features

  • Add --force-exclude to exclude is always respected, even if explicitly passed in

v1.16.17

[1.16.17] - 2023-10-02

Fixes

  • Clean up --help output

v1.16.16

[1.16.16] - 2023-10-02

Fixes

  • Don't correct to typos usefull and becuase
  • Updated the dictionary with the September 2023 changes

v1.16.15

[1.16.15] - 2023-09-27

Fixes

... (truncated)

Changelog

Sourced from crate-ci/typos's changelog.

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

[1.16.21] - 2023-10-27

Fixes

  • Improve colored output
  • Don't correct SHTTP to HTTPS
  • Associate .jl with the jl language type, rather than lisp
  • Add Julia-specific allowed words

[1.16.20] - 2023-10-16

Features

  • (config) extend-ignore-words-re field for defining all classes of words

[1.16.19] - 2023-10-12

Features

  • --file-list <PATH> for accepting files to check from a file or stdin (-)

[1.16.18] - 2023-10-09

Features

  • Add --force-exclude to exclude is always respected, even if explicitly passed in

[1.16.17] - 2023-10-02

Fixes

  • Clean up --help output

[1.16.16] - 2023-10-02

Fixes

  • Don't correct to typos usefull and becuase
  • Updated the dictionary with the September 2023 changes

[1.16.15] - 2023-09-27

... (truncated)

Commits
  • 47dd297 chore: Release
  • b674ee1 docs: Update changelog
  • 6a7b7d0 Merge pull request #864 from epage/color
  • 0a5b4ab fix(cli): Make the correction stand out more
  • 1ca3216 fix(cli): Add styling to --file-types
  • 686e4ce fix(cli): Better match rustc's color choices
  • 56eef88 refactor(cli): Simplify palette handling
  • 00220c3 chore: Release
  • e155167 docs: Update changelog
  • 0d5e460 Merge pull request #856 from epage/julia
  • 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

Bumps the github-actions group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [step-security/harden-runner](https://github.com/step-security/harden-runner) | `2.5.1` | `2.6.0` |
| [actions/checkout](https://github.com/actions/checkout) | `3.5.3` | `4.1.1` |
| [EmbarkStudios/cargo-deny-action](https://github.com/embarkstudios/cargo-deny-action) | `1.5.4` | `1.5.5` |
| [docker/login-action](https://github.com/docker/login-action) | `2.2.0` | `3.0.0` |
| [docker/metadata-action](https://github.com/docker/metadata-action) | `4.6.0` | `5.0.0` |
| [docker/build-push-action](https://github.com/docker/build-push-action) | `4.1.1` | `5.0.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `2.21.4` | `2.22.5` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.2.0` | `2.3.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `3.1.2` | `3.1.3` |
| [crate-ci/typos](https://github.com/crate-ci/typos) | `1.16.5` | `1.16.21` |


Updates `step-security/harden-runner` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/step-security/harden-runner/releases)
- [Commits](step-security/harden-runner@8ca2b8b...1b05615)

Updates `actions/checkout` from 3.5.3 to 4.1.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@c85c95e...b4ffde6)

Updates `EmbarkStudios/cargo-deny-action` from 1.5.4 to 1.5.5
- [Release notes](https://github.com/embarkstudios/cargo-deny-action/releases)
- [Commits](EmbarkStudios/cargo-deny-action@a50c7d5...1e59595)

Updates `docker/login-action` from 2.2.0 to 3.0.0
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@465a078...343f7c4)

Updates `docker/metadata-action` from 4.6.0 to 5.0.0
- [Release notes](https://github.com/docker/metadata-action/releases)
- [Upgrade guide](https://github.com/docker/metadata-action/blob/master/UPGRADE.md)
- [Commits](docker/metadata-action@818d4b7...96383f4)

Updates `docker/build-push-action` from 4.1.1 to 5.0.0
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@2eb1c19...0565240)

Updates `github/codeql-action` from 2.21.4 to 2.22.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@a09933a...74483a3)

Updates `ossf/scorecard-action` from 2.2.0 to 2.3.1
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@08b4669...0864cf1)

Updates `actions/upload-artifact` from 3.1.2 to 3.1.3
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@0b7f8ab...a8a3f3a)

Updates `crate-ci/typos` from 1.16.5 to 1.16.21
- [Release notes](https://github.com/crate-ci/typos/releases)
- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)
- [Commits](crate-ci/typos@0863e64...47dd297)

---
updated-dependencies:
- dependency-name: step-security/harden-runner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: EmbarkStudios/cargo-deny-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: crate-ci/typos
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

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 28, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 30, 2023

Superseded by #251.

@dependabot dependabot bot closed this Oct 30, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-e2ed901e41 branch October 30, 2023 17:49
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.

0 participants