Browse Source

chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (#6215)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 21 hours ago
parent
commit
59d189aebf

+ 2 - 2
.github/workflows/e2e-managed.yml

@@ -34,7 +34,7 @@ jobs:
 
 
       - name: Create status check
       - name: Create status check
         id: create_check
         id: create_check
-        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+        uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
         env:
         env:
           PROVIDER: ${{ github.event.client_payload.slash_command.args.named.provider }}
           PROVIDER: ${{ github.event.client_payload.slash_command.args.named.provider }}
           HEAD_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
           HEAD_SHA: ${{ github.event.client_payload.pull_request.head.sha }}
@@ -349,7 +349,7 @@ jobs:
       contents: read
       contents: read
     steps:
     steps:
       - name: Update status check
       - name: Update status check
-        uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
+        uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
         env:
         env:
           AWS_RESULT: ${{ needs.test-aws.result }}
           AWS_RESULT: ${{ needs.test-aws.result }}
           GCP_RESULT: ${{ needs.test-gcp.result }}
           GCP_RESULT: ${{ needs.test-gcp.result }}

+ 1 - 1
.github/workflows/issue-label.yml

@@ -15,7 +15,7 @@ jobs:
       issues: write
       issues: write
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
-      - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
+      - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
         with:
         with:
           script: |
           script: |
             console.log("Verify that the issue was created by a first time contributor");
             console.log("Verify that the issue was created by a first time contributor");

+ 1 - 1
.github/workflows/lgtm-remove-on-update.yml

@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
     - name: Remove LGTM label on PR update
     - name: Remove LGTM label on PR update
-      uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
+      uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
       with:
       with:
         script: |
         script: |
           const prNumber = context.payload.pull_request.number;
           const prNumber = context.payload.pull_request.number;

+ 1 - 1
.github/workflows/lgtm.yml

@@ -48,7 +48,7 @@ jobs:
 
 
     - name: Process LGTM Command
     - name: Process LGTM Command
       if: ${{ github.event.comment.body == '/lgtm' }}
       if: ${{ github.event.comment.body == '/lgtm' }}
-      uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
+      uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
       with:
       with:
         github-token: ${{ steps.generate_token.outputs.token }}
         github-token: ${{ steps.generate_token.outputs.token }}
         script: |
         script: |

+ 1 - 1
.github/workflows/pull-request-label.yml

@@ -19,7 +19,7 @@ jobs:
       pull-requests: write
       pull-requests: write
     runs-on: ubuntu-latest
     runs-on: ubuntu-latest
     steps:
     steps:
-      - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
+      - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
         env:
         env:
           # If extended, don't forget to also include it in the verification step verify-labels.
           # If extended, don't forget to also include it in the verification step verify-labels.
           TYPE_TO_LABEL: |
           TYPE_TO_LABEL: |