diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 0cdb72de..3252a8b4 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -56,7 +56,7 @@ jobs: with: cache: npm node-version-file: .node-version - - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + - uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 - run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh" ################################ # Run Linter against code base # diff --git a/.github/workflows/update-dist.yml b/.github/workflows/update-dist.yml index c811eb93..2e48b0ca 100644 --- a/.github/workflows/update-dist.yml +++ b/.github/workflows/update-dist.yml @@ -30,7 +30,7 @@ jobs: cache: npm node-version-file: .node-version - if: github.event_name != 'pull_request' || github.event.action != 'closed' - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 - if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/update_dist/update_dist/build.sh" - uses: dev-hato/actions-diff-pr-management@571be0d9572aaf77cdd315c12d6e73a1112910d7 # v2.2.6 diff --git a/.github/workflows/update-gitleaks.yml b/.github/workflows/update-gitleaks.yml index 3c7edd1b..a10d690a 100644 --- a/.github/workflows/update-gitleaks.yml +++ b/.github/workflows/update-gitleaks.yml @@ -31,7 +31,7 @@ jobs: cache: npm node-version-file: .node-version - if: github.event_name != 'pull_request' || github.event.action != 'closed' - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 - name: Install packages if: github.event_name != 'pull_request' || github.event.action != 'closed' run: npm ci diff --git a/.github/workflows/update-package.yml b/.github/workflows/update-package.yml index 2a66274a..40e05791 100644 --- a/.github/workflows/update-package.yml +++ b/.github/workflows/update-package.yml @@ -32,7 +32,7 @@ jobs: cache: npm node-version-file: .node-version - if: github.event_name != 'pull_request' || github.event.action != 'closed' - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 - if: github.event_name != 'pull_request' || github.event.action != 'closed' run: bash "${GITHUB_WORKSPACE}/scripts/update_package/update_package/install.sh" - uses: dev-hato/actions-diff-pr-management@571be0d9572aaf77cdd315c12d6e73a1112910d7 # v2.2.6 diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index 7bfc7ff1..07c65efd 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -31,7 +31,7 @@ jobs: cache: npm node-version-file: .node-version - if: github.event_name != 'pull_request' || github.event.action != 'closed' - uses: flatt-security/setup-takumi-guard-npm@9a5d797c2085b6326d3a2985c08e3a114b9b88c1 # v1.1.1 + uses: flatt-security/setup-takumi-guard-npm@6d4182745c1e474c35a023573c2612c085be45a4 # v1.2.0 - if: github.event_name != 'pull_request' || github.event.action != 'closed' run: npm ci - name: Get inputs markdown