Skip to content

Commit b0e89b8

Browse files
authored
chore(deps): Pin dependencies (#622)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/cache](https://redirect.github.com/actions/cache) | action | pinDigest | → `6682284` | | [actions/checkout](https://redirect.github.com/actions/checkout) | action | pinDigest | → `de0fac2` | | [actions/github-script](https://redirect.github.com/actions/github-script) | action | pinDigest | → `ed59741` | | [actions/setup-go](https://redirect.github.com/actions/setup-go) | action | pinDigest | → `4b73464` | | [amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request) | action | pinDigest | → `48f2562` | | [golangci/golangci-lint-action](https://redirect.github.com/golangci/golangci-lint-action) | action | pinDigest | → `1e7e51e` | | [googleapis/release-please-action](https://redirect.github.com/googleapis/release-please-action) | action | pinDigest | → `16a9c90` | | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) | action | pinDigest | → `c0f553f` | --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month ( * 0-3 1 * * ) (UTC), 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 [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42My4wIiwidXBkYXRlZEluVmVyIjoiNDMuNjMuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
1 parent b189049 commit b0e89b8

File tree

5 files changed

+13
-13
lines changed

5 files changed

+13
-13
lines changed

.github/workflows/lint_golang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
name: Lint with GolangCI
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v6
19-
- uses: actions/setup-go@v6
18+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
19+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2020
id: go
2121
with:
2222
go-version-file: go.mod
2323
# We use a manually configured cache key to avoid conflicts with the test action cache
2424
# See https://github.com/actions/setup-go/issues/358
2525
cache: false
26-
- uses: actions/cache@v5
26+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2727
with:
2828
path: |
2929
~/.cache/go-build
@@ -32,7 +32,7 @@ jobs:
3232
restore-keys: |
3333
${{runner.os}}-go-${{steps.go.outputs.go-version}}-lint
3434
- name: golangci-lint
35-
uses: golangci/golangci-lint-action@v9
35+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3636
with:
3737
version: v2.10.1
3838
args: --verbose

.github/workflows/pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
# Please look up the latest version from
1919
# https://github.com/amannn/action-semantic-pull-request/releases
20-
- uses: amannn/action-semantic-pull-request@v6
20+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6
2121
env:
2222
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2323
with:

.github/workflows/regen.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ jobs:
1212
timeout-minutes: 30
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v6
16-
- uses: actions/setup-go@v6
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
16+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
1717
id: go
1818
with:
1919
go-version-file: go.mod
2020
# We use a manually configured cache key to avoid conflicts with the test action cache
2121
# See https://github.com/actions/setup-go/issues/358
2222
cache: false
23-
- uses: actions/cache@v5
23+
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2424
with:
2525
path: |
2626
~/.cache/go-build
@@ -41,7 +41,7 @@ jobs:
4141
make clone
4242
make gen-proto
4343
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@v8
44+
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8
4545
with:
4646
# required so the PR triggers workflow runs
4747
token: ${{ secrets.GH_CQ_BOT }}

.github/workflows/release_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
release-please:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: googleapis/release-please-action@v4
14+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1515
id: release
1616
with:
1717
token: ${{ secrets.GH_CQ_BOT }}
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
prerelease: true
3232
- name: Trigger Renovate
33-
uses: actions/github-script@v8
33+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3434
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
3535
with:
3636
github-token: ${{ secrets.GH_CQ_BOT }}

.github/workflows/unittest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
os: [ubuntu-latest, macos-latest, windows-latest]
2121
steps:
2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
- name: Set up Go 1.x
25-
uses: actions/setup-go@v6
25+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2626
with:
2727
go-version-file: go.mod
2828
- run: go mod download

0 commit comments

Comments
 (0)