diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 219e54ceb3..874a631dbe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -454,7 +454,7 @@ jobs: needs: [checks, publish-helm] steps: - name: - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 with: github-token: ${{ secrets.NGINX_PAT }} script: | diff --git a/.github/workflows/issues.yaml b/.github/workflows/issues.yaml index ed434bf72c..4f9b938309 100644 --- a/.github/workflows/issues.yaml +++ b/.github/workflows/issues.yaml @@ -25,7 +25,7 @@ jobs: - name: Check if Issue author is Org member id: membercheck - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 with: retries: 3 script: | @@ -44,7 +44,7 @@ jobs: return member - name: Send message - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 if: steps.membercheck.outputs.result == 'false' with: retries: 3 diff --git a/.github/workflows/notifications.yml b/.github/workflows/notifications.yml index f28257b155..dbdda08080 100644 --- a/.github/workflows/notifications.yml +++ b/.github/workflows/notifications.yml @@ -27,7 +27,7 @@ jobs: actions: read # for 8398a7/action-slack steps: - name: Data - uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1 + uses: actions/github-script@e69ef5462fd455e02edcaf4dd7708eda96b9eda0 # v7.0.0 continue-on-error: true id: data with: