From 6b24769cac63232bcb5f5a7cfe4c1d28f70eea98 Mon Sep 17 00:00:00 2001 From: "ffurrer2-renovate[bot]" <202453371+ffurrer2-renovate[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 00:38:02 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/ci.yml | 10 +++++----- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/licensed.yml | 2 +- .github/workflows/release.yml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 87afb52..729c9ee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Setup GoReleaser - uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: install-only: true @@ -116,13 +116,13 @@ jobs: cat "${GITHUB_ENV}" - name: Check release config - uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: version: ${{ env.GORELEASER_VERSION }} args: check --config build/package/.goreleaser.yaml - name: Create snapshot release - uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 with: version: ${{ env.GORELEASER_VERSION }} args: release --config build/package/.goreleaser.yaml --snapshot --skip=publish --clean @@ -152,7 +152,7 @@ jobs: if: ${{ !cancelled() }} - name: Upload Trivy scan results to GitHub Security tab (distroless) - uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: sarif_file: 'trivy-results-distroless.sarif' category: trivy-results-distroless @@ -173,7 +173,7 @@ jobs: if: ${{ !cancelled() }} - name: Upload Anchore scan results to GitHub Security tab (distroless) - uses: github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2 + uses: github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3 with: sarif_file: ${{ steps.anchore-distroless.outputs.sarif }} if: ${{ !cancelled() }} diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 4d57422..ecee93c 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -42,7 +42,7 @@ jobs: go-version-file: './go.mod' - name: golangci-lint - uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9.2.1 + uses: golangci/golangci-lint-action@ba0d7d2ec06a0ea1cb5fa41b2e4a3ab91d21278a # v9.3.0 with: version: v${{ env.GOLANGCI_LINT_VERSION }} args: '--issues-exit-code 0 --tests --config .github/linters/.golangci.yml' diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 3a73533..66be2ce 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -40,7 +40,7 @@ jobs: go mod download -x - name: Setup Ruby - uses: ruby/setup-ruby@9eb537ca036ebaed86729dcb9309076e4c5c3b74 # v1.314.0 + uses: ruby/setup-ruby@d45b1a4e94b71acab930e56e79c6aa188764e7f9 # v1.316.0 with: ruby-version: ruby diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1f265d8..fd53a95 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,20 +49,20 @@ jobs: release_notes_file: ${{ runner.temp }}/RELEASE_NOTES.md - name: Login to Docker Hub - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: username: ${{ vars.DOCKERHUB_USERNAME }} password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0 with: registry: ${{ env.REGISTRY }} username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} - name: GoReleaser - uses: goreleaser/goreleaser-action@5daf1e915a5f0af01ddbcd89a43b8061ff4f1a89 # v7.2.2 + uses: goreleaser/goreleaser-action@f06c13b6b1a9625abc9e6e439d9c05a8f2190e94 # v7.2.3 env: GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }} with: