From 1c2d2a8f11312e863f0fa9c84f76b84f86a8e619 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 02:06:40 +0000 Subject: [PATCH] build(deps): bump the all group with 3 updates Bumps the all group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/checkout` from 6.0.0 to 6.0.1 - [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8) Updates `golangci/golangci-lint-action` from 9.1.0 to 9.2.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/e7fa5ac41e1cf5b7d48e45e42232ce7ada589601...1e7e51e771db61008b38414a730f564565cf7c20) Updates `github/codeql-action` from 4.31.5 to 4.31.7 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/compare/fdbfb4d2750291e159f0156def62b853c2798ca2...cf1bb45a277cb3c205638b2cd5c984db1c46a412) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: golangci/golangci-lint-action dependency-version: 9.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: github/codeql-action dependency-version: 4.31.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/actionlint.yml | 2 +- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql-analysis.yml | 6 +++--- .github/workflows/docker-buildx-push.yml | 2 +- .github/workflows/goBuild.yml | 2 +- .github/workflows/goCI.yml | 2 +- .github/workflows/goLint.yml | 4 ++-- .github/workflows/goTest.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .github/workflows/govulncheck.yml | 2 +- .github/workflows/triage.yml | 2 +- 11 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index 4067734..c0601b3 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -7,7 +7,7 @@ jobs: name: Lint GitHub workflows runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Check workflow files uses: docker://rhysd/actionlint:latest with: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f62f69..9878fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,12 +26,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: submodules: true - name: Run Linter - uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 with: working-directory: lintapp version: latest diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e889ca1..b3c1d09 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,7 +48,7 @@ jobs: sudo apt-get install ${{ inputs.os-dependencies }} - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: submodules: true ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} @@ -97,7 +97,7 @@ jobs: - # Initializes the CodeQL tools for scanning. name: Initialize CodeQL - uses: github/codeql-action/init@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 + uses: github/codeql-action/init@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7 with: languages: ${{ matrix.language }} queries: security-and-quality # use Canonical suite @@ -113,7 +113,7 @@ jobs: ${{ inputs.codeql-build-cmd }} - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 + uses: github/codeql-action/analyze@cf1bb45a277cb3c205638b2cd5c984db1c46a412 # v4.31.7 with: output: codeql-results category: "/language:${{ matrix.language }}" diff --git a/.github/workflows/docker-buildx-push.yml b/.github/workflows/docker-buildx-push.yml index b697662..81a0af9 100644 --- a/.github/workflows/docker-buildx-push.yml +++ b/.github/workflows/docker-buildx-push.yml @@ -38,7 +38,7 @@ jobs: contents: write steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup Go uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 with: diff --git a/.github/workflows/goBuild.yml b/.github/workflows/goBuild.yml index 0c81a82..218b7e3 100644 --- a/.github/workflows/goBuild.yml +++ b/.github/workflows/goBuild.yml @@ -58,7 +58,7 @@ jobs: sudo apt-get install ${{ inputs.os-dependencies }} - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: submodules: true ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/goCI.yml b/.github/workflows/goCI.yml index d2801ee..459bb5f 100644 --- a/.github/workflows/goCI.yml +++ b/.github/workflows/goCI.yml @@ -88,7 +88,7 @@ jobs: runs-on: ubuntu-latest if: inputs.run-actionlint steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Check workflow files uses: docker://rhysd/actionlint:latest with: diff --git a/.github/workflows/goLint.yml b/.github/workflows/goLint.yml index c9bcbec..fa11b6b 100644 --- a/.github/workflows/goLint.yml +++ b/.github/workflows/goLint.yml @@ -44,7 +44,7 @@ jobs: sudo apt-get install ${{ inputs.os-dependencies }} - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: submodules: true ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} @@ -82,7 +82,7 @@ jobs: run: go mod tidy -diff - name: Run Linter - uses: golangci/golangci-lint-action@e7fa5ac41e1cf5b7d48e45e42232ce7ada589601 # v9.1.0 + uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0 if: success() || failure() # run this step even if the previous one failed with: version: ${{ inputs.golangci-lint-version }} diff --git a/.github/workflows/goTest.yml b/.github/workflows/goTest.yml index e28d379..cf158c4 100644 --- a/.github/workflows/goTest.yml +++ b/.github/workflows/goTest.yml @@ -75,7 +75,7 @@ jobs: sudo apt-get install ${{ inputs.os-dependencies }} - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: submodules: true ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index bd418fe..2611fcd 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -80,7 +80,7 @@ jobs: sudo apt-get install ${{ inputs.os-dependencies }} - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 - diff --git a/.github/workflows/govulncheck.yml b/.github/workflows/govulncheck.yml index b6a7636..c78f769 100644 --- a/.github/workflows/govulncheck.yml +++ b/.github/workflows/govulncheck.yml @@ -28,7 +28,7 @@ jobs: sudo apt-get install ${{ inputs.os-dependencies }} - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: submodules: true ssh-key: ${{ secrets.SSH_PRIVATE_KEY }} diff --git a/.github/workflows/triage.yml b/.github/workflows/triage.yml index c414e7c..e8292b2 100644 --- a/.github/workflows/triage.yml +++ b/.github/workflows/triage.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Label PR run: |