Skip to content

Commit 35247c3

Browse files
build(deps): Bump the actions group across 1 directory with 4 updates
Bumps the actions group with 4 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go), [actions/setup-python](https://github.com/actions/setup-python), [google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml](https://github.com/google/osv-scanner-action) and [crate-ci/typos](https://github.com/crate-ci/typos). Updates `actions/setup-go` from 6 to 7 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v6...v7) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml` from 2.3.8 to 2.5.0 - [Release notes](https://github.com/google/osv-scanner-action/releases) - [Commits](google/osv-scanner-action@v2.3.8...v2.5.0) Updates `crate-ci/typos` from 1.48.0 to 1.49.0 - [Release notes](https://github.com/crate-ci/typos/releases) - [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md) - [Commits](crate-ci/typos@v1.48.0...v1.49.0) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: crate-ci/typos dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3c435f4 commit 35247c3

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
path: _proto_ci
2121
- run: mv _proto_ci ../proto
2222

23-
- uses: actions/setup-go@v6
23+
- uses: actions/setup-go@v7
2424
with:
2525
go-version: '1.25'
2626

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
repository: InstaNode-dev/proto
3030
path: proto
31-
- uses: actions/setup-go@v6
31+
- uses: actions/setup-go@v7
3232
with:
3333
go-version-file: common/go.mod
3434
- uses: github/codeql-action/init@v4

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
repository: InstaNode-dev/proto
2626
path: proto
2727
continue-on-error: true
28-
- uses: actions/setup-go@v6
28+
- uses: actions/setup-go@v7
2929
with:
3030
go-version-file: common/go.mod
3131
- name: Generate coverage
@@ -44,7 +44,7 @@ jobs:
4444
# Tool: diff-cover (https://github.com/Bachmann1234/diff-cover) reads a
4545
# Cobertura report + the git diff vs the base branch.
4646
# ------------------------------------------------------------------
47-
- uses: actions/setup-python@v6
47+
- uses: actions/setup-python@v7
4848
if: github.event_name == 'pull_request'
4949
with:
5050
python-version: '3.12'

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
repository: InstaNode-dev/proto
2929
path: proto
3030
continue-on-error: true
31-
- uses: actions/setup-go@v6
31+
- uses: actions/setup-go@v7
3232
with:
3333
go-version-file: common/go.mod
3434
- uses: golangci/golangci-lint-action@v9

.github/workflows/govulncheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
repository: InstaNode-dev/proto
2727
path: proto
28-
- uses: actions/setup-go@v6
28+
- uses: actions/setup-go@v7
2929
with:
3030
go-version-file: common/go.mod
3131
check-latest: true

.github/workflows/osv-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
scan:
18-
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.8
18+
uses: google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.5.0
1919
permissions:
2020
actions: read
2121
contents: read

.github/workflows/typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
timeout-minutes: 3
1616
steps:
1717
- uses: actions/checkout@v7
18-
- uses: crate-ci/typos@v1.48.0
18+
- uses: crate-ci/typos@v1.49.0
1919
continue-on-error: true # warn-only — surface findings without blocking CI

0 commit comments

Comments
 (0)