From c1aa45d83271e23b7ce905b55313e20fea0464b1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 00:14:40 +0000 Subject: [PATCH] Update bytemare/workflows digest to 3d1ddbf --- .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..fd7d205 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@3d1ddbfa8146b0343d025880586ccd0fd96451f2 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@3d1ddbfa8146b0343d025880586ccd0fd96451f2 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..97b346c 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@3d1ddbfa8146b0343d025880586ccd0fd96451f2 with: language: go diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 37f45c3..57d2607 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@3d1ddbfa8146b0343d025880586ccd0fd96451f2 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..988ea2b 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@3d1ddbfa8146b0343d025880586ccd0fd96451f2 with: command: cd .github && make test version: ${{ matrix.go }}