diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 4e2a02a88..d8909ffc0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -62,7 +62,7 @@ jobs: run: ./gradlew livekit-android-sdk:detektRelease - name: Upload AAR - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: livekit-android-sdk-release.aar path: client-sdk-android/livekit-android-sdk/build/outputs/aar/livekit-android-sdk-release.aar @@ -296,7 +296,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 + - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: diffuse-output path: ${{ steps.diffuse.outputs.diff-file }} diff --git a/.github/workflows/changesets.yml b/.github/workflows/changesets.yml index d1e16f1e6..81057e4b6 100644 --- a/.github/workflows/changesets.yml +++ b/.github/workflows/changesets.yml @@ -21,7 +21,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0 + - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 with: version: 10 @@ -147,7 +147,7 @@ jobs: run: echo $SNAPSHOT_VERSION - name: Create Update SNAPSHOT Pull Request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ secrets.CHANGESET_GH_TOKEN }} branch: dl/update_snapshot_ver diff --git a/.github/workflows/pinact_update.yml b/.github/workflows/pinact_update.yml index 45659e7bb..7f848d7a7 100644 --- a/.github/workflows/pinact_update.yml +++ b/.github/workflows/pinact_update.yml @@ -47,7 +47,7 @@ jobs: echo "pinact exit code: ${exit_code}" - name: Create PR (if changes) - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ secrets.PINACT_GITHUB_TOKEN }} commit-message: "chore(pinact): pin/update GitHub Actions" diff --git a/.github/workflows/update_snapshot_pr.yml b/.github/workflows/update_snapshot_pr.yml index 413d3c053..b995eda79 100644 --- a/.github/workflows/update_snapshot_pr.yml +++ b/.github/workflows/update_snapshot_pr.yml @@ -28,7 +28,7 @@ jobs: run: echo $SNAPSHOT_VERSION - name: Create Update SNAPSHOT Pull Request - uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ secrets.CHANGESET_GH_TOKEN }} branch: dl/update_snapshot_ver