Skip to content

Commit efb49f5

Browse files
chore(deps): bump the dependencies group across 1 directory with 5 updates
Bumps the dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [Kesin11/actions-timeline](https://github.com/kesin11/actions-timeline) | `3.0.0` | `3.1.0` | | [github/gh-aw-actions](https://github.com/github/gh-aw-actions) | `0.65.2` | `0.69.3` | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | | [actions/create-github-app-token](https://github.com/actions/create-github-app-token) | `3.0.0` | `3.1.1` | | [azure/setup-kubectl](https://github.com/azure/setup-kubectl) | `5.0.0` | `5.1.0` | Updates `Kesin11/actions-timeline` from 3.0.0 to 3.1.0 - [Release notes](https://github.com/kesin11/actions-timeline/releases) - [Commits](Kesin11/actions-timeline@e018cfe...44c9c17) Updates `github/gh-aw-actions` from 0.65.2 to 0.69.3 - [Release notes](https://github.com/github/gh-aw-actions/releases) - [Changelog](https://github.com/github/gh-aw-actions/blob/main/CHANGELOG.md) - [Commits](github/gh-aw-actions@b5ca536...006ffd8) Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `actions/create-github-app-token` from 3.0.0 to 3.1.1 - [Release notes](https://github.com/actions/create-github-app-token/releases) - [Commits](actions/create-github-app-token@f8d387b...1b10c78) Updates `azure/setup-kubectl` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/azure/setup-kubectl/releases) - [Changelog](https://github.com/Azure/setup-kubectl/blob/main/CHANGELOG.md) - [Commits](Azure/setup-kubectl@15650b3...8293235) --- updated-dependencies: - dependency-name: Kesin11/actions-timeline dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: github/gh-aw-actions dependency-version: 0.69.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: actions/create-github-app-token dependency-version: 3.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: azure/setup-kubectl dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af102f0 commit efb49f5

11 files changed

Lines changed: 46 additions & 46 deletions

.github/workflows/actions-timeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 3
1515
steps:
1616
# Register this action before your build step. It will then be executed at the end of the job post-processing.
17-
- uses: Kesin11/actions-timeline@e018cfefea60b4f44266998551211a35a58b8097 # v3.0.0
17+
- uses: Kesin11/actions-timeline@44c9c178ffb2fb1d9859614a3ffa79ccfb77565e # v3.1.0
1818
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1919
with:
2020
persist-credentials: false

.github/workflows/agentics-maintenance.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,12 @@ jobs:
6767
pull-requests: write
6868
steps:
6969
- name: Setup Scripts
70-
uses: github/gh-aw-actions/setup@b5ca5364ba36e64b34a20b8e273d2c5d0e1220ec # v0.65.2
70+
uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3
7171
with:
7272
destination: ${{ runner.temp }}/gh-aw/actions
7373

7474
- name: Close expired discussions
75-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
75+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7676
with:
7777
script: |
7878
const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs');
@@ -81,7 +81,7 @@ jobs:
8181
await main();
8282
8383
- name: Close expired issues
84-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
84+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
8585
with:
8686
script: |
8787
const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs');
@@ -90,7 +90,7 @@ jobs:
9090
await main();
9191
9292
- name: Close expired pull requests
93-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
93+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9494
with:
9595
script: |
9696
const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs');
@@ -112,12 +112,12 @@ jobs:
112112
persist-credentials: false
113113

114114
- name: Setup Scripts
115-
uses: github/gh-aw-actions/setup@b5ca5364ba36e64b34a20b8e273d2c5d0e1220ec # v0.65.2
115+
uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3
116116
with:
117117
destination: ${{ runner.temp }}/gh-aw/actions
118118

119119
- name: Check admin/maintainer permissions
120-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
120+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
121121
with:
122122
github-token: ${{ secrets.GITHUB_TOKEN }}
123123
script: |
@@ -127,12 +127,12 @@ jobs:
127127
await main();
128128
129129
- name: Install gh-aw
130-
uses: github/gh-aw-actions/setup-cli@b5ca5364ba36e64b34a20b8e273d2c5d0e1220ec # v0.65.2
130+
uses: github/gh-aw-actions/setup-cli@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3
131131
with:
132132
version: v0.65.2
133133

134134
- name: Run operation
135-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
135+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
136136
env:
137137
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
138138
GH_AW_OPERATION: ${{ github.event.inputs.operation }}
@@ -163,12 +163,12 @@ jobs:
163163
persist-credentials: false
164164

165165
- name: Setup Scripts
166-
uses: github/gh-aw-actions/setup@b5ca5364ba36e64b34a20b8e273d2c5d0e1220ec # v0.65.2
166+
uses: github/gh-aw-actions/setup@006ffd856b868b71df342dbe0ba082a963249b31 # v0.69.3
167167
with:
168168
destination: ${{ runner.temp }}/gh-aw/actions
169169

170170
- name: Check admin/maintainer permissions
171-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
171+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
172172
with:
173173
github-token: ${{ secrets.GITHUB_TOKEN }}
174174
script: |
@@ -178,7 +178,7 @@ jobs:
178178
await main();
179179
180180
- name: Apply Safe Outputs
181-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
181+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
182182
env:
183183
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
184184
GH_AW_RUN_URL: ${{ github.event.inputs.run_url }}

.github/workflows/cache.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
CONTEXT: ${{ toJson(github) }}
3030
# get trigger repo references
3131
- name: public repo reference
32-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
32+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3333
id: set-public-result
3434
with:
3535
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -43,7 +43,7 @@ jobs:
4343
return result.data.object.sha
4444
- run: echo "${{ steps.set-public-result.outputs.result }}"
4545
- name: private repo reference
46-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
46+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4747
id: set-private-result
4848
with:
4949
github-token: ${{ secrets.SYNCED_GITHUB_TOKEN_REPO }} # must be PAT

.github/workflows/docs-translation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-24.04
1313
timeout-minutes: 5
1414
steps:
15-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
15+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1616
id: app-token
1717
with:
1818
app-id: ${{ secrets.SYNCED_ACTIONS_BOT_APPID }}

.github/workflows/dotnet-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
timeout-minutes: 10
1616
steps:
17-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
17+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1818
id: app-token
1919
with:
2020
app-id: ${{ secrets.SYNCED_ACTIONS_BOT_APPID }}

.github/workflows/github-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
timeout-minutes: 3
1212
steps:
13-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
13+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
1414
with:
1515
github-token: ${{secrets.GITHUB_TOKEN}}
1616
script: |

.github/workflows/github-app-token.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
timeout-minutes: 3
1616
steps:
17-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
17+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
1818
id: app-token
1919
with:
2020
app-id: ${{ secrets.SYNCED_ACTIONS_BOT_APPID }}

.github/workflows/github-step-summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 5
1717
steps:
1818
- name: add summary
19-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
19+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2020
with:
2121
script: |
2222
await core.summary.addHeading("Hello world! 🚀").write()

.github/workflows/gitops-k8s-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04
1919
timeout-minutes: 3
2020
steps:
21-
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
21+
- uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
2222
id: app-token
2323
with:
2424
app-id: ${{ secrets.SYNCED_ACTIONS_BOT_APPID }}

.github/workflows/k8s-setup-kubectl.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
timeout-minutes: 3
1414
steps:
1515
- run: kubectl version --client
16-
- uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0
16+
- uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
1717
with:
1818
version: ${{ env.KUBECTL_VERSION }}
1919
- run: kubectl version --client
20-
- uses: azure/setup-kubectl@15650b3ad78fff148532a140b8a4c821796b2d7b # v5.0.0
20+
- uses: azure/setup-kubectl@829323503d1be3d00ca8346e5391ca0b07a9ab0d # v5.1.0
2121
with:
2222
version: "latest"
2323
- run: kubectl version --client

0 commit comments

Comments
 (0)