From e81938a04d55b7a75fc1b536af659b775caa14cd Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 19 Mar 2025 17:12:43 +0200 Subject: [PATCH] chore(ci): pinact run --- .github/workflows/changelog.yml | 4 ++-- .github/workflows/linters.yml | 8 ++++---- .github/workflows/new-release.yml | 8 ++++---- .github/workflows/pre-commit-autoupdate.yml | 4 ++-- .github/workflows/update-submodules.yml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 4c678b9..8afd080 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -18,11 +18,11 @@ jobs: permissions: write-all steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Create changelog text id: changelog - uses: loopwerk/tag-changelog@941366edb8920e2071eae0449031830984b9f26e # v1 + uses: loopwerk/tag-changelog@941366edb8920e2071eae0449031830984b9f26e # v1.3.0 with: token: ${{ secrets.GITHUB_TOKEN }} config_file: .github/tag-changelog-config.js diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index bc6da40..2ac869a 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -20,10 +20,10 @@ jobs: steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: GitHub Actions - uses: reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1 + uses: reviewdog/action-actionlint@db58217885f9a6570da9c71be4e40ec33fe44a1f # v1.65.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review @@ -35,13 +35,13 @@ jobs: reporter: github-pr-review - name: markdownlint - uses: reviewdog/action-markdownlint@f901468edf9a3634dd39b35ba26cad0aad1a0bfd # v0 + uses: reviewdog/action-markdownlint@f901468edf9a3634dd39b35ba26cad0aad1a0bfd # v0.26.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review - name: shfmt - uses: reviewdog/action-shfmt@f59386f08bd9a24ac1a746e69f026ddc2ed06710 # v1 + uses: reviewdog/action-shfmt@f59386f08bd9a24ac1a746e69f026ddc2ed06710 # v1.0.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} shfmt_flags: | diff --git a/.github/workflows/new-release.yml b/.github/workflows/new-release.yml index 2f47c07..d25f3cf 100644 --- a/.github/workflows/new-release.yml +++ b/.github/workflows/new-release.yml @@ -24,23 +24,23 @@ jobs: version: ${{ steps.daily-version.outputs.version }} steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Create tag if necessary - uses: fregante/daily-version-action@fb1a60b7c4daf1410cd755e360ebec3901e58588 # v2 + uses: fregante/daily-version-action@fb1a60b7c4daf1410cd755e360ebec3901e58588 # v2.1.3 id: daily-version - name: Create changelog text if: steps.daily-version.outputs.created id: changelog - uses: loopwerk/tag-changelog@941366edb8920e2071eae0449031830984b9f26e # v1 + uses: loopwerk/tag-changelog@941366edb8920e2071eae0449031830984b9f26e # v1.3.0 with: token: ${{ secrets.GITHUB_TOKEN }} config_file: .github/tag-changelog-config.js - name: Create release if: steps.daily-version.outputs.created - uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2 + uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1 with: token: ${{ secrets.GITHUB_TOKEN }} tag_name: ${{ steps.daily-version.outputs.version }} diff --git a/.github/workflows/pre-commit-autoupdate.yml b/.github/workflows/pre-commit-autoupdate.yml index da05ae0..8337c12 100644 --- a/.github/workflows/pre-commit-autoupdate.yml +++ b/.github/workflows/pre-commit-autoupdate.yml @@ -23,13 +23,13 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0 - run: pip install pre-commit && pre-commit autoupdate - - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 + - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7.0.8 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-hooks diff --git a/.github/workflows/update-submodules.yml b/.github/workflows/update-submodules.yml index 03b4259..192c34e 100644 --- a/.github/workflows/update-submodules.yml +++ b/.github/workflows/update-submodules.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: submodules: true fetch-depth: 2