Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/pr-delta-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: |
u visual delta maps/lens_base.json maps/lens_head.json -o maps/delta.svg || true
- name: Comment on PR with delta
uses: actions/github-script@v7
uses: actions/github-script@v9
with:
script: |
const fs = require('fs');
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/understand-first-pr-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
policy-report.json

- name: Post PR comment
uses: actions/github-script@v6
uses: actions/github-script@v9
with:
script: |
const fs = require('fs');
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
}

- name: Create Check Run
uses: actions/github-script@v6
uses: actions/github-script@v9
with:
script: |
const fs = require('fs');
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:

- name: Set commit status
if: always()
uses: actions/github-script@v6
uses: actions/github-script@v9
with:
script: |
const policyExitCode = ${{ steps.policy-check.outputs.policy_exit_code }};
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/understand-first.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:

- name: Generate Enhanced PR Comment
if: github.event_name == 'pull_request'
uses: actions/github-script@v6
uses: actions/github-script@v9
with:
script: |
const fs = require('fs');
Expand Down
Loading