From 7d7da7fd0e0374b234bbcf8b77556ce183bc7609 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:53:47 +0000 Subject: [PATCH] chore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0. - [Release notes](https://github.com/actions/setup-go/releases) - [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16) --- updated-dependencies: - dependency-name: actions/setup-go dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/archive-epss.yml | 2 +- .github/workflows/archive.yml | 2 +- .github/workflows/backup.yml | 2 +- .github/workflows/check-layer-size.yml | 2 +- .github/workflows/cleanup.yml | 2 +- .github/workflows/db-main.yml | 2 +- .github/workflows/db-nightly.yml | 2 +- .github/workflows/extract-eol.yml | 2 +- .github/workflows/extract-main.yml | 2 +- .github/workflows/extract-nvd-cve.yml | 2 +- .github/workflows/extract-redhat-rhel-csaf-or-vex.yml | 2 +- .github/workflows/extract-redhat-rhel-oval-v1.yml | 2 +- .github/workflows/extract-redhat-rhel-oval-v2.yml | 2 +- .github/workflows/extract-redhat.yml | 2 +- .github/workflows/fetch-cisco-cvrf-or-csaf.yml | 2 +- .github/workflows/fetch-cisco-json.yml | 2 +- .github/workflows/fetch-enisa-euvd-list.yml | 2 +- .github/workflows/fetch-epss.yml | 2 +- .github/workflows/fetch-fedora-api.yml | 4 ++-- .github/workflows/fetch-fortinet-csaf.yml | 2 +- .github/workflows/fetch-fortinet-cvrf.yml | 2 +- .github/workflows/fetch-main.yml | 2 +- .github/workflows/fetch-msuc.yml | 6 +++--- .github/workflows/fetch-nuclei-api.yml | 2 +- .github/workflows/fetch-nvd-api.yml | 2 +- .github/workflows/fetch-paloalto-json-or-csaf.yml | 2 +- .github/workflows/fetch-redhat-package-manifest.yml | 2 +- .github/workflows/fetch-variot.yml | 2 +- .github/workflows/fetch-vulncheck.yml | 2 +- .github/workflows/gc.yml | 2 +- .github/workflows/initialize.yml | 2 +- .github/workflows/promote-digest.yml | 2 +- .github/workflows/restore.yml | 2 +- .github/workflows/truncate.yml | 2 +- 34 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/archive-epss.yml b/.github/workflows/archive-epss.yml index 36ff602..2b4977f 100644 --- a/.github/workflows/archive-epss.yml +++ b/.github/workflows/archive-epss.yml @@ -27,7 +27,7 @@ jobs: git config --global user.name "GitHub Action" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/archive.yml b/.github/workflows/archive.yml index e9c643d..e14577c 100644 --- a/.github/workflows/archive.yml +++ b/.github/workflows/archive.yml @@ -268,7 +268,7 @@ jobs: git config --global user.name "GitHub Action" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index a3555f9..257150b 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -59,7 +59,7 @@ jobs: GOEXPERIMENT: jsonv2 steps: - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/check-layer-size.yml b/.github/workflows/check-layer-size.yml index 764d198..e3a4971 100644 --- a/.github/workflows/check-layer-size.yml +++ b/.github/workflows/check-layer-size.yml @@ -51,7 +51,7 @@ jobs: GOEXPERIMENT: jsonv2 steps: - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/cleanup.yml b/.github/workflows/cleanup.yml index c596b15..c301fda 100644 --- a/.github/workflows/cleanup.yml +++ b/.github/workflows/cleanup.yml @@ -30,7 +30,7 @@ jobs: GOEXPERIMENT: jsonv2 steps: - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/db-main.yml b/.github/workflows/db-main.yml index 4ec8536..5038552 100644 --- a/.github/workflows/db-main.yml +++ b/.github/workflows/db-main.yml @@ -133,7 +133,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/db-nightly.yml b/.github/workflows/db-nightly.yml index 2ea62a6..3208931 100644 --- a/.github/workflows/db-nightly.yml +++ b/.github/workflows/db-nightly.yml @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/extract-eol.yml b/.github/workflows/extract-eol.yml index 20132cc..544e450 100644 --- a/.github/workflows/extract-eol.yml +++ b/.github/workflows/extract-eol.yml @@ -54,7 +54,7 @@ jobs: ref: ${{ inputs.branch }} - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/extract-main.yml b/.github/workflows/extract-main.yml index 7650789..6451fb8 100644 --- a/.github/workflows/extract-main.yml +++ b/.github/workflows/extract-main.yml @@ -181,7 +181,7 @@ jobs: ref: ${{ inputs.branch }} - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/extract-nvd-cve.yml b/.github/workflows/extract-nvd-cve.yml index 15c2a07..acd0394 100644 --- a/.github/workflows/extract-nvd-cve.yml +++ b/.github/workflows/extract-nvd-cve.yml @@ -64,7 +64,7 @@ jobs: ref: ${{ inputs.branch }} - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/extract-redhat-rhel-csaf-or-vex.yml b/.github/workflows/extract-redhat-rhel-csaf-or-vex.yml index 0cc9b55..775943e 100644 --- a/.github/workflows/extract-redhat-rhel-csaf-or-vex.yml +++ b/.github/workflows/extract-redhat-rhel-csaf-or-vex.yml @@ -64,7 +64,7 @@ jobs: ref: ${{ inputs.branch }} - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/extract-redhat-rhel-oval-v1.yml b/.github/workflows/extract-redhat-rhel-oval-v1.yml index 9bb60d0..dd98393 100644 --- a/.github/workflows/extract-redhat-rhel-oval-v1.yml +++ b/.github/workflows/extract-redhat-rhel-oval-v1.yml @@ -54,7 +54,7 @@ jobs: ref: ${{ inputs.branch }} - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/extract-redhat-rhel-oval-v2.yml b/.github/workflows/extract-redhat-rhel-oval-v2.yml index 9447283..09de1d0 100644 --- a/.github/workflows/extract-redhat-rhel-oval-v2.yml +++ b/.github/workflows/extract-redhat-rhel-oval-v2.yml @@ -54,7 +54,7 @@ jobs: ref: ${{ inputs.branch }} - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/extract-redhat.yml b/.github/workflows/extract-redhat.yml index e702df9..ed829e1 100644 --- a/.github/workflows/extract-redhat.yml +++ b/.github/workflows/extract-redhat.yml @@ -66,7 +66,7 @@ jobs: ref: ${{ inputs.branch }} - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-cisco-cvrf-or-csaf.yml b/.github/workflows/fetch-cisco-cvrf-or-csaf.yml index 23eb90e..98c910e 100644 --- a/.github/workflows/fetch-cisco-cvrf-or-csaf.yml +++ b/.github/workflows/fetch-cisco-cvrf-or-csaf.yml @@ -54,7 +54,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-cisco-json.yml b/.github/workflows/fetch-cisco-json.yml index 1566cee..2362e61 100644 --- a/.github/workflows/fetch-cisco-json.yml +++ b/.github/workflows/fetch-cisco-json.yml @@ -48,7 +48,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-enisa-euvd-list.yml b/.github/workflows/fetch-enisa-euvd-list.yml index 23029b6..006b6bc 100644 --- a/.github/workflows/fetch-enisa-euvd-list.yml +++ b/.github/workflows/fetch-enisa-euvd-list.yml @@ -68,7 +68,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-epss.yml b/.github/workflows/fetch-epss.yml index 7e0fd42..3633404 100644 --- a/.github/workflows/fetch-epss.yml +++ b/.github/workflows/fetch-epss.yml @@ -43,7 +43,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-fedora-api.yml b/.github/workflows/fetch-fedora-api.yml index 8fde981..b2f9d38 100644 --- a/.github/workflows/fetch-fedora-api.yml +++ b/.github/workflows/fetch-fedora-api.yml @@ -52,7 +52,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" @@ -101,7 +101,7 @@ jobs: git config --global user.name "GitHub Action" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/fetch-fortinet-csaf.yml b/.github/workflows/fetch-fortinet-csaf.yml index 5972e6e..3c24662 100644 --- a/.github/workflows/fetch-fortinet-csaf.yml +++ b/.github/workflows/fetch-fortinet-csaf.yml @@ -68,7 +68,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-fortinet-cvrf.yml b/.github/workflows/fetch-fortinet-cvrf.yml index 21f8f7b..a5ee962 100644 --- a/.github/workflows/fetch-fortinet-cvrf.yml +++ b/.github/workflows/fetch-fortinet-cvrf.yml @@ -68,7 +68,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-main.yml b/.github/workflows/fetch-main.yml index d2c078c..df76683 100644 --- a/.github/workflows/fetch-main.yml +++ b/.github/workflows/fetch-main.yml @@ -195,7 +195,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-msuc.yml b/.github/workflows/fetch-msuc.yml index 30b4ec0..fee8b56 100644 --- a/.github/workflows/fetch-msuc.yml +++ b/.github/workflows/fetch-msuc.yml @@ -54,7 +54,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" @@ -104,7 +104,7 @@ jobs: git config --global user.name "GitHub Action" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false @@ -163,7 +163,7 @@ jobs: GOEXPERIMENT: jsonv2 steps: - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/fetch-nuclei-api.yml b/.github/workflows/fetch-nuclei-api.yml index 4dcf222..ef5010b 100644 --- a/.github/workflows/fetch-nuclei-api.yml +++ b/.github/workflows/fetch-nuclei-api.yml @@ -46,7 +46,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-nvd-api.yml b/.github/workflows/fetch-nvd-api.yml index ec10bfa..0d78994 100644 --- a/.github/workflows/fetch-nvd-api.yml +++ b/.github/workflows/fetch-nvd-api.yml @@ -58,7 +58,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-paloalto-json-or-csaf.yml b/.github/workflows/fetch-paloalto-json-or-csaf.yml index 7494fb4..dd081e6 100644 --- a/.github/workflows/fetch-paloalto-json-or-csaf.yml +++ b/.github/workflows/fetch-paloalto-json-or-csaf.yml @@ -54,7 +54,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-redhat-package-manifest.yml b/.github/workflows/fetch-redhat-package-manifest.yml index ebffdd3..2ee8eb9 100644 --- a/.github/workflows/fetch-redhat-package-manifest.yml +++ b/.github/workflows/fetch-redhat-package-manifest.yml @@ -43,7 +43,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-variot.yml b/.github/workflows/fetch-variot.yml index 2e89cf6..c934dbf 100644 --- a/.github/workflows/fetch-variot.yml +++ b/.github/workflows/fetch-variot.yml @@ -57,7 +57,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/fetch-vulncheck.yml b/.github/workflows/fetch-vulncheck.yml index 9b0062f..d5bcf49 100644 --- a/.github/workflows/fetch-vulncheck.yml +++ b/.github/workflows/fetch-vulncheck.yml @@ -58,7 +58,7 @@ jobs: ref: main - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version-file: "go.mod" diff --git a/.github/workflows/gc.yml b/.github/workflows/gc.yml index eabd1d0..c04208c 100644 --- a/.github/workflows/gc.yml +++ b/.github/workflows/gc.yml @@ -295,7 +295,7 @@ jobs: git config --global user.name "GitHub Action" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/initialize.yml b/.github/workflows/initialize.yml index 91bd63f..544c216 100644 --- a/.github/workflows/initialize.yml +++ b/.github/workflows/initialize.yml @@ -73,7 +73,7 @@ jobs: git config --global user.name "GitHub Action" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/promote-digest.yml b/.github/workflows/promote-digest.yml index 9f5d6f5..384fd00 100644 --- a/.github/workflows/promote-digest.yml +++ b/.github/workflows/promote-digest.yml @@ -48,7 +48,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/restore.yml b/.github/workflows/restore.yml index 933cfeb..46be9a8 100644 --- a/.github/workflows/restore.yml +++ b/.github/workflows/restore.yml @@ -56,7 +56,7 @@ jobs: remove-swapfile: "true" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false diff --git a/.github/workflows/truncate.yml b/.github/workflows/truncate.yml index 151dc22..0944d09 100644 --- a/.github/workflows/truncate.yml +++ b/.github/workflows/truncate.yml @@ -144,7 +144,7 @@ jobs: git config --global user.name "GitHub Action" - name: Set up Go 1.x - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6 + uses: actions/setup-go@924ae3a1cded613372ab5595356fb5720e22ba16 # v6 with: go-version: "stable" cache: false