diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index c0d0e40..0cfd5af 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -6,7 +6,7 @@ jobs: auto-assign: runs-on: ubuntu-latest steps: - - uses: pozil/auto-assign-issue@v1.13.0 + - uses: pozil/auto-assign-issue@v2.0.0 if: github.actor != 'dependabot[bot]' with: repo-token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ac25cfc..4e8a436 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -52,7 +52,7 @@ jobs: GH_TOKEN: ${{ secrets.RELEASE_TOKEN }} SKIP_PREFLIGHT_CHECK: true steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 with: ref: ${{ inputs.sha }} token: ${{ secrets.RELEASE_TOKEN }} diff --git a/.github/workflows/github_actions_version_updater.yml b/.github/workflows/github_actions_version_updater.yml index 1e0678d..cdd9d80 100644 --- a/.github/workflows/github_actions_version_updater.yml +++ b/.github/workflows/github_actions_version_updater.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4.1.7 with: # [Required] Access token with `workflow` scope. token: ${{ secrets.RELEASE_TOKEN }} diff --git a/.github/workflows/push_code_linting.yml b/.github/workflows/push_code_linting.yml index 480529d..a2635e3 100644 --- a/.github/workflows/push_code_linting.yml +++ b/.github/workflows/push_code_linting.yml @@ -32,7 +32,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }} GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 - name: Install compatible Nodejs version id: setup-node @@ -40,11 +40,11 @@ jobs: - name: Install Deps run: npm install - - uses: xt0rted/markdownlint-problem-matcher@v2 + - uses: xt0rted/markdownlint-problem-matcher@v3.0.0 - run: npm run lint:markdown continue-on-error: true - name: eslint - uses: reviewdog/action-eslint@v1.20.0 + uses: reviewdog/action-eslint@v1.30.0 with: reporter: github-pr-review # Change reporter. eslint_flags: src/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e77640e..d8edd08 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: env: SKIP_PREFLIGHT_CHECK: true steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.7 with: ref: ${{ github.head_ref || github.ref }} @@ -51,7 +51,7 @@ jobs: - name: 'Report Coverage' if: always() continue-on-error: true - uses: davelosert/vitest-coverage-report-action@v2 + uses: davelosert/vitest-coverage-report-action@v2.5.0 with: json-summary-path: './out/coverage-summary.json' json-final-path: ./out/coverage-final.json