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 actions/checkout from 3 to 4 #31413

Merged
merged 5 commits into from
Sep 15, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 4, 2023

Bumps actions/checkout from 3 to 4.

Release notes

Sourced from actions/checkout's releases.

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

v3.5.3

What's Changed

New Contributors

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

v3.5.2

What's Changed

Full Changelog: actions/checkout@v3.5.1...v3.5.2

v3.5.1

What's Changed

New Contributors

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

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

v3.0.1

... (truncated)

Commits

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions labels Sep 4, 2023
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch 2 times, most recently from 13cbd7b to 5153055 Compare September 6, 2023 17:35
@wadells
Copy link
Contributor

wadells commented Sep 6, 2023

We're seeing some build failures (in e) that are addressed by this:

actions/checkout#1450

For instance:

https://github.com/gravitational/teleport.e/actions/runs/6082504079/job/16500434371
https://github.com/gravitational/teleport.e/actions/runs/6082507506/job/16500445968

We should take it here too.

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions/checkout-4 branch from 5153055 to d3433a1 Compare September 7, 2023 14:47
@wadells wadells added this pull request to the merge queue Sep 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 7, 2023
@jentfoo jentfoo added this pull request to the merge queue Sep 8, 2023
@jentfoo jentfoo removed this pull request from the merge queue due to a manual request Sep 8, 2023
@jentfoo
Copy link
Contributor

jentfoo commented Sep 8, 2023

There is an issue with this update in our OS compatibility build due to not having the needed libc version: https://github.com/gravitational/teleport/actions/runs/6114247739/job/16595427514

@wadells wadells self-assigned this Sep 14, 2023
@wadells
Copy link
Contributor

wadells commented Sep 15, 2023

There is an issue with this update in our OS compatibility build due to not having the needed libc version: https://github.com/gravitational/teleport/actions/runs/6114247739/job/16595427514

This also impacts bloat.yaml and e2e-tests.yaml.

I put a time into researching this today, and didn't come up with any good solutions.

I'd love to be able to ignore only this one instance of checkout with a comment or something similar, but it doesn't look like that is supported.

Some ideas I explored:

  1. Limit the use of centos 7 containers in os-compatibility-test.yaml to only the build step. I have a PoC. However it is getting blocked by our "only allow trusted actions" configs at the moment. I'll do some further testing with my personal fork of teleport, before we go adding all versions of the buildbox as allowed actions.

  2. Using dependabot groups with directory to keep this action in a different directory/group, and then symlink it into place. This feels too kludgy, and sacks updates for all other dependencies in this file as well.

My current plan is to punt. I'll keep os-compatilbity-test.yaml at v3 so we can get the rest updated, and return to it in a later PR. See #31413 (review)

@wadells wadells added this pull request to the merge queue Sep 15, 2023
Merged via the queue into master with commit a84ed24 Sep 15, 2023
@wadells wadells deleted the dependabot/github_actions/actions/checkout-4 branch September 15, 2023 21:56
wadells pushed a commit that referenced this pull request Nov 16, 2023
* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/os-compatibility-test.yaml

* Do not upgrade checkouts that run in centos:7

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit a84ed24)
wadells pushed a commit that referenced this pull request Nov 16, 2023
* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/os-compatibility-test.yaml

* Do not upgrade checkouts that run in centos:7

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit a84ed24)
github-merge-queue bot pushed a commit that referenced this pull request Nov 21, 2023
* Upgrade GitHub actions to node 20 (#32098)

* Bump docker/metadata-action from 4 to 5

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [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@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/build-push-action from 2 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/setup-buildx-action from 2 to 3

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-actions/configure-aws-credentials from 3.0.1 to 4.0.1

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@04b98b3...010d0da)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

(cherry picked from commit 0c88caf)

* Swap actions/create-github-app-token for tibdex/github-app-token (#32106)

tibdex is some random developer.  We prefer 2nd party actions from
GitHub, as we have a contractual relationship with them.

As part of this change, I'm also comfortable dropping the SHA pinning --
since the `actions` org can be held to a higher level of trust for
both security and backwards compatibility concerns.

(cherry picked from commit 80279b5)

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#33152)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit ccadcdf)

* Bump actions/checkout from 3 to 4 (#31413)

* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/os-compatibility-test.yaml

* Do not upgrade checkouts that run in centos:7

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit a84ed24)

* ci: update inputs for create-github-app-token step (#33929)

As per https://github.com/actions/create-github-app-token#inputs,
we should be using `app-id` and `private-key`.

This has been showing up in warnings in our runs for some time now:

    Warning: Input 'app_id' has been deprecated with message
    'app_id' is deprecated and will be removed in a future version.
    Use 'app-id' instead.
    Warning: Input 'private_key' has been deprecated with message:
    'private_key' is deprecated and will be removed in a future version.
    Use 'private-key' instead.

(cherry picked from commit 68d8647)

* Pin additional 3rd party GitHub actions (#34678)

We favor determinism and security in our CI and CD automation.

As part of this, we want to ensure we can review, changes, roll them out
at an expected time, and roll them back if something breaks.  All of
this is enabled by using pinned versions of GitHub actions instead of
floating tags.

This PR pins all actions in this repo, except for:

* First party actions (from a `gravitational/` repo). We control the
  code review and deploy process for these.
* 2nd party actions (from the `actions/` or `github/` repos). We trust
  that if these were compromised, we'd not be the most valuable target.
  Furthermore, these are by far the most common actions, and we save a
  deal of sustaining work by not manually approving upgrades.

Contributes to https://github.com/gravitational/security-findings/issues/50

(cherry picked from commit cf0277a)

* Remove dependabot batcher workflow (#30771)

The renovate config and workflow and the batching workflow have been
removed. They both served as a means to bundle updates but now that
the functionality is built into dependabot we no longer need them.

(cherry picked from commit 942edbd)

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zac Bergquist <[email protected]>
Co-authored-by: rosstimothy <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Nov 21, 2023
* Bump helm/kind-action from 1.5.0 to 1.8.0 (#31993)

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.5.0...v1.8.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

(cherry picked from commit 4a657b5)

* Upgrade GitHub actions to node 20 (#32098)

* Bump docker/metadata-action from 4 to 5

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [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@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/build-push-action from 2 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/setup-buildx-action from 2 to 3

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-actions/configure-aws-credentials from 3.0.1 to 4.0.1

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@04b98b3...010d0da)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

(cherry picked from commit 0c88caf)

* Swap actions/create-github-app-token for tibdex/github-app-token (#32106)

tibdex is some random developer.  We prefer 2nd party actions from
GitHub, as we have a contractual relationship with them.

As part of this change, I'm also comfortable dropping the SHA pinning --
since the `actions` org can be held to a higher level of trust for
both security and backwards compatibility concerns.

(cherry picked from commit 80279b5)

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#33152)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit ccadcdf)

* Bump actions/checkout from 3 to 4 (#31413)

* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/os-compatibility-test.yaml

* Do not upgrade checkouts that run in centos:7

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit a84ed24)

* ci: update inputs for create-github-app-token step (#33929)

As per https://github.com/actions/create-github-app-token#inputs,
we should be using `app-id` and `private-key`.

This has been showing up in warnings in our runs for some time now:

    Warning: Input 'app_id' has been deprecated with message
    'app_id' is deprecated and will be removed in a future version.
    Use 'app-id' instead.
    Warning: Input 'private_key' has been deprecated with message:
    'private_key' is deprecated and will be removed in a future version.
    Use 'private-key' instead.

(cherry picked from commit 68d8647)
(cherry picked from commit 3b4b5a2)

* Pin additional 3rd party GitHub actions (#34678)

We favor determinism and security in our CI and CD automation.

As part of this, we want to ensure we can review, changes, roll them out
at an expected time, and roll them back if something breaks.  All of
this is enabled by using pinned versions of GitHub actions instead of
floating tags.

This PR pins all actions in this repo, except for:

* First party actions (from a `gravitational/` repo). We control the
  code review and deploy process for these.
* 2nd party actions (from the `actions/` or `github/` repos). We trust
  that if these were compromised, we'd not be the most valuable target.
  Furthermore, these are by far the most common actions, and we save a
  deal of sustaining work by not manually approving upgrades.

Contributes to https://github.com/gravitational/security-findings/issues/50

(cherry picked from commit cf0277a)

* Remove dependabot batcher workflow (#30771)

The renovate config and workflow and the batching workflow have been
removed. They both served as a means to bundle updates but now that
the functionality is built into dependabot we no longer need them.

(cherry picked from commit 942edbd)

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zac Bergquist <[email protected]>
Co-authored-by: rosstimothy <[email protected]>
github-merge-queue bot pushed a commit that referenced this pull request Nov 21, 2023
* Bump helm/kind-action from 1.5.0 to 1.8.0 (#31993)

Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.5.0 to 1.8.0.
- [Release notes](https://github.com/helm/kind-action/releases)
- [Commits](helm/kind-action@v1.5.0...v1.8.0)

---
updated-dependencies:
- dependency-name: helm/kind-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

(cherry picked from commit 4a657b5)

* Upgrade GitHub actions to node 20 (#32098)

* Bump docker/metadata-action from 4 to 5

Bumps [docker/metadata-action](https://github.com/docker/metadata-action) from 4 to 5.
- [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@v4...v5)

---
updated-dependencies:
- dependency-name: docker/metadata-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/build-push-action from 2 to 5

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v2...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/setup-buildx-action from 2 to 3

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump docker/login-action from 2 to 3

Bumps [docker/login-action](https://github.com/docker/login-action) from 2 to 3.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](docker/login-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/login-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump aws-actions/configure-aws-credentials from 3.0.1 to 4.0.1

Bumps [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) from 3.0.1 to 4.0.1.
- [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases)
- [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md)
- [Commits](aws-actions/configure-aws-credentials@04b98b3...010d0da)

---
updated-dependencies:
- dependency-name: aws-actions/configure-aws-credentials
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Bump actions/setup-node from 3 to 4

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

---------

(cherry picked from commit 0c88caf)

* Swap actions/create-github-app-token for tibdex/github-app-token (#32106)

tibdex is some random developer.  We prefer 2nd party actions from
GitHub, as we have a contractual relationship with them.

As part of this change, I'm also comfortable dropping the SHA pinning --
since the `actions` org can be held to a higher level of trust for
both security and backwards compatibility concerns.

(cherry picked from commit 80279b5)

* Bump aws-actions/amazon-ecr-login from 1 to 2 (#33152)

Bumps [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) from 1 to 2.
- [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecr-login@v1...v2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecr-login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit ccadcdf)

* Bump jetpack-io/devbox-install-action from 0.6.0 to 0.6.1 (#31720)

Bumps [jetpack-io/devbox-install-action](https://github.com/jetpack-io/devbox-install-action) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/jetpack-io/devbox-install-action/releases)
- [Commits](jetify-com/devbox-install-action@v0.6.0...v0.6.1)

---
updated-dependencies:
- dependency-name: jetpack-io/devbox-install-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 4e1e35f)

* Bump actions/checkout from 3 to 4 (#31413)

* Bump actions/checkout from 3 to 4

Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/os-compatibility-test.yaml

* Do not upgrade checkouts that run in centos:7

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Walt <[email protected]>
(cherry picked from commit a84ed24)

* ci: update inputs for create-github-app-token step (#33929)

As per https://github.com/actions/create-github-app-token#inputs,
we should be using `app-id` and `private-key`.

This has been showing up in warnings in our runs for some time now:

    Warning: Input 'app_id' has been deprecated with message
    'app_id' is deprecated and will be removed in a future version.
    Use 'app-id' instead.
    Warning: Input 'private_key' has been deprecated with message:
    'private_key' is deprecated and will be removed in a future version.
    Use 'private-key' instead.

(cherry picked from commit 68d8647)
(cherry picked from commit 3b4b5a2)

* Pin additional 3rd party GitHub actions (#34678)

We favor determinism and security in our CI and CD automation.

As part of this, we want to ensure we can review, changes, roll them out
at an expected time, and roll them back if something breaks.  All of
this is enabled by using pinned versions of GitHub actions instead of
floating tags.

This PR pins all actions in this repo, except for:

* First party actions (from a `gravitational/` repo). We control the
  code review and deploy process for these.
* 2nd party actions (from the `actions/` or `github/` repos). We trust
  that if these were compromised, we'd not be the most valuable target.
  Furthermore, these are by far the most common actions, and we save a
  deal of sustaining work by not manually approving upgrades.

Contributes to https://github.com/gravitational/security-findings/issues/50

(cherry picked from commit cf0277a)

---------

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zac Bergquist <[email protected]>
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants