-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore(deps): update github-actions deps (major) #8229
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -83,7 +83,7 @@ jobs: | |||||
|
|
||||||
| - name: Configure GPG Key | ||||||
| if: ${{ inputs.dry_run != true }} | ||||||
| uses: crazy-max/ghaction-import-gpg@e89d40939c28e39f97cf32126055eeae86ba74ec # v6.3.0 | ||||||
| uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7.0.0 | ||||||
| with: | ||||||
| gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} | ||||||
| passphrase: ${{ secrets.GPG_PASSPHRASE }} | ||||||
|
|
@@ -113,13 +113,13 @@ jobs: | |||||
| df -h / | ||||||
|
|
||||||
| - name: Log in to GHCR | ||||||
| uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 | ||||||
| uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 | ||||||
| with: | ||||||
| registry: ghcr.io | ||||||
| username: ${{ github.actor }} | ||||||
| password: ${{ secrets.GITHUB_TOKEN }} | ||||||
|
|
||||||
| - uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0 | ||||||
| - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 | ||||||
|
||||||
| - uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0 | |
| - uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c1ac # v3.2.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
crazy-max/ghaction-import-gpg@v7switches the action runtime to Node 24. Since this workflow runs on the customjaeger-linux-amd64-32core-1200GB_SSDrunner label (not GitHub-hosted), the job will fail if that runner isn't updated to an Actions Runner version that supportsnode24. Please either confirm/ensure the runner is upgraded accordingly, or keep this action on a Node-20-compatible major until the runner fleet is updated.