diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index d715a41..fae6875 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -11,9 +11,9 @@ jobs: packages: write steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup updatecli - uses: updatecli/updatecli-action@0f3a07c63831e51243e116ae638192e84e9379ff # v2 + uses: updatecli/updatecli-action@9372b1fa309308586e0459901709a00133ee2b8b # v2 - name: Log in to the Container registry uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1 with: diff --git a/.github/workflows/typos.yaml b/.github/workflows/typos.yaml index 19a0de7..e9b8708 100644 --- a/.github/workflows/typos.yaml +++ b/.github/workflows/typos.yaml @@ -6,6 +6,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Check spelling of file.txt uses: crate-ci/typos@aa61a9e2eda9964cde7997a6beb4f02a13692533 # renovate/actions-checkout-5.x diff --git a/.github/workflows/updatecli.yaml b/.github/workflows/updatecli.yaml index 7a94b48..71837f8 100644 --- a/.github/workflows/updatecli.yaml +++ b/.github/workflows/updatecli.yaml @@ -13,10 +13,10 @@ jobs: contents: read steps: - name: "Checkout" - uses: "actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0 + uses: "actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8" # v6.0.1 - name: "Setup updatecli" - uses: "updatecli/updatecli-action@0f3a07c63831e51243e116ae638192e84e9379ff" # v2 - - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: "updatecli/updatecli-action@9372b1fa309308586e0459901709a00133ee2b8b" # v2 + - uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: generate_token if: github.ref == 'refs/heads/main' with: diff --git a/.github/workflows/validate.yaml b/.github/workflows/validate.yaml index 181d75c..85b483f 100644 --- a/.github/workflows/validate.yaml +++ b/.github/workflows/validate.yaml @@ -10,9 +10,9 @@ jobs: contents: read steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup updatecli - uses: updatecli/updatecli-action@0f3a07c63831e51243e116ae638192e84e9379ff # v2 + uses: updatecli/updatecli-action@9372b1fa309308586e0459901709a00133ee2b8b # v2 - name: Setup releasepost uses: updatecli/releasepost-action@864390bddae97db06ee881ab4a08d159b4464643 # v0.5.0 - name: Validate