Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/build-apko-base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ runs:

- name: Upload SARIF to GitHub Security
if: always()
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with: # zizmor: ignore[template-injection]
sarif_file: trivy-${{ inputs.image-name }}-base.sarif
category: trivy-${{ inputs.image-name }}-base
4 changes: 2 additions & 2 deletions .github/actions/build-scan-image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ runs:

- name: Upload SARIF amd64 to GitHub Security
if: always()
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with:
sarif_file: trivy-${{ inputs.image-name }}-amd64.sarif
category: trivy-${{ inputs.image-name }}-amd64
Expand All @@ -387,7 +387,7 @@ runs:

- name: Upload SARIF arm64 to GitHub Security
if: always() && github.event_name != 'pull_request' && inputs.enable-arm64 == 'true'
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with:
sarif_file: trivy-${{ inputs.image-name }}-arm64.sarif
category: trivy-${{ inputs.image-name }}-arm64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
# renovate: datasource=github-releases depName=golangci/golangci-lint
version: v2.11.4
version: v2.12.1
working-directory: cli

# ── Test (multi-platform) ──
Expand Down Expand Up @@ -384,7 +384,7 @@ jobs:
run: cp LICENSE cli/LICENSE

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@e24998b8b67b290c2fa8b7c14fcfa7de2c5c9b8c # v7.1.0
uses: goreleaser/goreleaser-action@1a80836c5c9d9e5755a25cb59ec6f45a3b5f41a8 # v7.2.1
with:
# renovate: datasource=github-releases depName=goreleaser/goreleaser
version: v2.15.4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
- uses: ./.github/actions/setup-python-uv

- name: Run CodSpeed Python benchmarks
uses: CodSpeedHQ/action@658a901452bb54c799643e060733b7afe9121b8d # v4.14.0
uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4.15.0
with:
mode: simulation
# -n0 overrides the project-wide -n=8 in pyproject.toml addopts;
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
run: npm --prefix web ci --fetch-retries=5 --fetch-retry-factor=2 --fetch-retry-mintimeout=2000

- name: Run CodSpeed Web benchmarks
uses: CodSpeedHQ/action@658a901452bb54c799643e060733b7afe9121b8d # v4.14.0
uses: CodSpeedHQ/action@c381be0bfd20e844fb45594f6aa182ffcd94545c # v4.15.0
with:
mode: simulation
run: npm --prefix web run bench
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ jobs:
# Renovate watches the binary version via the comment marker
# below; the action SHA is bumped via the standard
# ``actions/*`` Renovate manager.
uses: chainguard-dev/actions/setup-melange@061bc0e921116bde1470f51fb5c86d5318f16558 # v1.6.15
uses: chainguard-dev/actions/setup-melange@916fec00fb80f3cd124a0b41eef79ee63f607c5d # v1.6.17
with:
# renovate: datasource=github-releases depName=chainguard-dev/melange
version: v0.50.3
Expand Down Expand Up @@ -783,7 +783,7 @@ jobs:

- name: Upload SARIF to GitHub Security (web)
if: always()
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with:
sarif_file: trivy-web.sarif
category: trivy-web
Expand Down Expand Up @@ -1378,9 +1378,9 @@ jobs:
cat pushed-image-tags.txt

- name: Set up Python
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: "3.14"
python-version: "3.14.4"

- name: Verify cosign signatures for every pushed (image, tag)
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Upload SARIF
if: ${{ !cancelled() }}
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3
with:
sarif_file: results.sarif

Expand Down
Loading