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 e26b41d..ebbc1f8 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-alma-errata.yml b/.github/workflows/fetch-alma-errata.yml index 5668982..1734bb1 100644 --- a/.github/workflows/fetch-alma-errata.yml +++ b/.github/workflows/fetch-alma-errata.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-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 f470d39..e2b5e92 100644 --- a/.github/workflows/fetch-main.yml +++ b/.github/workflows/fetch-main.yml @@ -194,7 +194,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 44a6b15..d23f08c 100644 --- a/.github/workflows/gc.yml +++ b/.github/workflows/gc.yml @@ -297,7 +297,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 4918196..0bce7fd 100644 --- a/.github/workflows/truncate.yml +++ b/.github/workflows/truncate.yml @@ -146,7 +146,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