Skip to content
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
8 changes: 4 additions & 4 deletions .github/workflows/wf-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
Lint:
permissions:
contents: read
uses: bytemare/workflows/.github/workflows/golangci-lint.yaml@10acaec9311457cf71789a956e110ac175297fb1
uses: bytemare/workflows/.github/workflows/golangci-lint.yaml@1613643dad14d2c3be3b3adc097b68c8f1e54fee
with:
config-path: ./.github/.golangci.yml
scope: ./...
Expand All @@ -27,7 +27,7 @@ jobs:
actions: read
contents: read
security-events: write
uses: bytemare/workflows/.github/workflows/codeql.yaml@10acaec9311457cf71789a956e110ac175297fb1
uses: bytemare/workflows/.github/workflows/codeql.yaml@1613643dad14d2c3be3b3adc097b68c8f1e54fee
with:
language: go

Expand All @@ -36,7 +36,7 @@ jobs:
contents: read
# Needed to upload the results to code-scanning dashboard.
security-events: write
uses: bytemare/workflows/.github/workflows/scan-go.yaml@10acaec9311457cf71789a956e110ac175297fb1
uses: bytemare/workflows/.github/workflows/scan-go.yaml@1613643dad14d2c3be3b3adc097b68c8f1e54fee
with:
sonar-configuration: .github/sonar-project.properties
secrets:
Expand Down Expand Up @@ -67,6 +67,6 @@ jobs:
statuses: read
models: read

uses: bytemare/workflows/.github/workflows/scorecard.yaml@10acaec9311457cf71789a956e110ac175297fb1
uses: bytemare/workflows/.github/workflows/scorecard.yaml@1613643dad14d2c3be3b3adc097b68c8f1e54fee
secrets:
token: ${{ secrets.SCORECARD_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/wf-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs:
fail-fast: false
matrix:
go: [ '1.24', '1.23', '1.22' ]
uses: bytemare/workflows/.github/workflows/test-go.yaml@10acaec9311457cf71789a956e110ac175297fb1
uses: bytemare/workflows/.github/workflows/test-go.yaml@1613643dad14d2c3be3b3adc097b68c8f1e54fee
with:
version: ${{ matrix.go }}