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 #245

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 23, 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.4
ossf/scorecard-action 2.2.0 2.3.0
actions/upload-artifact 3.1.2 3.1.3
crate-ci/typos 1.16.5 1.16.20

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.4

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.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.
    • Alternatively, if you want to continue using a version of the CodeQL CLI between 2.9.5 and 2.10.4, you can replace github/codeql-action/*@v2 by github/codeql-action/*@v2.21.7 in your code scanning workflow to ensure you continue using this version of the CodeQL Action.
  • Enable the following language aliases when using CodeQL 2.14.4 and later: c-cpp for C/C++ analysis, java-kotlin for Java/Kotlin analysis, and javascript-typescript for JavaScript/TypeScript analysis. #1883

2.21.7 - 14 Sep 2023

... (truncated)

Commits
  • 49abf0b Merge pull request #1961 from github/update-v2.22.4-63470275e
  • 907abca Update changelog for v2.22.4
  • 6347027 Merge pull request #1953 from github/update-bundle/codeql-bundle-v2.15.1
  • b98a636 Merge branch 'main' into update-bundle/codeql-bundle-v2.15.1
  • 4a368f6 Add announcement on Node 16 deprecation (#1960)
  • 77bbb99 Bump urllib3 in /python-setup/tests/poetry/python-3.8 (#1957)
  • a75a0d5 Bump urllib3 in /python-setup/tests/poetry/requests-3 (#1956)
  • aa55b87 Bump urllib3 in /python-setup/tests/pipenv/requests-3 (#1955)
  • b6b0833 Bump urllib3 in /python-setup/tests/pipenv/python-3.8 (#1954)
  • 0132448 Add changelog note
  • Additional commits viewable in compare view

Updates ossf/scorecard-action from 2.2.0 to 2.3.0

Release notes

Sourced from ossf/scorecard-action's releases.

v2.3.0

What's Changed

Documentation

New Contributors

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

Commits
  • 483ef80 🌱 Bump docker tag for v2.3.0 release. (#1271)
  • 5d35913 🌱 Bump github.com/ossf/scorecard/v4 from v4.11.0 to v4.13.0 (#1270)
  • 49787a6 🌱 Bump distroless/base from 46c5b9b to a35b652 (#1269)
  • 4283c75 🌱 Bump github/codeql-action from 2.21.8 to 2.21.9 (#1268)
  • 709ecd0 🌱 Bump golang from 6974950 to c416cee (#1266)
  • 25bb02c 🌱 Bump actions/checkout from 4.0.0 to 4.1.0 (#1267)
  • b687393 🌱 Bump github/codeql-action from 2.21.5 to 2.21.8 (#1265)
  • 6a1c21f 🌱 Bump golang from cffaba7 to 6974950 (#1264)
  • 2dee8c1 🌱 Bump github.com/sigstore/cosign/v2 from 2.1.1 to 2.2.0 (#1254)
  • e79dcb6 🌱 Upgrade to go 1.20 (#1262)
  • 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.20

Release notes

Sourced from crate-ci/typos's releases.

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

  • Don't correct O_WRONLY in all cases

v1.16.14

[1.16.14] - 2023-09-25

Fixes

  • Don't correct O_WRONLY

... (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

Fixes

  • 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

Fixes

... (truncated)

Commits

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.4` |
| [ossf/scorecard-action](https://github.com/ossf/scorecard-action) | `2.2.0` | `2.3.0` |
| [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.20` |


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.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@a09933a...49abf0b)

Updates `ossf/scorecard-action` from 2.2.0 to 2.3.0
- [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...483ef80)

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.20
- [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...c004e98)

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

dependabot bot commented on behalf of github Oct 25, 2023

Superseded by #247.

@dependabot dependabot bot closed this Oct 25, 2023
@dependabot dependabot bot deleted the dependabot/github_actions/github-actions-eaf66c8509 branch October 25, 2023 20: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