Skip to content

Commit 61655f0

Browse files
chore(ci): bump actions/github-script from 7.0.1 to 8.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 8.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@60a0d83...ed59741) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be3b7ee commit 61655f0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ jobs:
332332
333333
- name: save benchmark results as a step summary
334334
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork
335-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
335+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
336336
with:
337337
script: |
338338
const fs = require('fs');
@@ -355,7 +355,7 @@ jobs:
355355
persist-credentials: false
356356

357357
- name: save benchmark results as a comment
358-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
358+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
359359
with:
360360
script: |
361361
const decisionOutput = process.env.BENCHMARK_MARKDOWN;

.github/workflows/create-release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Create Backport PR label if it doesn't exist
27-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
27+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
2828
with:
2929
github-token: ${{ secrets.GITHUB_TOKEN }}
3030
script: |

.github/workflows/friendly-reminders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
- name: Post comment if go.mod was changed
3434
if: steps.go-mod-tidy.outputs.stdout != ''
35-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
35+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
3636
with:
3737
script: |
3838
github.issues.createComment({

.github/workflows/label.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
app-id: ${{ secrets.APP_ID }}
4747
private-key: ${{ secrets.AUTOMATION_KEY }}
4848
- name: Check Author Association and Label PR
49-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
49+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
5050
with:
5151
github-token: ${{ steps.generate-token.outputs.token }}
5252
script: |

.github/workflows/traffic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: echo "DATE=$(date +'%Y%m%d')" >>"$GITHUB_OUTPUT"
4040

4141
- name: Get Traffic
42-
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
42+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
4343
id: get-traffic
4444
env:
4545
OWNER: opentdf

0 commit comments

Comments
 (0)