Skip to content

Commit 6e6586c

Browse files
gh-actions(deps): bump actions/github-script from 6 to 9
Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v6...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>
1 parent ab86add commit 6e6586c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/is-repo-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
env:
161161
MY_KEY: ${{ secrets.CLA_BOT_GH_ACCESS_TOKEN }}
162162
if: "${{ env.MY_KEY == '' }}"
163-
uses: actions/github-script@v6
163+
uses: actions/github-script@v9
164164
with:
165165
script: |
166166
core.setFailed('CLA_BOT_GH_ACCESS_TOKEN secret is missing. It is needed to successfully run the CLA assistant.')

0 commit comments

Comments
 (0)