We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12a04d0 commit 3a6c117Copy full SHA for 3a6c117
.github/workflows/pr.yaml
@@ -18,16 +18,11 @@ jobs:
18
19
gosec:
20
name: gosec
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
22
steps:
23
- name: Checkout Source
24
uses: actions/checkout@v3
25
26
- - name: Set up Go
27
- uses: actions/setup-go@v1
28
- with:
29
- go-version: 1.22
30
-
31
- name: Run Gosec Security Scanner
32
# This is due to https://github.com/securego/gosec/issues/1105
33
# Per https://github.com/securego/gosec/issues/1105#issuecomment-1948225619, the issue occurs since 2.19.0.
0 commit comments