From 333a189813b26966f5e1f50f95c88e48be5fc008 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 02:23:15 +0000 Subject: [PATCH] chore(deps): pin dependencies --- .github/workflows/create-release.yaml | 8 ++++---- .github/workflows/pull-request.yaml | 6 +++--- .github/workflows/push.yaml | 8 ++++---- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/create-release.yaml b/.github/workflows/create-release.yaml index 3882f86..7458f22 100644 --- a/.github/workflows/create-release.yaml +++ b/.github/workflows/create-release.yaml @@ -9,15 +9,15 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 id: app-token with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 - - uses: orhun/git-cliff-action@v4 + - uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 # v4 id: git-cliff with: args: --current --strip all @@ -28,7 +28,7 @@ jobs: run: | meson setup --buildtype release build meson dist -C build --allow-dirty - - uses: softprops/action-gh-release@v2 + - uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # v2 with: body_path: /tmp/release-notes.md fail_on_unmatched_files: true diff --git a/.github/workflows/pull-request.yaml b/.github/workflows/pull-request.yaml index f22a873..da57e35 100644 --- a/.github/workflows/pull-request.yaml +++ b/.github/workflows/pull-request.yaml @@ -9,17 +9,17 @@ jobs: update-changelog: runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 id: app-token with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 ref: ${{ github.head_ref }} token: ${{ steps.app-token.outputs.token }} - - uses: orhun/git-cliff-action@v4 + - uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 # v4 env: OUTPUT: CHANGELOG.md - name: update changelog diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 0136444..0f767be 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -20,7 +20,7 @@ jobs: - ubuntu-24.04-arm - ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - run: sudo apt-get update && sudo apt-get install libpixman-1-dev libwayland-dev meson scdoc wayland-protocols - run: meson setup --buildtype release build - run: ninja -C build test @@ -30,16 +30,16 @@ jobs: needs: build runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@v3 + - uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3 id: app-token with: app-id: ${{ vars.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }} - - uses: actions/checkout@v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 with: fetch-depth: 0 token: ${{ steps.app-token.outputs.token }} - - uses: orhun/git-cliff-action@v4 + - uses: orhun/git-cliff-action@c93ef52f3d0ddcdcc9bd5447d98d458a11cd4f72 # v4 id: git-cliff with: args: --bump