diff --git a/.github/workflows/reusable-release-integration.yml b/.github/workflows/reusable-release-integration.yml index 530a7dc..b9dd31f 100644 --- a/.github/workflows/reusable-release-integration.yml +++ b/.github/workflows/reusable-release-integration.yml @@ -68,7 +68,7 @@ jobs: echo "DATE=`date`" >> $GITHUB_ENV - uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: './go.mod' - name: Build integration @@ -184,7 +184,7 @@ jobs: echo "CURRENT_VERSION=$CURRENT_VERSION" >> $GITHUB_ENV - name: Set up Go - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: './go.mod' diff --git a/.github/workflows/reusable-security.yaml b/.github/workflows/reusable-security.yaml index 39ae468..5a5e62f 100644 --- a/.github/workflows/reusable-security.yaml +++ b/.github/workflows/reusable-security.yaml @@ -23,7 +23,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 + uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 with: go-version-file: './go.mod'