From 3600add87032aaf8a77d4ce67f28bc806c5f9a2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:39:21 +0000 Subject: [PATCH] Bump actions/checkout from 2.7.0 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.7.0 to 6.0.2. - [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/v2.7.0...de0fac2e4500dabe0009e67214ff5f5447ce83dd) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-golang.yaml | 2 +- .github/workflows/gosec.yaml | 2 +- .github/workflows/hadolint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-golang.yaml b/.github/workflows/codeql-golang.yaml index f8d63db..5e58181 100644 --- a/.github/workflows/codeql-golang.yaml +++ b/.github/workflows/codeql-golang.yaml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Initialize CodeQL uses: github/codeql-action/init@0daab03d71ff584ef619d027a3fd9146679c5d84 # v3.35.3 diff --git a/.github/workflows/gosec.yaml b/.github/workflows/gosec.yaml index 5fc7708..0a8f676 100644 --- a/.github/workflows/gosec.yaml +++ b/.github/workflows/gosec.yaml @@ -9,7 +9,7 @@ jobs: GO111MODULE: on steps: - name: Checkout Source - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Gosec Security Scanner uses: securego/gosec@c9453023c4e81ebdb6dde29e22d9cd5e2285fb16 #v2.22.8 with: diff --git a/.github/workflows/hadolint.yml b/.github/workflows/hadolint.yml index 564a9d0..3a782a5 100644 --- a/.github/workflows/hadolint.yml +++ b/.github/workflows/hadolint.yml @@ -10,7 +10,7 @@ jobs: pull-requests: write steps: - name: Check out code - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 + uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Scanning the dockerfile uses: reviewdog/action-hadolint@15df5a025251f3b06814d53ba1e782f5a42b2874 # v1.44.0 with: