diff --git a/.github/workflows/approve-or-deny-request.yml b/.github/workflows/approve-or-deny-request.yml index d7d2084..7648e3e 100644 --- a/.github/workflows/approve-or-deny-request.yml +++ b/.github/workflows/approve-or-deny-request.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Validate requested repository if: steps.issue_body_parser_request.outputs.payload != 'NOT_FOUND' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: REQUEST_PAYLOAD: ${{ steps.issue_body_parser_request.outputs.payload }} with: @@ -66,7 +66,7 @@ jobs: cd .github/scripts npm install - name: Approve or deny request - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: VERSION: ${{ steps.get_version.outputs.version }} REPO: ${{ fromJson(needs.parse-issue.outputs.payload).repo }} diff --git a/.github/workflows/initialize-request.yml b/.github/workflows/initialize-request.yml index 94bb2f1..856598c 100644 --- a/.github/workflows/initialize-request.yml +++ b/.github/workflows/initialize-request.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Validate requested repository if: steps.issue_body_parser_request.outputs.payload != 'NOT_FOUND' - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: REQUEST_PAYLOAD: ${{ steps.issue_body_parser_request.outputs.payload }} with: @@ -70,7 +70,7 @@ jobs: cd .github/scripts npm install - name: Create the repo ${{ fromJson(needs.parse-issue.outputs.payload).repo }}_${{ steps.get_version.outputs.version }} on GitHub Enterprise Server - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: VERSION: ${{ steps.get_version.outputs.version }} OWNER: ${{ fromJson(needs.parse-issue.outputs.payload).owner }}