Skip to content

Commit 1ed1b64

Browse files
chore(deps): update all non-major dependencies in .github/workflows/test-coverage.yml
1 parent 2fb6640 commit 1ed1b64

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
37+
uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v4
3838
with:
3939
languages: go
4040

@@ -52,4 +52,4 @@ jobs:
5252
git submodule update --init --recursive
5353
go mod vendor
5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@e296a935590eb16afc0c0108289f68c87e2a89a5 # v4
55+
uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v4

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Install Go
22-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
22+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2323
with:
24-
go-version: 1.24.x
24+
go-version: 1.25.x
2525
- name: Install dependencies
2626
run: |
2727
cd /tmp && go install github.com/go-critic/go-critic/cmd/gocritic@latest
@@ -34,7 +34,7 @@ jobs:
3434
go install honnef.co/go/tools/cmd/staticcheck@latest
3535
go install github.com/securego/gosec/v2/cmd/gosec@latest
3636
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
37-
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
37+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
3838
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
3939
with:
4040
extra_args: --all-files

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
release-please:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4
25+
- uses: googleapis/release-please-action@16a9c90856f42705d54a6fda1823352bdc62cf38 # v4
2626
with:
2727
# this assumes that you have created a personal access token
2828
# (PAT) and configured it as a GitHub action secret named

.github/workflows/test-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
1818
with:
1919
fetch-depth: 2
20-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
20+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6
2121
with:
22-
go-version: '1.24.x'
22+
go-version: '1.25.x'
2323
- name: Run coverage
2424
run: go test -race -coverprofile=coverage.txt -covermode=atomic
2525
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)