Skip to content

Commit 9f60ccb

Browse files
chore(deps): bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [github/gh-aw-actions](https://github.com/github/gh-aw-actions), [actions/github-script](https://github.com/actions/github-script) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token). Updates `github/gh-aw-actions` from 0.65.2 to 0.68.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...abea67e) 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) --- updated-dependencies: - dependency-name: github/gh-aw-actions dependency-version: 0.68.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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 33f4346 commit 9f60ccb

9 files changed

Lines changed: 43 additions & 43 deletions

.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@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.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@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.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@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.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@abea67e08ee83539ea33aaae67bf0cddaa0b03b5 # v0.68.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/monthly-oss-repo-status.lock.yml

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

0 commit comments

Comments
 (0)