diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index ef75821..c70bd2c 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -14,7 +14,7 @@ jobs: steps: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3b29fde..b137e32 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -22,10 +22,10 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # https://github.com/marketplace/actions/actionlint-with-reviewdog - - uses: reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2 + - uses: reviewdog/action-actionlint@83e4ed25b168066ad8f62f5afbb29ebd8641d982 # v1.69.1 with: fail_on_error: true filter_mode: nofilter diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 06922fc..e0fe888 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -18,11 +18,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # https://github.com/marketplace/actions/github-labeler - name: Run Labeler - uses: crazy-max/ghaction-github-labeler@31674a3852a9074f2086abcf1c53839d466a47e7 # v5.2.0 + uses: crazy-max/ghaction-github-labeler@24d110aa46a59976b8a7f35518cb7f14f434c916 # v5.3.0 with: github-token: ${{ secrets.GITHUB_TOKEN }} yaml-file: .github/labels.yml diff --git a/.github/workflows/release-plz.yml b/.github/workflows/release-plz.yml index ad2eccb..c228ddb 100644 --- a/.github/workflows/release-plz.yml +++ b/.github/workflows/release-plz.yml @@ -31,11 +31,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} @@ -230,11 +230,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app-token with: app-id: ${{ vars.BOT_APP_ID }} diff --git a/.github/workflows/wc-changed.yml b/.github/workflows/wc-changed.yml index 03238ee..b96d7eb 100644 --- a/.github/workflows/wc-changed.yml +++ b/.github/workflows/wc-changed.yml @@ -21,7 +21,7 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # https://github.com/marketplace/actions/paths-changes-filter - name: Paths Changes Filter diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index f86fee5..f4d7ed8 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -37,11 +37,11 @@ jobs: steps: # https://github.com/marketplace/actions/checkout - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 # https://github.com/marketplace/actions/mise-action - name: mise action - uses: jdx/mise-action@9dc7d5dd454262207dea3ab5a06a3df6afc8ff26 # v3.4.1 + uses: jdx/mise-action@c53b9236f0b3370f31520f8b142f141256d839c6 # v3.6.0 - name: Install deps run: bun install --frozen-lockfile @@ -54,7 +54,7 @@ jobs: # https://github.com/marketplace/actions/create-github-app-token - name: Create GitHub App Token - uses: actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app-token with: app-id: ${{ inputs.gh-app-id }}