Skip to content

Commit c8666de

Browse files
Bump the actions group with 2 updates
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) Updates `github/codeql-action` from 4.31.11 to 4.32.3 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.31.11...v4.32.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action dependency-version: 4.32.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 857edba commit c8666de

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
security-events: write
3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
37+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
3838
- name: Set up Go
3939
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 #v6.2.0
4040
with:
4141
go-version: "1.25.0"
4242
# Initializes the CodeQL tools for scanning.
4343
- name: Initialize CodeQL
44-
uses: github/codeql-action/init@v4.31.11 #immutable
44+
uses: github/codeql-action/init@v4.32.3 #immutable
4545
with:
4646
languages: go
4747
build-mode: manual
@@ -54,6 +54,6 @@ jobs:
5454
5555
go test -v ./internal/test/compilecheck -run '^TestCompileCheck/go:1\.19$'
5656
- name: Perform CodeQL Analysis
57-
uses: github/codeql-action/analyze@v4.31.11 #immutable
57+
uses: github/codeql-action/analyze@v4.32.3 #immutable
5858
with:
5959
category: "/language:go"

.github/workflows/scorecard.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# actions: read
3232
steps:
3333
- name: "Checkout code"
34-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
34+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
3535
with:
3636
persist-credentials: false
3737
- name: "Run analysis"
@@ -66,6 +66,6 @@ jobs:
6666
# Upload the results to GitHub's code scanning dashboard (optional).
6767
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
6868
- name: "Upload to code-scanning"
69-
uses: github/codeql-action/upload-sarif@v4.31.11 #immutable
69+
uses: github/codeql-action/upload-sarif@v4.32.3 #immutable
7070
with:
7171
sarif_file: results.sarif

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pre_commit:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v6.0.1
17+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
1818
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 #v6.2.0
1919
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 #v6.2.0
2020
with:

0 commit comments

Comments
 (0)