Skip to content

Commit 661f722

Browse files
authored
chore(deps): Pin dependencies (#2456)
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` | | [actions/upload-artifact](https://redirect.github.com/actions/upload-artifact) | action | pinDigest | → `b7c566a` | | [amannn/action-semantic-pull-request](https://redirect.github.com/amannn/action-semantic-pull-request) | action | pinDigest | → `48f2562` | | [dawidd6/action-download-artifact](https://redirect.github.com/dawidd6/action-download-artifact) | action | pinDigest | → `fe9d59c` | | [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` | | [haya14busa/action-workflow_run-status](https://redirect.github.com/haya14busa/action-workflow_run-status) | action | pinDigest | → `967ed83` | | [netlify/delta-action](https://redirect.github.com/netlify/delta-action) | action | pinDigest | → `1195810` | | [nosborn/github-action-markdown-cli](https://redirect.github.com/nosborn/github-action-markdown-cli) | action | pinDigest | → `508d6ce` | | [peter-evans/create-pull-request](https://redirect.github.com/peter-evans/create-pull-request) | action | pinDigest | → `c0f553f` | | [stefanzweifel/git-auto-commit-action](https://redirect.github.com/stefanzweifel/git-auto-commit-action) | action | pinDigest | → `04702ed` | --- ### 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 041d331 commit 661f722

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

.github/workflows/gen_coverage_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ jobs:
1818
id-token: write
1919
contents: write
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
with:
2323
token: ${{ secrets.GH_CQ_BOT }}
2424
- name: Set up Go 1.x
2525
id: setup-go
26-
uses: actions/setup-go@v6
26+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2727
with:
2828
go-version: "1.26"
2929
cache: false
3030
- name: Cache Go modules
31-
uses: actions/cache@v5
31+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3232
with:
3333
path: |
3434
~/go/pkg/mod
@@ -41,7 +41,7 @@ jobs:
4141
run: make coverage
4242

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/go_mod_tidy_examples.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ jobs:
1717
matrix:
1818
plugin: [simple_plugin]
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2121
with:
2222
token: ${{ secrets.GH_CQ_BOT }}
2323
- name: Set up Go 1.x
2424
id: setup-go
25-
uses: actions/setup-go@v6
25+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2626
with:
2727
go-version-file: go.mod
2828
cache: false
2929
- name: Cache Go modules
30-
uses: actions/cache@v5
30+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
3131
with:
3232
path: |
3333
~/go/pkg/mod
@@ -39,6 +39,6 @@ jobs:
3939
- name: Run go mod tidy
4040
working-directory: examples/${{ matrix.plugin }}
4141
run: go mod tidy
42-
- uses: stefanzweifel/git-auto-commit-action@v7
42+
- uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7
4343
with:
4444
commit_message: "chore: Tidy"

.github/workflows/lint_golang.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
runs-on: ubicloud-standard-8
1717
timeout-minutes: 10
1818
steps:
19-
- uses: actions/checkout@v6
20-
- uses: actions/setup-go@v6
19+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
20+
- uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2121
id: setup-go
2222
with:
2323
go-version-file: go.mod
2424
cache: false
2525
- name: Cache Go modules
26-
uses: actions/cache@v5
26+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
2727
with:
2828
path: |
2929
~/go/pkg/mod
@@ -33,6 +33,6 @@ jobs:
3333
${{ runner.os }}-go-${{ steps.setup-go.outputs.go-version }}-
3434
${{ runner.os }}-go-
3535
- name: golangci-lint
36-
uses: golangci/golangci-lint-action@v9
36+
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
3737
with:
3838
version: v2.10.1

.github/workflows/lint_markdown.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 10
1616
steps:
1717
- name: Git checkout
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- run: |
2020
venv="$HOME/.local/share/venv"
2121
python3 -m venv "$venv"
@@ -33,9 +33,9 @@ jobs:
3333
timeout-minutes: 10
3434
steps:
3535
- name: Git checkout
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3737
- name: markdownlint-cli
38-
uses: nosborn/github-action-markdown-cli@v3.5.0
38+
uses: nosborn/github-action-markdown-cli@508d6cefd8f0cc99eab5d2d4685b1d5f470042c1 # v3.5.0
3939
with:
4040
files: .
4141
config_file: .markdownlint.yaml

.github/workflows/pr_title.yml

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

.github/workflows/release-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 10
1414
steps:
15-
- uses: googleapis/release-please-action@v4
15+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
1616
id: release
1717
with:
1818
token: ${{ secrets.GH_CQ_BOT }}
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
prerelease: true
3333
- name: Trigger Renovate
34-
uses: actions/github-script@v8
34+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
3535
if: steps.release.outputs.release_created && steps.semver_parser.outputs.prerelease == ''
3636
with:
3737
github-token: ${{ secrets.GH_CQ_BOT }}

.github/workflows/unittest-post.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
timeout-minutes: 10
1717
steps:
1818
# This posts the status to the PR/commit
19-
- uses: haya14busa/action-workflow_run-status@v1
19+
- uses: haya14busa/action-workflow_run-status@967ed83efa565c257675ed70cfe5231f062ddd94 # v1
2020
- name: Download benchmarks
21-
uses: dawidd6/action-download-artifact@v15
21+
uses: dawidd6/action-download-artifact@fe9d59ce33ce92db8a6ac90b2c8be6b6d90417c8 # v15
2222
with:
2323
# This is the workflow that triggered this run
2424
workflow: ${{ github.event.workflow.id }}
@@ -30,7 +30,7 @@ jobs:
3030
id: pr_number
3131
run: echo "pr_number=$(cat pr_number)" >> $GITHUB_OUTPUT
3232
- name: Post deltas to GitHub
33-
uses: netlify/delta-action@v4
33+
uses: netlify/delta-action@1195810c67610e177b2f60da3f4cf6f620bd5d54 # v4
3434
with:
3535
title: "⏱️ Benchmark results"
3636
style: "text"

.github/workflows/unittest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
timeout-minutes: 15
2020
steps:
2121
- name: Check out code into the Go module directory
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
- name: Set up Go 1.x
2424
id: setup-go
25-
uses: actions/setup-go@v6
25+
uses: actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6
2626
with:
2727
go-version-file: go.mod
2828
cache: false
@@ -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@v5
36+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 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@v6
57+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
5858
with:
5959
name: delta-action-benchmarks
6060
retention-days: 7

0 commit comments

Comments
 (0)