Skip to content

Commit 7af88a3

Browse files
authored
Update workflows to actions/checkout v6 (#11935)
1 parent e8585fe commit 7af88a3

13 files changed

Lines changed: 84 additions & 24 deletions

.github/aw/actions-lock.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"version": "v5.0.2",
2626
"sha": "8b402f58fbc84540c8b491a91e594a4576fec3d7"
2727
},
28+
"actions/checkout@v5": {
29+
"repo": "actions/checkout",
30+
"version": "v5",
31+
"sha": "93cb6efe18208431cddfb8368fd83d5badbf9bfd"
32+
},
2833
"actions/checkout@v6.0.2": {
2934
"repo": "actions/checkout",
3035
"version": "v6.0.2",
@@ -35,11 +40,21 @@
3540
"version": "v3.0.0-beta.2",
3641
"sha": "bf559f85448f9380bcfa2899dbdc01eb5b37be3a"
3742
},
43+
"actions/download-artifact@v6": {
44+
"repo": "actions/download-artifact",
45+
"version": "v6",
46+
"sha": "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
47+
},
3848
"actions/download-artifact@v7": {
3949
"repo": "actions/download-artifact",
4050
"version": "v7",
4151
"sha": "37930b1c2abaa49bbe596cd826c3c89aef350131"
4252
},
53+
"actions/github-script@v7": {
54+
"repo": "actions/github-script",
55+
"version": "v7",
56+
"sha": "f28e40c7f34bde8b3046d885e986cb6290c5673b"
57+
},
4358
"actions/github-script@v8": {
4459
"repo": "actions/github-script",
4560
"version": "v8",
@@ -125,6 +140,11 @@
125140
"version": "v4.32.0",
126141
"sha": "e6985fd516cce3b1a0e8db34a4013d2e50a1e252"
127142
},
143+
"github/stale-repos@v3": {
144+
"repo": "github/stale-repos",
145+
"version": "v3",
146+
"sha": "3477b6488008d9411aaf22a0924ec7c1f6a69980"
147+
},
128148
"github/stale-repos@v8.0.4": {
129149
"repo": "github/stale-repos",
130150
"version": "v8.0.4",
@@ -145,10 +165,20 @@
145165
"version": "v1.286.0",
146166
"sha": "90be1154f987f4dc0fe0dd0feedac9e473aa4ba8"
147167
},
168+
"super-linter/super-linter@v8.2.1": {
169+
"repo": "super-linter/super-linter",
170+
"version": "v8.2.1",
171+
"sha": "2bdd90ed3262e023ac84bf8fe35dc480721fc1f2"
172+
},
148173
"super-linter/super-linter@v8.3.2": {
149174
"repo": "super-linter/super-linter",
150175
"version": "v8.3.2",
151176
"sha": "d5b0a2ab116623730dd094f15ddc1b6b25bf7b99"
177+
},
178+
"actions/checkout@v5.0.1": {
179+
"repo": "actions/checkout",
180+
"version": "v5.0.1",
181+
"sha": "93cb6efe18208431cddfb8368fd83d5badbf9bfd"
152182
}
153183
}
154184
}

.github/workflows/agentics-maintenance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
issues: write
4747
steps:
4848
- name: Checkout actions folder
49-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
49+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
with:
5151
sparse-checkout: |
5252
actions
@@ -144,7 +144,7 @@ jobs:
144144
contents: read
145145
steps:
146146
- name: Checkout actions folder
147-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
147+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
148148
with:
149149
sparse-checkout: |
150150
actions

.github/workflows/go-pattern-detector.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/go-pattern-detector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
found_patterns: ${{ steps.detect.outputs.found_patterns }}
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121
with:
2222
persist-credentials: false
2323
- name: Install ast-grep

.github/workflows/release.lock.yml

Lines changed: 3 additions & 3 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
release_tag: ${{ steps.compute_config.outputs.release_tag }}
4444
steps:
4545
- name: Checkout repository
46-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
46+
uses: actions/checkout@v6
4747
with:
4848
fetch-depth: 0
4949
persist-credentials: false
@@ -154,7 +154,7 @@ jobs:
154154
release_id: ${{ steps.get_release.outputs.release_id }}
155155
steps:
156156
- name: Checkout repository
157-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
157+
uses: actions/checkout@v6
158158
with:
159159
fetch-depth: 0
160160
persist-credentials: true

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/super-linter.lock.yml

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

.github/workflows/super-linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
statuses: write
2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
# super-linter needs the full git history to get the
3434
# list of files that changed across commits

.github/workflows/ubuntu-image-analyzer.lock.yml

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

0 commit comments

Comments
 (0)