Merge pull request #2078 from theupdateframework/dependabot/github_actions/actions/github-script-6.1.1

build(deps): bump actions/github-script from 6.1.0 to 6.1.1
This commit is contained in:
Jussi Kukkonen 2022-08-16 11:52:20 +03:00 committed by GitHub
commit 3a178df7dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -73,7 +73,7 @@ jobs:
password: ${{ secrets.PYPI_API_TOKEN }}
- name: Finalize GitHub release
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1
with:
script: |
await github.rest.repos.updateRelease({

View file

@ -13,7 +13,7 @@ jobs:
name: File issue to review maintainer permissions
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
- uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1
with:
script: |
await github.rest.issues.create({

View file

@ -25,7 +25,7 @@ jobs:
ver=$(python3 -c "$script")
echo "::set-output name=version::$ver"
- name: Open issue (if needed)
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da
uses: actions/github-script@d50f485531ba88479582bc2da03ff424389af5c1
with:
script: |
const release = await github.rest.repos.getLatestRelease({