Skip to content

Commit 63221e8

Browse files
ci: pin codespell actions to SHA and fix Go version in codeql/mixin workflows
Signed-off-by: Artem Muterko <artem@sopho.tech>
1 parent 0210859 commit 63221e8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Set up Go
4545
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4646
with:
47-
go-version: 1.22.x
47+
go-version: 1.26.x
4848

4949
# Initializes the CodeQL tools for scanning.
5050
- name: Initialize CodeQL

.github/workflows/go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ jobs:
132132
name: Check misspelled words
133133
steps:
134134
- name: Checkout code
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
136136
- name: Run codespell
137-
uses: codespell-project/actions-codespell@v2
137+
uses: codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # v2
138138
with:
139139
check_filenames: false
140140
check_hidden: true

.github/workflows/mixin.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2121
with:
22-
go-version: 1.22.x
22+
go-version: 1.26.x
2323

2424
- name: Generate
2525
run: make examples
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install Go
3838
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
3939
with:
40-
go-version: 1.22.x
40+
go-version: 1.26.x
4141

4242
- name: Format
4343
run: |

0 commit comments

Comments
 (0)