diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d31646..c005265 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: ci: runs-on: ubuntu-latest # GitHub-hosted: secret-safe + light. Heavy/private nodes move to self-hosted later. steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 # moon --affected + the gitleaks diff need full history (shallow silently empties the diff) - uses: moonrepo/setup-toolchain@261c62cb5b0f580c7be7c8cd0f023a2e96756095 # v0 @@ -34,7 +34,7 @@ jobs: secrets: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 # The gitleaks GitHub Action (v2) is license-walled for orgs; the gitleaks diff --git a/.github/workflows/parity-live.yml b/.github/workflows/parity-live.yml index c4c30d8..1bf3d3d 100644 --- a/.github/workflows/parity-live.yml +++ b/.github/workflows/parity-live.yml @@ -17,7 +17,7 @@ jobs: parity-live: runs-on: ubuntu-latest steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: moonrepo/setup-toolchain@261c62cb5b0f580c7be7c8cd0f023a2e96756095 # v0 with: auto-install: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7bcdba8..636d570 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ jobs: release-please: runs-on: ubuntu-latest steps: - - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4 + - uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 with: config-file: release-please-config.json manifest-file: .release-please-manifest.json