Skip to content

Bump google-github-actions/get-secretmanager-secrets from 2.2.1 to 2.2.2 #311

Bump google-github-actions/get-secretmanager-secrets from 2.2.1 to 2.2.2

Bump google-github-actions/get-secretmanager-secrets from 2.2.1 to 2.2.2 #311

Workflow file for this run

name: Build
on:
pull_request:
branches: ['main']
push:
branches: ['main']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version-file: './go.mod'
check-latest: true
- uses: goreleaser/goreleaser-action@286f3b13b1b49da4ac219696163fb8c1c93e1200 # v6.0.0
with:
version: latest
args: release --clean --snapshot --skip=sign
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}