Skip to content
Open
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/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
jobs:
ci:
name: CI
uses: FerrLabs/.github/.github/workflows/reusable-ci-go.yml@4215a840974a9eb611b05f1496ec99d7ba0492c0 # main
uses: FerrLabs/.github/.github/workflows/reusable-ci-go.yml@599d205b85ee76521e92d33859e022e36154544f # main

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow: this reusable workflow Warning

secrets unconditionally inherited by called workflow: this reusable workflow
with:
build-paths: ./cmd/...
enable-sonar: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
sed -i -E "s/^appVersion: .*/appVersion: \"$V\"/" charts/ferrvault-operator/Chart.yaml
- uses: docker/setup-qemu-action@96fe6ef7f33517b61c61be40b68a1882f3264fb8 # v4
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
- uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4
- uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand All @@ -58,6 +58,6 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: echo "$GH_TOKEN" | helm registry login ghcr.io -u ${{ github.actor }} --password-stdin
- uses: FerrLabs/FerrFlow@10983b33c5b156f7c7acba1c797228dedbe7d6df # v5.46.0
- uses: FerrLabs/FerrFlow@0003478ff40b551b2e6c2149653843d0295af328 # v5.47.3
with:
mode: publish
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:

jobs:
release:
uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@4215a840974a9eb611b05f1496ec99d7ba0492c0 # main
uses: FerrLabs/.github/.github/workflows/reusable-ferrflow-release.yml@599d205b85ee76521e92d33859e022e36154544f # main
with:
dry-run: ${{ inputs.dry_run || false }}
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate-rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

jobs:
dispatch:
uses: FerrLabs/.github/.github/workflows/reusable-renovate-dispatch.yml@a4b4a70d116127cd49f09ad6f363ac55fd8f6501 # main
uses: FerrLabs/.github/.github/workflows/reusable-renovate-dispatch.yml@599d205b85ee76521e92d33859e022e36154544f # main

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow: this reusable workflow Warning

secrets unconditionally inherited by called workflow: this reusable workflow
with:
runner: ubuntu-latest
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/sbom-track.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
jobs:
sbom:
name: SBOM → Dependency-Track
uses: FerrLabs/.github/.github/workflows/reusable-sbom-track.yml@4215a840974a9eb611b05f1496ec99d7ba0492c0 # main
uses: FerrLabs/.github/.github/workflows/reusable-sbom-track.yml@599d205b85ee76521e92d33859e022e36154544f # main

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow: this reusable workflow Warning

secrets unconditionally inherited by called workflow: this reusable workflow
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
persist-credentials: false

- name: Run analysis
uses: ossf/scorecard-action@v2.4.3
uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
with:
results_file: results.sarif
results_format: sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
jobs:
scan:
name: Secrets + CVE
uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@4215a840974a9eb611b05f1496ec99d7ba0492c0 # main
uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@599d205b85ee76521e92d33859e022e36154544f # main

Check warning

Code scanning / zizmor

secrets unconditionally inherited by called workflow: this reusable workflow Warning

secrets unconditionally inherited by called workflow: this reusable workflow
with:
run-on-private: true
secrets: inherit
Loading