Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update bytemare/workflows digest to 701072d #20

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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@232148ec449718765bacb8bd4684de41f15b8258
uses: bytemare/workflows/.github/workflows/golangci-lint.yml@701072dd11c5820b7c1d8cfd9d994fe201bcb7e9
with:
config-path: ./.github/.golangci.yml
scope: ./...

Analyze:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/scan-go.yml@232148ec449718765bacb8bd4684de41f15b8258
uses: bytemare/workflows/.github/workflows/scan-go.yml@701072dd11c5820b7c1d8cfd9d994fe201bcb7e9
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@232148ec449718765bacb8bd4684de41f15b8258
uses: bytemare/workflows/.github/workflows/codeql.yml@701072dd11c5820b7c1d8cfd9d994fe201bcb7e9
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@232148ec449718765bacb8bd4684de41f15b8258
uses: bytemare/workflows/.github/workflows/scorecard.yml@701072dd11c5820b7c1d8cfd9d994fe201bcb7e9
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@232148ec449718765bacb8bd4684de41f15b8258
uses: bytemare/workflows/.github/workflows/test-go.yml@701072dd11c5820b7c1d8cfd9d994fe201bcb7e9
with:
command: cd .github && make test
version: ${{ matrix.go }}
Loading