Skip to content

Commit df8e99c

Browse files
build(deps): bump the github-actions group with 2 updates (#1053)
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-go](https://github.com/actions/setup-go). Updates `github/codeql-action` from 3.28.0 to 3.28.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@48ab28a...dd74661) Updates `actions/setup-go` from 5.2.0 to 5.3.0 - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](actions/setup-go@v5.2.0...v5.3.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/setup-go dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7787431 commit df8e99c

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/codeql-analysis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Initializes the CodeQL tools for scanning.
4646
- name: Initialize CodeQL
47-
uses: github/codeql-action/init@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
47+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
4848
with:
4949
languages: ${{ matrix.language }}
5050
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@ jobs:
5858
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5959
# If this step fails, then you should remove it and run the build manually (see below)
6060
- name: Autobuild
61-
uses: github/codeql-action/autobuild@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
61+
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
6262

6363
# ℹ️ Command-line programs to run using the OS shell.
6464
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -71,4 +71,4 @@ jobs:
7171
# ./location_of_script_within_repo/buildscript.sh
7272

7373
- name: Perform CodeQL Analysis
74-
uses: github/codeql-action/analyze@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
74+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8

.github/workflows/go.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121
- name: Set up Go
22-
uses: actions/setup-go@v5.2.0
22+
uses: actions/setup-go@v5.3.0
2323
with:
2424
go-version: ${{ matrix.go-version }}
2525

@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Set up Go
61-
uses: actions/setup-go@v5.2.0
61+
uses: actions/setup-go@v5.3.0
6262
with:
6363
go-version: 1.23.x
6464

@@ -80,7 +80,7 @@ jobs:
8080
runs-on: ubuntu-latest
8181
steps:
8282
- name: Set up Go
83-
uses: actions/setup-go@v5.2.0
83+
uses: actions/setup-go@v5.3.0
8484
with:
8585
go-version: 1.23.x
8686

@@ -123,7 +123,7 @@ jobs:
123123
tags: [ 'nounsafe', '"noasm,nounsafe"' ]
124124
steps:
125125
- name: Set up Go
126-
uses: actions/setup-go@v5.2.0
126+
uses: actions/setup-go@v5.3.0
127127
with:
128128
go-version: 1.23.x
129129

@@ -149,7 +149,7 @@ jobs:
149149
tags: [ 'nounsafe', '"noasm,nounsafe"' ]
150150
steps:
151151
- name: Set up Go
152-
uses: actions/setup-go@v5.2.0
152+
uses: actions/setup-go@v5.3.0
153153
with:
154154
go-version: 1.22.x
155155

@@ -180,7 +180,7 @@ jobs:
180180
tags: [ 'nounsafe', '"noasm,nounsafe"' ]
181181
steps:
182182
- name: Set up Go
183-
uses: actions/setup-go@v5.2.0
183+
uses: actions/setup-go@v5.3.0
184184
with:
185185
go-version: 1.23.x
186186
- name: Checkout code

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020
-
2121
name: Set up Go
22-
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
22+
uses: actions/setup-go@5a083d0e9a84784eb32078397cf5459adecb4c40 # v5.2.0
2323
with:
2424
go-version: 1.23.x
2525
-

0 commit comments

Comments
 (0)