build(deps): bump the github-actions group with 3 updates (#1118)

Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [github/codeql-action](https://github.com/github/codeql-action) and [actions/setup-go](https://github.com/actions/setup-go).


Updates `actions/checkout` from 5.0.0 to 6.0.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5...v6)

Updates `github/codeql-action` from 4.31.2 to 4.31.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/0499de31b99561a6d14a36a5f662c2a54f91beee...fe4161a26a8629af62121b670040955b330f9af2)

Updates `actions/setup-go` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v6...v6.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: github-actions
- dependency-name: github/codeql-action
  dependency-version: 4.31.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/setup-go
  dependency-version: 6.1.0
  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>
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 39469e8..5bf3210 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -40,11 +40,11 @@
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+      uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
 
     # Initializes the CodeQL tools for scanning.
     - name: Initialize CodeQL
-      uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
+      uses: github/codeql-action/init@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
       with:
         languages: ${{ matrix.language }}
         # If you wish to specify custom queries, you can do so here or in a config file.
@@ -58,7 +58,7 @@
     # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     # If this step fails, then you should remove it and run the build manually (see below)
     - name: Autobuild
-      uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
+      uses: github/codeql-action/autobuild@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
 
     # â„šī¸ Command-line programs to run using the OS shell.
     # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -71,4 +71,4 @@
     #   ./location_of_script_within_repo/buildscript.sh
 
     - name: Perform CodeQL Analysis
-      uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v3.29.5
+      uses: github/codeql-action/analyze@fe4161a26a8629af62121b670040955b330f9af2 # v3.29.5
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index 97622b5..d79c7e4 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -19,12 +19,12 @@
     runs-on: ${{ matrix.os }}
     steps:
     - name: Set up Go
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         go-version: ${{ matrix.go-version }}
 
     - name: Checkout code
-      uses: actions/checkout@v5
+      uses: actions/[email protected]
 
     - name: Vet
       run: go vet ./...
@@ -58,12 +58,12 @@
     runs-on: ubuntu-latest
     steps:
     - name: Set up Go
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         go-version: 1.25.x
 
     - name: Checkout code
-      uses: actions/checkout@v5
+      uses: actions/[email protected]
 
     - name: Generate
       working-directory: ${{ matrix.pkg }}/_generate
@@ -80,12 +80,12 @@
     runs-on: ubuntu-latest
     steps:
     - name: Set up Go
-      uses: actions/[email protected]
+      uses: actions/[email protected]
       with:
         go-version: 1.25.x
 
     - name: Checkout code
-      uses: actions/checkout@v5
+      uses: actions/[email protected]
 
     - name: fmt
       run: diff <(gofmt -d .) <(printf "")
@@ -123,12 +123,12 @@
         tags: [ 'nounsafe', '"noasm,nounsafe"' ]
     steps:
       - name: Set up Go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: 1.25.x
 
       - name: Checkout code
-        uses: actions/checkout@v5
+        uses: actions/[email protected]
 
       - name: S2/FuzzDictBlocks/${{ matrix.tags }}
         run: go test -tags=${{ matrix.tags }} -run=none -fuzz=FuzzDictBlocks -fuzztime=100000x -test.fuzzminimizetime=10ms ./s2/.
@@ -149,12 +149,12 @@
         tags: [ 'nounsafe', '"noasm,nounsafe"' ]
     steps:
       - name: Set up Go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: 1.25.x
 
       - name: Checkout code
-        uses: actions/checkout@v5
+        uses: actions/[email protected]
 
       - name: zstd/FuzzDecodeAll/${{ matrix.tags }}
         run: go test -tags=${{ matrix.tags }} -run=none -fuzz=FuzzDecodeAll -fuzztime=500000x -test.fuzzminimizetime=10ms ./zstd/.
@@ -180,11 +180,11 @@
         tags: [ 'nounsafe', '"noasm,nounsafe"' ]
     steps:
       - name: Set up Go
-        uses: actions/[email protected]
+        uses: actions/[email protected]
         with:
           go-version: 1.25.x
       - name: Checkout code
-        uses: actions/checkout@v5
+        uses: actions/[email protected]
 
       - name: flate/FuzzEncoding/${{ matrix.tags }}
         run: go test -tags=${{ matrix.tags }} -run=none -fuzz=FuzzEncoding -fuzztime=100000x -test.fuzzminimizetime=10ms ./flate/.
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index d156f16..2186a47 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -14,12 +14,12 @@
     steps:
       -
         name: Checkout
-        uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+        uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
         with:
           fetch-depth: 0
       -
         name: Set up Go
-        uses: actions/setup-go@c0137caad775660c0844396c52da96e560aba63d # v5.2.0
+        uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5.2.0
         with:
           go-version: 1.25.x
       -