Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/aw/actions-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"version": "v5.0.2",
"sha": "8b402f58fbc84540c8b491a91e594a4576fec3d7"
},
"actions/checkout@v5": {
"repo": "actions/checkout",
"version": "v5",
"sha": "93cb6efe18208431cddfb8368fd83d5badbf9bfd"
},
"actions/checkout@v6.0.2": {
"repo": "actions/checkout",
"version": "v6.0.2",
Expand All @@ -35,11 +40,21 @@
"version": "v3.0.0-beta.2",
"sha": "bf559f85448f9380bcfa2899dbdc01eb5b37be3a"
},
"actions/download-artifact@v6": {
"repo": "actions/download-artifact",
"version": "v6",
"sha": "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
},
"actions/download-artifact@v7": {
"repo": "actions/download-artifact",
"version": "v7",
"sha": "37930b1c2abaa49bbe596cd826c3c89aef350131"
},
"actions/github-script@v7": {
"repo": "actions/github-script",
"version": "v7",
"sha": "f28e40c7f34bde8b3046d885e986cb6290c5673b"
},
"actions/github-script@v8": {
"repo": "actions/github-script",
"version": "v8",
Expand Down Expand Up @@ -125,6 +140,11 @@
"version": "v4.32.0",
"sha": "e6985fd516cce3b1a0e8db34a4013d2e50a1e252"
},
"github/stale-repos@v3": {
"repo": "github/stale-repos",
"version": "v3",
"sha": "3477b6488008d9411aaf22a0924ec7c1f6a69980"
},
"github/stale-repos@v8.0.4": {
"repo": "github/stale-repos",
"version": "v8.0.4",
Expand All @@ -145,10 +165,20 @@
"version": "v1.286.0",
"sha": "90be1154f987f4dc0fe0dd0feedac9e473aa4ba8"
},
"super-linter/super-linter@v8.2.1": {
"repo": "super-linter/super-linter",
"version": "v8.2.1",
"sha": "2bdd90ed3262e023ac84bf8fe35dc480721fc1f2"
},
"super-linter/super-linter@v8.3.2": {
"repo": "super-linter/super-linter",
"version": "v8.3.2",
"sha": "d5b0a2ab116623730dd094f15ddc1b6b25bf7b99"
},
"actions/checkout@v5.0.1": {
"repo": "actions/checkout",
"version": "v5.0.1",
"sha": "93cb6efe18208431cddfb8368fd83d5badbf9bfd"
}
}
}
4 changes: 2 additions & 2 deletions .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
issues: write
steps:
- name: Checkout actions folder
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
sparse-checkout: |
actions
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
contents: read
steps:
- name: Checkout actions folder
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
sparse-checkout: |
actions
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/go-pattern-detector.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/go-pattern-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
found_patterns: ${{ steps.detect.outputs.found_patterns }}
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false
- name: Install ast-grep
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .github/workflows/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
release_tag: ${{ steps.compute_config.outputs.release_tag }}
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
release_id: ${{ steps.get_release.outputs.release_id }}
steps:
- name: Checkout repository
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale-repo-identifier.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .github/workflows/super-linter.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/super-linter.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
statuses: write
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ubuntu-image-analyzer.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/unbloat-docs.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/unbloat-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ timeout-minutes: 30
# Build steps for documentation
steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false

Expand Down
30 changes: 30 additions & 0 deletions pkg/workflow/data/action_pins.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"version": "v5.0.2",
"sha": "8b402f58fbc84540c8b491a91e594a4576fec3d7"
},
"actions/checkout@v5": {
"repo": "actions/checkout",
"version": "v5",
"sha": "93cb6efe18208431cddfb8368fd83d5badbf9bfd"
},
"actions/checkout@v6.0.2": {
"repo": "actions/checkout",
"version": "v6.0.2",
Expand All @@ -35,11 +40,21 @@
"version": "v3.0.0-beta.2",
"sha": "bf559f85448f9380bcfa2899dbdc01eb5b37be3a"
},
"actions/download-artifact@v6": {
"repo": "actions/download-artifact",
"version": "v6",
"sha": "018cc2cf5baa6db3ef3c5f8a56943fffe632ef53"
},
"actions/download-artifact@v7": {
"repo": "actions/download-artifact",
"version": "v7",
"sha": "37930b1c2abaa49bbe596cd826c3c89aef350131"
},
"actions/github-script@v7": {
"repo": "actions/github-script",
"version": "v7",
"sha": "f28e40c7f34bde8b3046d885e986cb6290c5673b"
},
"actions/github-script@v8": {
"repo": "actions/github-script",
"version": "v8",
Expand Down Expand Up @@ -125,6 +140,11 @@
"version": "v4.32.0",
"sha": "e6985fd516cce3b1a0e8db34a4013d2e50a1e252"
},
"github/stale-repos@v3": {
"repo": "github/stale-repos",
"version": "v3",
"sha": "3477b6488008d9411aaf22a0924ec7c1f6a69980"
},
"github/stale-repos@v8.0.4": {
"repo": "github/stale-repos",
"version": "v8.0.4",
Expand All @@ -145,10 +165,20 @@
"version": "v1.286.0",
"sha": "90be1154f987f4dc0fe0dd0feedac9e473aa4ba8"
},
"super-linter/super-linter@v8.2.1": {
"repo": "super-linter/super-linter",
"version": "v8.2.1",
"sha": "2bdd90ed3262e023ac84bf8fe35dc480721fc1f2"
},
"super-linter/super-linter@v8.3.2": {
"repo": "super-linter/super-linter",
"version": "v8.3.2",
"sha": "d5b0a2ab116623730dd094f15ddc1b6b25bf7b99"
},
"actions/checkout@v5.0.1": {
"repo": "actions/checkout",
"version": "v5.0.1",
"sha": "93cb6efe18208431cddfb8368fd83d5badbf9bfd"
}
}
}