Skip to content

Commit aaf3704

Browse files
Copilotpelikhan
andauthored
[actions] Update GitHub Actions versions - 2026-04-02 (#24181)
* Initial plan * chore: Update GitHub Actions versions - 2026-04-02 - docker/login-action v4 → v4.1.0 in release.md - actions/upload-artifact v4 → v7 in shared/apm.md - actions/download-artifact v4 → v8.0.1 in shared/apm.md - github/stale-repos v9.0.6 → v9.0.7 in stale-repo-identifier.md - super-linter/super-linter v8.5.0 → v8.6.0 in super-linter.md - Updated actions-lock.json with new SHA pins - Recompiled workflow lock files Agent-Logs-Url: https://github.com/github/gh-aw/sessions/ebf63748-376e-4936-904d-1d58547d242b Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
1 parent 3298808 commit aaf3704

10 files changed

Lines changed: 89 additions & 59 deletions

File tree

.github/aw/actions-lock.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@
136136
"docker/login-action@v4": {
137137
"repo": "docker/login-action",
138138
"version": "v4",
139-
"sha": "b45d80f862d83dbcd57f89517bcf500b2ab88fb2"
139+
"sha": "4907a6ddec9925e35a0a9e82d7399ccc52663121"
140+
},
141+
"docker/login-action@v4.1.0": {
142+
"repo": "docker/login-action",
143+
"version": "v4.1.0",
144+
"sha": "4907a6ddec9925e35a0a9e82d7399ccc52663121"
140145
},
141146
"docker/metadata-action@v6": {
142147
"repo": "docker/metadata-action",
@@ -168,6 +173,11 @@
168173
"version": "v9.0.6",
169174
"sha": "7683f9d6900857a9e6dad8a3277a33bcc0b51d44"
170175
},
176+
"github/stale-repos@v9.0.7": {
177+
"repo": "github/stale-repos",
178+
"version": "v9.0.7",
179+
"sha": "25946246f29e8692a397502045e457c4dc96c6e4"
180+
},
171181
"haskell-actions/setup@v2.10.3": {
172182
"repo": "haskell-actions/setup",
173183
"version": "v2.10.3",
@@ -192,6 +202,11 @@
192202
"repo": "super-linter/super-linter",
193203
"version": "v8.5.0",
194204
"sha": "61abc07d755095a68f4987d1c2c3d1d64408f1f9"
205+
},
206+
"super-linter/super-linter@v8.6.0": {
207+
"repo": "super-linter/super-linter",
208+
"version": "v8.6.0",
209+
"sha": "9e863354e3ff62e0727d37183162c4a88873df41"
195210
}
196211
}
197212
}

.github/workflows/release.lock.yml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/release.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ jobs:
330330
uses: docker/setup-buildx-action@v4
331331

332332
- name: Log in to GitHub Container Registry
333-
uses: docker/login-action@v4
333+
uses: docker/login-action@v4.1.0
334334
with:
335335
registry: ghcr.io
336336
username: ${{ github.actor }}

.github/workflows/shared/apm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ jobs:
5858
working-directory: /tmp/gh-aw/apm-workspace
5959
- name: Upload APM bundle artifact
6060
if: success()
61-
uses: actions/upload-artifact@v4
61+
uses: actions/upload-artifact@v7
6262
with:
6363
name: ${{ needs.activation.outputs.artifact_prefix }}apm
6464
path: ${{ steps.apm_pack.outputs.bundle-path }}
6565
retention-days: '1'
6666

6767
steps:
6868
- name: Download APM bundle artifact
69-
uses: actions/download-artifact@v4
69+
uses: actions/download-artifact@v8.0.1
7070
with:
7171
name: ${{ needs.activation.outputs.artifact_prefix }}apm
7272
path: /tmp/gh-aw/apm-bundle

.github/workflows/smoke-claude.lock.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/stale-repo-identifier.lock.yml

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/stale-repo-identifier.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ env:
7171
steps:
7272
- name: Run stale-repos tool
7373
id: stale-repos
74-
uses: github/stale-repos@v9.0.6
74+
uses: github/stale-repos@v9.0.7
7575
env:
7676
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7777
ORGANIZATION: ${{ env.ORGANIZATION }}

0 commit comments

Comments
 (0)