From 691ab04cf220ef60cde083017086a5c23d34f5f2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 02:04:31 +0000 Subject: [PATCH] chore(deps): update dependencies (patch & digest) --- .github/workflows/golang.yaml | 2 +- .github/workflows/release-drafter.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang.yaml b/.github/workflows/golang.yaml index cd2bbbd..f77d229 100644 --- a/.github/workflows/golang.yaml +++ b/.github/workflows/golang.yaml @@ -68,7 +68,7 @@ jobs: with: infile: sl.coverprofile - name: Coveralls GitHub Action - uses: coverallsapp/github-action@5cbfd81b66ca5d10c19b062c04de0199c215fb6e # v2.3.7 + uses: coverallsapp/github-action@8d6379e14d29928660c4ba802d8e85393440b329 # v2.3.8 with: github-token: ${{ secrets.github_token }} path-to-lcov: coverage.lcov diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index 8d62927..7f2cd5a 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -33,7 +33,7 @@ jobs: # echo "GHE_HOST=${GITHUB_SERVER_URL##https:\/\/}" >> $GITHUB_ENV # Drafts your next Release notes as Pull Requests are merged into "master" - - uses: release-drafter/release-drafter@eada3c96a64734dd381cfbda23511034e328ddb0 # v7 + - uses: release-drafter/release-drafter@34d80673e067bdc0c24568d3af899c216adcfaa9 # v7 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml # with: # config-name: my-config.yml