Skip to content

Commit

Permalink
updat conf
Browse files Browse the repository at this point in the history
Signed-off-by: bytemare <3641580+bytemare@users.noreply.github.com>
  • Loading branch information
bytemare committed May 17, 2024
1 parent 0bad901 commit d8a9d10
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
Lint:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/golangci-lint.yml@1373d41b5cd4c4775029362712dc2e661add0cc2
uses: bytemare/workflows/.github/workflows/golangci-lint.yml@b1646a1525a16e413436f5b74e308685a2f7d7d3
with:
config-path: ./.github/.golangci.yml
scope: ./...

Analyze:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/scan-go.yml@1373d41b5cd4c4775029362712dc2e661add0cc2
uses: bytemare/workflows/.github/workflows/scan-go.yml@b1646a1525a16e413436f5b74e308685a2f7d7d3
with:
sonar-configuration: .github/sonar-project.properties
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
actions: read
contents: read
security-events: write
uses: bytemare/workflows/.github/workflows/codeql.yml@1373d41b5cd4c4775029362712dc2e661add0cc2
uses: bytemare/workflows/.github/workflows/codeql.yml@b1646a1525a16e413436f5b74e308685a2f7d7d3
with:
language: go
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
repository-projects: read
statuses: read

uses: bytemare/workflows/.github/workflows/scorecard.yml@1373d41b5cd4c4775029362712dc2e661add0cc2
uses: bytemare/workflows/.github/workflows/scorecard.yml@b1646a1525a16e413436f5b74e308685a2f7d7d3
secrets:
token: ${{ secrets.SCORECARD_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
go: [ '1.22', '1.21' ]
uses: bytemare/workflows/.github/workflows/test-go.yml@1373d41b5cd4c4775029362712dc2e661add0cc2
uses: bytemare/workflows/.github/workflows/test-go.yml@b1646a1525a16e413436f5b74e308685a2f7d7d3
with:
command: cd .github && make test
version: ${{ matrix.go }}

0 comments on commit d8a9d10

Please sign in to comment.