Skip to content

Commit 01ab1b2

Browse files
authored
Merge branch 'main' into release-please--branches--main--components--cloudquery
2 parents 82f1f83 + 4a91501 commit 01ab1b2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto_update_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
docker run --rm --volume "$(pwd):/helm-docs" -u "$(id -u)" jnorwood/helm-docs:v1.11.0
3131
3232
- name: Get component from branch name
33-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
33+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
3434
id: component
3535
with:
3636
result-encoding: string

.github/workflows/release_please.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2121
permission-contents: write
2222
permission-pull-requests: write
23-
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
23+
- uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5
2424
id: release
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}
@@ -64,7 +64,7 @@ jobs:
6464
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
6565

6666
- name: Get PR data
67-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
67+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
6868
if: |
6969
startsWith(github.event.head_commit.message, 'chore(main): Release')
7070
id: get_pr_data
@@ -79,7 +79,7 @@ jobs:
7979
).data[0];
8080
8181
- name: Update PR labels
82-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
82+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9
8383
if: |
8484
startsWith(github.event.head_commit.message, 'chore(main): Release')
8585
with:

0 commit comments

Comments
 (0)