diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index 702a6e77..4062aa77 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 96947c54..a7afc432 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 0d0ee120..d73bc50a 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 50fa6aad..e28293b8 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 44d9f5d6..a019baa4 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 527fecb2..1b33ea0b 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 6c161753..f836361c 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 ac59e510..a9012f05 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