diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index 25c1bff..c707946 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -32,13 +32,13 @@ jobs: - uses: ./.github/actions/go-cache - - uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + - uses: github/codeql-action/init@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: languages: go - name: Build for CodeQL run: go build -mod=readonly ./... - - uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 + - uses: github/codeql-action/analyze@5595ccaf912efad79be6eef63a5619ff05969be3 # v4.37.6 with: category: "/language:go" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0583e4e..8a6a3e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -116,7 +116,7 @@ jobs: "${IMAGE_REPO}@${IMAGE_DIGEST}" - name: Attest container image (SLSA provenance) - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-name: ${{ steps.image.outputs.repository }} subject-digest: ${{ steps.build.outputs.digest }} @@ -134,7 +134,7 @@ jobs: registry-password: ${{ secrets.GITHUB_TOKEN }} - name: Attest container image (SBOM) - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-name: ${{ steps.image.outputs.repository }} subject-digest: ${{ steps.build.outputs.digest }} @@ -152,7 +152,7 @@ jobs: - name: Attest GitHub Release assets (SLSA provenance) id: attest-release - uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1 + uses: actions/attest@1e69f48acb82d1966a394da916b4c1698aa569d6 # v4.2.2 with: subject-checksums: dist/checksums.txt diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 9c20ac9..1c1c45a 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -25,7 +25,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - - uses: renovatebot/github-action@973d3e5a68e735a444e8c03432b66eedb343c302 # v46.2.0 + - uses: renovatebot/github-action@316d7cd859606d6039a2182b7d69199e9b036835 # v46.2.1 with: configurationFile: .github/renovate-config.json token: ${{ secrets.RENOVATE_TOKEN != '' && secrets.RENOVATE_TOKEN || github.token }}