From cd0f862ea4764ace91f844c38b120749d68bc350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 16:28:41 +0000 Subject: [PATCH] Update bytemare/workflows digest to cdf682d --- .github/workflows/code-scan.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/scorecards.yml | 2 +- .github/workflows/tests.yml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/code-scan.yml b/.github/workflows/code-scan.yml index 4d05ec5..ff94be8 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@cdf682d842f182d26f7e9ecc8e6ba9ed8efcac7e 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@cdf682d842f182d26f7e9ecc8e6ba9ed8efcac7e 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..708059e 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@cdf682d842f182d26f7e9ecc8e6ba9ed8efcac7e with: language: go diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 37f45c3..abe6849 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@cdf682d842f182d26f7e9ecc8e6ba9ed8efcac7e secrets: token: ${{ secrets.SCORECARD_TOKEN }} \ No newline at end of file diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b1d734d..e85b880 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: false matrix: go: [ '1.22', '1.21' ] - uses: bytemare/workflows/.github/workflows/test-go.yml@f572ea606a74fe011e68a23c19f8d4f5daf58488 + uses: bytemare/workflows/.github/workflows/test-go.yml@cdf682d842f182d26f7e9ecc8e6ba9ed8efcac7e with: command: cd .github && make test version: ${{ matrix.go }}