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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Record previous tag
id: prev-tag
run: echo "tag=$(git describe --tags --abbrev=0 2>/dev/null || echo '')" >> "$GITHUB_OUTPUT"
- uses: FerrLabs/FerrFlow@ce419aeddfcc21884391320fee45a715161e6624 # v5
- uses: FerrLabs/FerrFlow@755d44bc01c8f47ee8602df7b69c68b72271a71d # v5
with:
bot: true
dry_run: ${{ inputs.dry_run }}
Expand All @@ -80,7 +80,7 @@ jobs:
with:
repository: FerrLabs/FerrFlow
path: ferrflow-src
- uses: dtolnay/rust-toolchain@efcb852328a9f50117170cc43094fb6f09eaf1ae # nightly
- uses: dtolnay/rust-toolchain@4fd1da8b0805d2d2e936788875a7d65dbd677dc2 # nightly
- uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
with:
workspaces: ferrflow-src
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@2294da4af236f9adc02beaa3829afb499be0857a # 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/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@ jobs:
retention-days: 5

- name: Upload to code scanning
uses: github/codeql-action/upload-sarif@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4
with:
sarif_file: results.sarif
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
jobs:
scan:
name: Secrets + CVE
uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@2a5ffda5cd587332696bda4ad16063839d2f4139 # main
uses: FerrLabs/.github/.github/workflows/reusable-security-scan.yml@2294da4af236f9adc02beaa3829afb499be0857a # 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 action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ runs:
# ------------------------------------------------------------------
- name: Install hyperfine
if: (inputs.type == 'full' || inputs.type == 'all') && inputs.merge-partials == ''
uses: taiki-e/install-action@c7eb1735f09259a5035e8e5d44b1406b1cddc0fb # v2.83.0
uses: taiki-e/install-action@ed67fa35ac944f3a9b33f12c4dd43b6f31a47e20 # v2.83.3
with:
tool: hyperfine

Expand Down
Loading