Skip to content

Commit 55e964a

Browse files
dependabot[bot]gabriel-vasile
authored andcommitted
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/setup-go](https://github.com/actions/setup-go) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/setup-go` from 5.2.0 to 5.4.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.2.0...v5.4.0) Updates `github/codeql-action` from 3.28.0 to 3.28.15 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.28.0...v3.28.15) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 5.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.28.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a10cc03 commit 55e964a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/benchmark.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
ref: master
1818
- name: Install Go
19-
uses: actions/setup-go@v5.2.0
19+
uses: actions/setup-go@v5.4.0
2020
with:
2121
go-version: 'stable'
2222
- run: go install golang.org/x/perf/cmd/benchstat@latest

.github/workflows/codeql.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
uses: actions/[email protected]
2424

2525
- name: Initialize CodeQL
26-
uses: github/codeql-action/[email protected].0
26+
uses: github/codeql-action/[email protected].15
2727
with:
2828
languages: go
2929
queries: security-and-quality
3030

3131
- name: Perform CodeQL Analysis
32-
uses: github/codeql-action/[email protected].0
32+
uses: github/codeql-action/[email protected].15

.github/workflows/fuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/[email protected]
1616
- name: Install Go
1717
if: success()
18-
uses: actions/setup-go@v5.2.0
18+
uses: actions/setup-go@v5.4.0
1919
with:
2020
go-version-file: 'go.mod'
2121
# 5m is chosen so that half of the 2000 free CI minutes offered by Github

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Checkout code
1616
uses: actions/[email protected]
1717
- name: Install Go
18-
uses: actions/setup-go@v5.2.0
18+
uses: actions/setup-go@v5.4.0
1919
with:
2020
go-version-file: 'go.mod'
2121
- name: Run linters

0 commit comments

Comments
 (0)