File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
17
17
Lint :
18
18
permissions :
19
19
contents : read
20
- uses : bytemare/workflows/.github/workflows/golangci-lint.yml@232148ec449718765bacb8bd4684de41f15b8258
20
+ uses : bytemare/workflows/.github/workflows/golangci-lint.yml@d4e3826d684cd074ad761f762be084d1af5706a1
21
21
with :
22
22
config-path : ./.github/.golangci.yml
23
23
scope : ./...
24
24
25
25
Analyze :
26
26
permissions :
27
27
contents : read
28
- uses : bytemare/workflows/.github/workflows/scan-go.yml@232148ec449718765bacb8bd4684de41f15b8258
28
+ uses : bytemare/workflows/.github/workflows/scan-go.yml@d4e3826d684cd074ad761f762be084d1af5706a1
29
29
with :
30
30
sonar-configuration : .github/sonar-project.properties
31
31
coverage-output-file : coverage.out
Original file line number Diff line number Diff line change 18
18
actions : read
19
19
contents : read
20
20
security-events : write
21
- uses : bytemare/workflows/.github/workflows/codeql.yml@232148ec449718765bacb8bd4684de41f15b8258
21
+ uses : bytemare/workflows/.github/workflows/codeql.yml@d4e3826d684cd074ad761f762be084d1af5706a1
22
22
with :
23
23
language : go
Original file line number Diff line number Diff line change 34
34
repository-projects : read
35
35
statuses : read
36
36
37
- uses : bytemare/workflows/.github/workflows/scorecard.yml@232148ec449718765bacb8bd4684de41f15b8258
37
+ uses : bytemare/workflows/.github/workflows/scorecard.yml@d4e3826d684cd074ad761f762be084d1af5706a1
38
38
secrets :
39
39
token : ${{ secrets.SCORECARD_TOKEN }}
Original file line number Diff line number Diff line change 16
16
fail-fast : false
17
17
matrix :
18
18
go : [ '1.23', '1.22', '1.21' ]
19
- uses : bytemare/workflows/.github/workflows/test-go.yml@232148ec449718765bacb8bd4684de41f15b8258
19
+ uses : bytemare/workflows/.github/workflows/test-go.yml@d4e3826d684cd074ad761f762be084d1af5706a1
20
20
with :
21
21
command : cd .github && make test
22
22
version : ${{ matrix.go }}
You can’t perform that action at this time.
0 commit comments