Skip to content

Commit 3eda17e

Browse files
authored
chore(pinact): pin/update GitHub Actions (#935)
Co-authored-by: davidliu <242400+davidliu@users.noreply.github.com>
1 parent c863774 commit 3eda17e

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: ./gradlew livekit-android-sdk:detektRelease
6363

6464
- name: Upload AAR
65-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
65+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
6666
with:
6767
name: livekit-android-sdk-release.aar
6868
path: client-sdk-android/livekit-android-sdk/build/outputs/aar/livekit-android-sdk-release.aar
@@ -296,7 +296,7 @@ jobs:
296296
issue-number: ${{ github.event.pull_request.number }}
297297
token: ${{ secrets.GITHUB_TOKEN }}
298298

299-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
299+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
300300
with:
301301
name: diffuse-output
302302
path: ${{ steps.diffuse.outputs.diff-file }}

.github/workflows/changesets.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout Repo
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323

24-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5.0.0
24+
- uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0
2525
with:
2626
version: 10
2727

@@ -147,7 +147,7 @@ jobs:
147147
run: echo $SNAPSHOT_VERSION
148148

149149
- name: Create Update SNAPSHOT Pull Request
150-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
150+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
151151
with:
152152
token: ${{ secrets.CHANGESET_GH_TOKEN }}
153153
branch: dl/update_snapshot_ver

.github/workflows/pinact_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "pinact exit code: ${exit_code}"
4848
4949
- name: Create PR (if changes)
50-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
50+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
5151
with:
5252
token: ${{ secrets.PINACT_GITHUB_TOKEN }}
5353
commit-message: "chore(pinact): pin/update GitHub Actions"

.github/workflows/update_snapshot_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: echo $SNAPSHOT_VERSION
2929

3030
- name: Create Update SNAPSHOT Pull Request
31-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
31+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1
3232
with:
3333
token: ${{ secrets.CHANGESET_GH_TOKEN }}
3434
branch: dl/update_snapshot_ver

0 commit comments

Comments
 (0)