diff --git a/.github/workflows/badge_updater.yaml b/.github/workflows/badge_updater.yaml index c80eaf9..f53054b 100644 --- a/.github/workflows/badge_updater.yaml +++ b/.github/workflows/badge_updater.yaml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 1 steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 with: token: ${{ secrets.BOT_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 55d32b3..710bf69 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -33,7 +33,7 @@ jobs: pull-requests: read steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 - uses: wagoid/commitlint-github-action@b948419dd99f3fd78a6548d48f94e3df7f6bf3ed # ratchet:wagoid/commitlint-github-action@v6 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -50,7 +50,7 @@ jobs: pull-requests: read steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 with: token: ${{ secrets.BOT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }} @@ -103,7 +103,7 @@ jobs: pull-requests: read steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 with: fetch-depth: 0 - name: Scan @@ -128,7 +128,7 @@ jobs: security-events: write steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 - name: Scan pkg manifests/github actions id: trivy_scan if: github.event_name == 'push' diff --git a/.github/workflows/notifier.yaml b/.github/workflows/notifier.yaml index 37641aa..e77ec86 100644 --- a/.github/workflows/notifier.yaml +++ b/.github/workflows/notifier.yaml @@ -24,7 +24,7 @@ jobs: contents: read steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 with: fetch-depth: 0 # Ensure we fetch all history to get all commits ref: ${{ github.event.repository.default_branch }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2c232e3..b3eeeb3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -32,7 +32,7 @@ jobs: security-events: write steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # ratchet:jdx/mise-action@v2 @@ -149,7 +149,7 @@ jobs: actions: write steps: - name: Checkout repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # ratchet:actions/checkout@v4 - uses: jdx/mise-action@146a28175021df8ca24f8ee1828cc2a60f980bd5 # ratchet:jdx/mise-action@v2