diff --git a/.github/workflows/new-pr-opened.yml b/.github/workflows/new-pr-opened.yml index 7cafc74..3019720 100644 --- a/.github/workflows/new-pr-opened.yml +++ b/.github/workflows/new-pr-opened.yml @@ -15,7 +15,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | // adds a comment to the PR (there is the issue API only which works work PRs too) diff --git a/.github/workflows/slash_ops_commands.yml b/.github/workflows/slash_ops_commands.yml index a4af7c1..5c53f67 100644 --- a/.github/workflows/slash_ops_commands.yml +++ b/.github/workflows/slash_ops_commands.yml @@ -24,7 +24,7 @@ jobs: maintainer=${maintainers[ $RANDOM % ${#maintainers[@]} ]} echo "maintainer=$maintainer" >> "$GITHUB_OUTPUT" - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 with: script: | // adds a comment to the PR (there is the issue API, which works work PRs too) @@ -69,7 +69,7 @@ jobs: commit_message: "chore: format Terraform code" - name: Failure notice - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 if: ${{ failure() }} with: script: | diff --git a/.github/workflows/slash_ops_comment_dispatch.yml b/.github/workflows/slash_ops_comment_dispatch.yml index 5a17045..38d97bb 100644 --- a/.github/workflows/slash_ops_comment_dispatch.yml +++ b/.github/workflows/slash_ops_comment_dispatch.yml @@ -10,7 +10,7 @@ jobs: slash-command-dispatch: runs-on: ubuntu-latest steps: - - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 id: vars with: script: |