diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 04c26001..cdc1109b 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -235,7 +235,7 @@ jobs: # Generate SBOM (Software Bill of Materials) for supply chain security - name: Generate SBOM - uses: anchore/sbom-action@61119d458adab75f756bc0b9e4bde25725f86a7a # v0.17.2 + uses: anchore/sbom-action@a930d0ac434e3182448fe678398ba5713717112a # v0.21.0 if: github.event_name != 'pull_request' && steps.skip.outputs.skip_build != 'true' with: image: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${{ steps.build-and-push.outputs.digest }} diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index a79ab5c6..41b37dd3 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 1 - name: Run Renovate - uses: renovatebot/github-action@f7fad228a053c69a98e24f8e4f6cf40db8f61e08 # v44.2.1 + uses: renovatebot/github-action@8b7941943a108b2cc2150730963164aa8baeab8c # v44.2.2 with: configurationFile: .github/renovate.json token: ${{ secrets.RENOVATE_TOKEN }}