Skip to content

Commit 9f150ba

Browse files
Bump the actions group with 1 update (#2004)
* Bump the actions group with 1 update Bumps the actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...v7) --- updated-dependencies: - dependency-name: actions/github-script dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> * Bump `github-script` version to v7 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Angela P Wen <[email protected]>
1 parent e75de4c commit 9f150ba

6 files changed

+6
-6
lines changed

Diff for: .github/workflows/__config-export.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__diagnostics-export.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: .github/workflows/__go-indirect-tracing-workaround-diagnostic.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: pr-checks/checks/config-export.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ steps:
2020
path: "${{ runner.temp }}/results/javascript.sarif"
2121
retention-days: 7
2222
- name: Check config properties appear in SARIF
23-
uses: actions/github-script@v6
23+
uses: actions/github-script@v7
2424
env:
2525
SARIF_PATH: "${{ runner.temp }}/results/javascript.sarif"
2626
with:

Diff for: pr-checks/checks/diagnostics-export.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ steps:
3838
path: "${{ runner.temp }}/results/javascript.sarif"
3939
retention-days: 7
4040
- name: Check diagnostics appear in SARIF
41-
uses: actions/github-script@v6
41+
uses: actions/github-script@v7
4242
env:
4343
SARIF_PATH: "${{ runner.temp }}/results/javascript.sarif"
4444
with:

Diff for: pr-checks/checks/go-indirect-tracing-workaround-diagnostic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ steps:
2525
output: "${{ runner.temp }}/results"
2626
upload-database: false
2727
- name: Check diagnostic appears in SARIF
28-
uses: actions/github-script@v6
28+
uses: actions/github-script@v7
2929
env:
3030
SARIF_PATH: "${{ runner.temp }}/results/go.sarif"
3131
with:

0 commit comments

Comments
 (0)