From c987e82ac0565928d5e5dbd68b2cc453c48ba2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 00:03:19 +0000 Subject: [PATCH] deps: bump the github-actions group across 1 directory with 10 updates Bumps the github-actions group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.2.2` | `5.0.0` | | [actions/setup-node](https://github.com/actions/setup-node) | `4.4.0` | `5.0.0` | | [actions/cache](https://github.com/actions/cache) | `4.2.2` | `4.3.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.30.0` | `3.30.5` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.7.3` | `4.8.0` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.8.1` | `3.10.0` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `3.10.0` | `3.11.1` | | [docker/login-action](https://github.com/docker/login-action) | `3.3.0` | `3.6.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.7.0` | `5.8.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.15.0` | `6.18.0` | Updates `actions/checkout` from 4.2.2 to 5.0.0 - [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/v4.2.2...v5.0.0) Updates `actions/setup-node` from 4.4.0 to 5.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.4.0...v5.0.0) Updates `actions/cache` from 4.2.2 to 4.3.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.2.2...v4.3.0) Updates `github/codeql-action` from 3.30.0 to 3.30.5 - [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/v3.30.0...v3.30.5) Updates `actions/dependency-review-action` from 4.7.3 to 4.8.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4.7.3...v4.8.0) Updates `sigstore/cosign-installer` from 3.8.1 to 3.10.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.8.1...v3.10.0) Updates `docker/setup-buildx-action` from 3.10.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v3.10.0...v3.11.1) Updates `docker/login-action` from 3.3.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v3.3.0...v3.6.0) Updates `docker/metadata-action` from 5.7.0 to 5.8.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.7.0...v5.8.0) Updates `docker/build-push-action` from 6.15.0 to 6.18.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.15.0...v6.18.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/setup-node dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 3.30.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-version: 4.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/metadata-action dependency-version: 5.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lint.yaml | 6 +++--- .github/workflows/codeql.yaml | 8 ++++---- .github/workflows/dependency-review.yaml | 4 ++-- .github/workflows/publish-container.yml | 18 +++++++++--------- .github/workflows/publish-npm.yml | 6 +++--- .github/workflows/sync-labels.yml | 2 +- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/build-lint.yaml b/.github/workflows/build-lint.yaml index 604eab2a..002eb8b8 100644 --- a/.github/workflows/build-lint.yaml +++ b/.github/workflows/build-lint.yaml @@ -25,10 +25,10 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: ๐Ÿ— Setup nodejs - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.1.0 with: node-version: ${{ env.NODE_VERSION }} @@ -40,7 +40,7 @@ jobs: run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: ๐Ÿ— Cache Layer - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.1 # id: yarn_cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn_config.outputs.cache_folder }} diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index e6b093da..ee0d9703 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -32,17 +32,17 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: ๐Ÿ— Initialize CodeQL - uses: github/codeql-action/init@v3.30.0 + uses: github/codeql-action/init@v4.31.9 with: languages: ${{ matrix.language }} # Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs # queries: security-extended,security-and-quality - name: ๐Ÿ— Auto build - uses: github/codeql-action/autobuild@v3.30.0 + uses: github/codeql-action/autobuild@v4.31.9 - name: ๐Ÿš€ Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.30.0 + uses: github/codeql-action/analyze@v4.31.9 diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index abc86279..b2070e2b 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -17,7 +17,7 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: ๐Ÿš€ Dependency Review - uses: actions/dependency-review-action@v4.7.3 + uses: actions/dependency-review-action@v4.8.2 diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index e4bae814..29f341b1 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -40,7 +40,7 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.2.2 + uses: actions/checkout@v6.0.1 - name: โ” Check Container files changed id: file_change @@ -53,29 +53,29 @@ jobs: - name: ๐Ÿ— Install cosign if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }} - uses: sigstore/cosign-installer@v3.8.1 + uses: sigstore/cosign-installer@v4.0.0 - name: ๐Ÿ— Setup Docker Buildx if: ${{ steps.file_change.outputs.container_folder != 'false' }} - uses: docker/setup-buildx-action@v3.10.0 + uses: docker/setup-buildx-action@v3.11.1 - name: ๐Ÿ— Cache Docker Layers if: ${{ steps.file_change.outputs.container_folder != 'false' }} - uses: actions/cache@v4.2.2 + uses: actions/cache@v5.0.1 with: path: /tmp/.buildx-cache key: container/${{ matrix.name }} - name: ๐Ÿ— Log into docker hub registry if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }} - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.6.0 with: username: ${{env.USER}} password: ${{secrets.DOCKER_HUB_TOKEN}} - name: ๐Ÿ— Log into ghcr.io registry if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }} - uses: docker/login-action@v3.3.0 + uses: docker/login-action@v3.6.0 with: registry: ghcr.io username: ${{env.USER}} @@ -84,7 +84,7 @@ jobs: - name: ๐Ÿ— Extract metadata if: ${{ steps.file_change.outputs.container_folder != 'false' }} id: meta - uses: docker/metadata-action@v5.7.0 + uses: docker/metadata-action@v5.10.0 with: github-token: ${{secrets.GITHUB_TOKEN}} images: | @@ -98,7 +98,7 @@ jobs: - name: ๐Ÿš€ Build and export to docekr if: ${{ steps.file_change.outputs.container_folder != 'false' }} - uses: docker/build-push-action@v6.15.0 + uses: docker/build-push-action@v6.18.0 with: context: ./${{matrix.context}} file: ${{matrix.path}}/Dockerfile @@ -118,7 +118,7 @@ jobs: - name: ๐Ÿš€ Build and publish container image if: ${{ steps.file_change.outputs.container_folder != 'false' }} - uses: docker/build-push-action@v6.15.0 + uses: docker/build-push-action@v6.18.0 with: context: ./${{matrix.context}} file: ${{matrix.path}}/Dockerfile diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 2da709b1..676c4a1f 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -24,10 +24,10 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: ๐Ÿ— Setup nodejs - uses: actions/setup-node@v4.4.0 + uses: actions/setup-node@v6.1.0 with: node-version: ${{ env.NODE_VERSION }} registry-url: 'https://registry.npmjs.org' @@ -40,7 +40,7 @@ jobs: run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: ๐Ÿ— Cache Layer - uses: actions/cache@v4.2.4 + uses: actions/cache@v5.0.1 # id: yarn_cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn_config.outputs.cache_folder }} diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 029a16ec..2ea0f5de 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -22,7 +22,7 @@ jobs: steps: - name: โคต๏ธ Check out code from GitHub - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v6.0.1 - name: ๐Ÿš€ Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0