diff --git a/.github/workflows/after_commit.yml b/.github/workflows/after_commit.yml index 3cfa140..8d7373e 100644 --- a/.github/workflows/after_commit.yml +++ b/.github/workflows/after_commit.yml @@ -12,14 +12,14 @@ jobs: runs-on: ubuntu-latest steps: - name: Dispatch event to PySDK - uses: peter-evans/repository-dispatch@v4 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1 with: token: ${{ secrets.TRIGGER_PYSDK_WORKFLOW_PAT }} repository: nebius/pysdk event-type: updated-${{ github.event.repository.name }} - name: Dispatch event to JS-SDK - uses: peter-evans/repository-dispatch@v4 + uses: peter-evans/repository-dispatch@28959ce8df70de7be546dd1250a005dd32156697 # v4.0.1 with: token: ${{ secrets.TRIGGER_TSSDK_WORKFLOW_PAT }} repository: nebius/js-sdk @@ -32,7 +32,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30d7cb0..e11d2b4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,8 +26,8 @@ jobs: buf: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 - - uses: bufbuild/buf-action@v1.4.0 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: bufbuild/buf-action@fd21066df7214747548607aaa45548ba2b9bc1ff # v1.4.0 with: setup_only: true - run: buf build --error-format github-actions @@ -40,7 +40,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }} diff --git a/.github/workflows/pr_create.yml b/.github/workflows/pr_create.yml index f1c0e80..c4175b5 100644 --- a/.github/workflows/pr_create.yml +++ b/.github/workflows/pr_create.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Create Pull Request using gh CLI id: create_pr @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Post text to a Slack channel - uses: slackapi/slack-github-action@v2.1.1 + uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1 with: method: chat.postMessage token: ${{ secrets.SLACK_OAUTH_TOKEN }}