Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Update bytemare/workflows digest to 02175f0 #63

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@f572ea606a74fe011e68a23c19f8d4f5daf58488
uses: bytemare/workflows/.github/workflows/golangci-lint.yml@02175f068f70f5094c74d189f40371d6f846b677
with:
config-path: ./.github/.golangci.yml
scope: ./...

Analyze:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/scan-go.yml@f572ea606a74fe011e68a23c19f8d4f5daf58488
uses: bytemare/workflows/.github/workflows/scan-go.yml@02175f068f70f5094c74d189f40371d6f846b677
with:
sonar-configuration: .github/sonar-project.properties
coverage-output-file: coverage.out
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@f572ea606a74fe011e68a23c19f8d4f5daf58488
uses: bytemare/workflows/.github/workflows/codeql.yml@02175f068f70f5094c74d189f40371d6f846b677
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@f572ea606a74fe011e68a23c19f8d4f5daf58488
uses: bytemare/workflows/.github/workflows/scorecard.yml@02175f068f70f5094c74d189f40371d6f846b677
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.23', '1.22', '1.21' ]
uses: bytemare/workflows/.github/workflows/test-go.yml@f572ea606a74fe011e68a23c19f8d4f5daf58488
uses: bytemare/workflows/.github/workflows/test-go.yml@02175f068f70f5094c74d189f40371d6f846b677
with:
command: cd .github && make test
version: ${{ matrix.go }}
Loading