From 328e22ec686b4ff2b39293c4d3d300d61e39464d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:09:17 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 5 to 6 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5 to 6. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/cve2json.yml | 2 +- .github/workflows/template-checksum.yml | 2 +- .github/workflows/template-db-indexer.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 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cve2json.yml b/.github/workflows/cve2json.yml index b77d0f97..41be8693 100644 --- a/.github/workflows/cve2json.yml +++ b/.github/workflows/cve2json.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@master - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.19 diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index 0d0ee120..4ce80e5f 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/template-db-indexer.yml b/.github/workflows/template-db-indexer.yml index 2cc8f476..310fde88 100644 --- a/.github/workflows/template-db-indexer.yml +++ b/.github/workflows/template-db-indexer.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == '0xKayala/Custom-Nuclei-Templates' steps: - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/template-sign.yml b/.github/workflows/template-sign.yml index 50fa6aad..37ace1df 100644 --- a/.github/workflows/template-sign.yml +++ b/.github/workflows/template-sign.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/template-validate.yml b/.github/workflows/template-validate.yml index 44d9f5d6..31e9b903 100644 --- a/.github/workflows/template-validate.yml +++ b/.github/workflows/template-validate.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/templateman.yml b/.github/workflows/templateman.yml index 527fecb2..e32a62fd 100644 --- a/.github/workflows/templateman.yml +++ b/.github/workflows/templateman.yml @@ -13,7 +13,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.21.x diff --git a/.github/workflows/templates-stats.yml b/.github/workflows/templates-stats.yml index 6c161753..803fdf19 100644 --- a/.github/workflows/templates-stats.yml +++ b/.github/workflows/templates-stats.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: 1.19