diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 4d05ec5..9644e51 100644 --- a/.github/workflows/code-scan.yml +++ b/.github/workflows/code-scan.yml @@ -17,7 +17,7 @@ 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: ./... @@ -25,7 +25,7 @@ jobs: 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 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b11910e..f14f85b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 37f45c3..5cc10e4 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -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 }} \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 97808ad..d6821c2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 }}