Skip to content

Commit 1b88a04

Browse files
chore(deps): Update github-actions (#2490)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) ([changelog](https://redirect.github.com/actions/cache/compare/668228422ae6a00e4ad889ee87cd7109ec5666a7..27d5ce7f107fe9357f9df03efb73ab90386fccae)) | action | digest | `6682284` → `27d5ce7` | | [actions/create-github-app-token](https://redirect.github.com/actions/create-github-app-token) ([changelog](https://redirect.github.com/actions/create-github-app-token/compare/f8d387b68d61c58ab83c6c016672934102569859..1b10c78c7865c340bc4f6099eb2f838309f1e8c3)) | action | digest | `f8d387b` → `1b10c78` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) ([changelog](https://redirect.github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f..043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)) | action | digest | `bbbca2d` → `043fb46` | | [googleapis/release-please-action](https://redirect.github.com/googleapis/release-please-action) ([changelog](https://redirect.github.com/googleapis/release-please-action/compare/16a9c90856f42705d54a6fda1823352bdc62cf38..5c625bfb5d1ff62eadeeb3772007f7f66fdcf071)) | action | digest | `16a9c90` → `5c625bf` | | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) ([changelog](https://redirect.github.com/peter-evans/create-pull-request/compare/c0f553fe549906ede9cf27b5156039d195d2ece0..5f6978faf089d4d20b00c7766989d076bb2fc7f1)) | action | digest | `c0f553f` → `5f6978f` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNDAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE0MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 4884771 commit 1b88a04

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/gen_coverage_report.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- name: Generate GitHub App token
2222
id: app-token
23-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
23+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2424
with:
2525
app-id: ${{ secrets.CQ_APP_ID }}
2626
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
@@ -36,7 +36,7 @@ jobs:
3636
go-version: "1.26"
3737
cache: false
3838
- name: Cache Go modules
39-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
39+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
4040
with:
4141
path: |
4242
~/go/pkg/mod
@@ -49,7 +49,7 @@ jobs:
4949
run: make coverage
5050

5151
- name: Create Pull Request
52-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
52+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8
5353
with:
5454
# required so the PR triggers workflow runs
5555
token: ${{ steps.app-token.outputs.token }}

.github/workflows/go_mod_tidy_examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- name: Generate GitHub App token
2121
id: app-token
22-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
22+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
2323
with:
2424
app-id: ${{ secrets.CQ_APP_ID }}
2525
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
@@ -34,7 +34,7 @@ jobs:
3434
go-version-file: go.mod
3535
cache: false
3636
- name: Cache Go modules
37-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
37+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3838
with:
3939
path: |
4040
~/go/pkg/mod

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
go-version-file: go.mod
2424
cache: false
2525
- name: Cache Go modules
26-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
26+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
2727
with:
2828
path: |
2929
~/go/pkg/mod

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515
- name: Generate GitHub App token
1616
id: app-token
17-
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3
17+
uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3
1818
with:
1919
app-id: ${{ secrets.CQ_APP_ID }}
2020
private-key: ${{ secrets.CQ_APP_PRIVATE_KEY }}
2121
permission-contents: write
2222
permission-pull-requests: write
23-
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
23+
- uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4
2424
id: release
2525
with:
2626
token: ${{ steps.app-token.outputs.token }}

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
echo "gocache=$(go env GOCACHE)" >> "$GITHUB_OUTPUT"
3434
echo "gomodcache=$(go env GOMODCACHE)" >> "$GITHUB_OUTPUT"
3535
- name: Cache Go modules
36-
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
36+
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
3737
with:
3838
path: |
3939
${{ steps.go-cache.outputs.gomodcache }}
@@ -54,7 +54,7 @@ jobs:
5454
run: echo ${{ github.event.number }} > ./pr_number
5555
- name: Upload deltas
5656
if: matrix.os == 'ubicloud-standard-8'
57-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
57+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
5858
with:
5959
name: delta-action-benchmarks
6060
retention-days: 7

0 commit comments

Comments
 (0)