From bc27e87a9f8b615ea8456b03ab3c52d2da6c0b3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 17:39:55 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/autoassign.yml | 2 +- .github/workflows/syntax-checking.yml | 2 +- .github/workflows/template-checksum.yml | 2 +- .github/workflows/template-sign.yml | 2 +- .github/workflows/template-validate.yml | 2 +- .github/workflows/templateman.yml | 2 +- .github/workflows/templates-stats.yml | 2 +- .github/workflows/wordpress-plugins-update.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 702a6e77c..4062aa770 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -15,7 +15,7 @@ jobs: ASSIGN_TASK_TOKEN: ${{ secrets.PDTEAMX_PAT }} # github personal token steps: - name: checkout repo content - uses: actions/checkout@v4 # checkout the repository content + uses: actions/checkout@v6 # checkout the repository content - name: setup python uses: actions/setup-python@v5 with: diff --git a/.github/workflows/syntax-checking.yml b/.github/workflows/syntax-checking.yml index 96947c547..a7afc432e 100644 --- a/.github/workflows/syntax-checking.yml +++ b/.github/workflows/syntax-checking.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Yamllint uses: karancode/yamllint-github-action@v2.1.1 with: diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index 0d0ee1201..d73bc50ab 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == '0xKayala/Custom-Nuclei-Templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index 50fa6aadc..e28293b89 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/template-validate.yml b/.github/workflows/template-validate.yml index 44d9f5d60..a019baa4b 100644 --- a/.github/workflows/template-validate.yml +++ b/.github/workflows/template-validate.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/templateman.yml b/.github/workflows/templateman.yml index 527fecb2a..1b33ea0bf 100644 --- a/.github/workflows/templateman.yml +++ b/.github/workflows/templateman.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == '0xKayala/Custom-Nuclei-Templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/templates-stats.yml b/.github/workflows/templates-stats.yml index 6c1617536..f836361ca 100644 --- a/.github/workflows/templates-stats.yml +++ b/.github/workflows/templates-stats.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/wordpress-plugins-update.yml b/.github/workflows/wordpress-plugins-update.yml index ac59e5107..a9012f053 100644 --- a/.github/workflows/wordpress-plugins-update.yml +++ b/.github/workflows/wordpress-plugins-update.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token fetch-depth: 0 # otherwise, you will failed to push refs to dest repo