File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 Lint :
1818 permissions :
1919 contents : read
20- uses : bytemare/workflows/.github/workflows/golangci-lint.yml@232148ec449718765bacb8bd4684de41f15b8258
20+ uses : bytemare/workflows/.github/workflows/golangci-lint.yml@929c63a7d1519589fa433d7462c474b6e613b45e
2121 with :
2222 config-path : ./.github/.golangci.yml
2323 scope : ./...
2424
2525 Analyze :
2626 permissions :
2727 contents : read
28- uses : bytemare/workflows/.github/workflows/scan-go.yml@232148ec449718765bacb8bd4684de41f15b8258
28+ uses : bytemare/workflows/.github/workflows/scan-go.yml@929c63a7d1519589fa433d7462c474b6e613b45e
2929 with :
3030 sonar-configuration : .github/sonar-project.properties
3131 coverage-output-file : coverage.out
Original file line number Diff line number Diff line change 1818 actions : read
1919 contents : read
2020 security-events : write
21- uses : bytemare/workflows/.github/workflows/codeql.yml@232148ec449718765bacb8bd4684de41f15b8258
21+ uses : bytemare/workflows/.github/workflows/codeql.yml@929c63a7d1519589fa433d7462c474b6e613b45e
2222 with :
2323 language : go
Original file line number Diff line number Diff line change 3434 repository-projects : read
3535 statuses : read
3636
37- uses : bytemare/workflows/.github/workflows/scorecard.yml@232148ec449718765bacb8bd4684de41f15b8258
37+ uses : bytemare/workflows/.github/workflows/scorecard.yml@929c63a7d1519589fa433d7462c474b6e613b45e
3838 secrets :
3939 token : ${{ secrets.SCORECARD_TOKEN }}
Original file line number Diff line number Diff line change 1616 fail-fast : false
1717 matrix :
1818 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@929c63a7d1519589fa433d7462c474b6e613b45e
2020 with :
2121 command : cd .github && make test
2222 version : ${{ matrix.go }}
You can’t perform that action at this time.
0 commit comments