From 73b072eb95e6e4f52fa0c70793996a8cfb326b1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Aug 2025 15:16:02 +0530 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 (#12916) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/autoassign.yml | 2 +- .github/workflows/cve2json.yml | 2 +- .github/workflows/new-templates.yml | 2 +- .github/workflows/readme-update.yml | 2 +- .github/workflows/template-checksum.yml | 2 +- .github/workflows/template-sign.yml | 4 ++-- .github/workflows/templateman.yml | 2 +- .github/workflows/templates-stats.yml | 2 +- .github/workflows/tests.yml | 6 +++--- .github/workflows/wordpress-plugins-update.yml | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 2043ef3a1a5..ea7b7d05f78 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -15,7 +15,7 @@ jobs: permissions: write-all runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 # checkout the repository content + - uses: actions/checkout@v5 # checkout the repository content - uses: actions/setup-python@v5 with: python-version: '3.10' # install the python version needed diff --git a/.github/workflows/cve2json.yml b/.github/workflows/cve2json.yml index 69b3a32e192..ed57890c83c 100644 --- a/.github/workflows/cve2json.yml +++ b/.github/workflows/cve2json.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: projectdiscovery/actions/setup/go@v1 with: go-version: 'stable' diff --git a/.github/workflows/new-templates.yml b/.github/workflows/new-templates.yml index cc454939528..4b305b35752 100644 --- a/.github/workflows/new-templates.yml +++ b/.github/workflows/new-templates.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Generate new addition list diff --git a/.github/workflows/readme-update.yml b/.github/workflows/readme-update.yml index e72a48b4b91..6d5560d0020 100644 --- a/.github/workflows/readme-update.yml +++ b/.github/workflows/readme-update.yml @@ -13,7 +13,7 @@ jobs: if: github.repository == 'projectdiscovery/nuclei-templates' steps: - run: sudo apt-get install tree -y - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: "3.8" diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index a490fd35b63..6670dfcf4d0 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: projectdiscovery/actions/generate/checksum@v1 with: templates-directory: '${{ github.workspace }}' diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index 2d974c82e0e..42a3f1f4891 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: projectdiscovery/actions/setup/nuclei@v1 with: token: '${{ secrets.GITHUB_TOKEN}}' @@ -38,7 +38,7 @@ jobs: runs-on: windows-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Go uses: actions/setup-go@v5 diff --git a/.github/workflows/templateman.yml b/.github/workflows/templateman.yml index b6ac4ae0810..1193dab9cd0 100644 --- a/.github/workflows/templateman.yml +++ b/.github/workflows/templateman.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: projectdiscovery/actions/setup/templateman@v1 with: token: '${{ secrets.PDTEAMX_CLASSIC_PAT }}' diff --git a/.github/workflows/templates-stats.yml b/.github/workflows/templates-stats.yml index 4da6af38176..99e9f9ba6cf 100644 --- a/.github/workflows/templates-stats.yml +++ b/.github/workflows/templates-stats.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - uses: projectdiscovery/actions/templates/stats@v1 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3c5eed2c53..b41f5f2fa3d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: karancode/yamllint-github-action@v2.1.1 with: yamllint_config_filepath: .yamllint @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest if: github.repository == 'projectdiscovery/nuclei-templates' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: projectdiscovery/actions/setup/nuclei@v1 with: token: '${{ secrets.GITHUB_TOKEN }}' @@ -40,7 +40,7 @@ jobs: env: HONEYPOT_URL: 'http://honey.scanme.sh' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: dorny/paths-filter@v3 id: filter with: diff --git a/.github/workflows/wordpress-plugins-update.yml b/.github/workflows/wordpress-plugins-update.yml index 69a07c80575..52ab7a5a2fb 100644 --- a/.github/workflows/wordpress-plugins-update.yml +++ b/.github/workflows/wordpress-plugins-update.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'projectdiscovery/nuclei-templates' steps: - name: Check out repository code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Python3 uses: actions/setup-python@v5