diff --git a/.github/workflows/ci-call-update-image.yml b/.github/workflows/ci-call-update-image.yml index 33e91a86..092467ad 100644 --- a/.github/workflows/ci-call-update-image.yml +++ b/.github/workflows/ci-call-update-image.yml @@ -89,7 +89,7 @@ jobs: echo "jira-id=$JIID" >> "$GITHUB_ENV" - name: Get Labels - uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # pin@v2.4.0 + uses: octokit/request-action@b91aabaa861c777dcdb14e2387e30eddf04619ae # pin@v3.0.0 id: get-labels with: route: GET /repos/${{ github.repository }}/commits/${{ github.sha }}/pulls diff --git a/.github/workflows/ci-update-image-version.yml b/.github/workflows/ci-update-image-version.yml index 7e0b993e..d606f62c 100644 --- a/.github/workflows/ci-update-image-version.yml +++ b/.github/workflows/ci-update-image-version.yml @@ -62,7 +62,7 @@ jobs: if: ${{ steps.regex-find-jira-id.outputs.JIRAID != '' }} run: echo "JIRA_ID=${{ steps.regex-find-jira-id.outputs.JIRAID }}" >> "$GITHUB_ENV" - - uses: octokit/request-action@dad4362715b7fb2ddedf9772c8670824af564f0d # pin@v2.4.0 + - uses: octokit/request-action@b91aabaa861c777dcdb14e2387e30eddf04619ae # pin@v3.0.0 id: get_labels with: route: GET /repos/${{ github.repository }}/commits/${{ github.sha }}/pulls