From da015927938a4d8c304ede914c938aba2050a48a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:24:04 +0000 Subject: [PATCH] Update bytemare/workflows digest to de2ec70 --- .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..3566f79 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@de2ec70498cfce43a8e980f86f899a649b1884e8 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@de2ec70498cfce43a8e980f86f899a649b1884e8 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..efb482f 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@de2ec70498cfce43a8e980f86f899a649b1884e8 with: language: go diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 37f45c3..7306309 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@de2ec70498cfce43a8e980f86f899a649b1884e8 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..2f631a1 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@de2ec70498cfce43a8e980f86f899a649b1884e8 with: command: cd .github && make test version: ${{ matrix.go }}