Skip to content

Commit 6cb73cf

Browse files
chore(deps): Update github-actions
1 parent aebb22e commit 6cb73cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
cache: "gradle"
2525
- # Required for the package command tests to work
2626
name: Set up Docker Buildx
27-
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4
27+
uses: docker/setup-buildx-action@d7f5e7f509e45cec5c76c4d5afdd7de93d0b3df5 # v4
2828
- name: Validate Gradle wrapper
2929
uses: gradle/actions/wrapper-validation@11d4d83c63a6ce61b32d8a9c4faddbdb04fe9917
3030
- name: Build package

.github/workflows/release_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- name: Generate GitHub App token
1515
id: app-token
16-
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
16+
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3
1717
with:
1818
app-id: ${{ secrets.CQ_APP_ID }}
1919
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}

0 commit comments

Comments
 (0)