Skip to content

Commit e2ae0c7

Browse files
chore(deps): bump actions/github-script from 7 to 9 (#151)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60406a6 commit e2ae0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cert-pin-watch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Open a tracking issue on drift
7070
if: failure()
71-
uses: actions/github-script@v7
71+
uses: actions/github-script@v9
7272
env:
7373
# Passed via env (not ${{ }} interpolation) so the report text can
7474
# never break out of the script — workflow-injection-safe pattern.

0 commit comments

Comments
 (0)