From ff711e412720ca9c042d86edf680bfa192f9c358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:55:21 +0000 Subject: [PATCH] deps(deps): bump the github-actions group across 1 directory with 5 updates Bumps the github-actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `4.1.2` | `4.2.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `3.27.0` | `3.27.7` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `4.3.5` | `4.5.0` | | [docker/metadata-action](https://github.com/docker/metadata-action) | `5.5.1` | `5.6.1` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `6.9.0` | `6.10.0` | Updates `actions/cache` from 4.1.2 to 4.2.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.1.2...v4.2.0) Updates `github/codeql-action` from 3.27.0 to 3.27.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/v3.27.0...v3.27.7) Updates `actions/dependency-review-action` from 4.3.5 to 4.5.0 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v4.3.5...v4.5.0) Updates `docker/metadata-action` from 5.5.1 to 5.6.1 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](https://github.com/docker/metadata-action/compare/v5.5.1...v5.6.1) Updates `docker/build-push-action` from 6.9.0 to 6.10.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v6.9.0...v6.10.0) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/metadata-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lint.yaml | 2 +- .github/workflows/codeql.yaml | 6 +++--- .github/workflows/dependency-review.yaml | 2 +- .github/workflows/publish-container.yml | 6 +++--- .github/workflows/publish-npm.yml | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-lint.yaml b/.github/workflows/build-lint.yaml index faf6acd1..c6f72482 100644 --- a/.github/workflows/build-lint.yaml +++ b/.github/workflows/build-lint.yaml @@ -40,7 +40,7 @@ jobs: run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: 🏗 Cache Layer - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 # 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 ff170e3e..fc087684 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -35,14 +35,14 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🏗 Initialize CodeQL - uses: github/codeql-action/init@v3.27.0 + uses: github/codeql-action/init@v3.27.7 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.27.0 + uses: github/codeql-action/autobuild@v3.27.7 - name: 🚀 Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3.27.0 + uses: github/codeql-action/analyze@v3.27.7 diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 9c026ea0..cd15d16d 100644 --- a/.github/workflows/dependency-review.yaml +++ b/.github/workflows/dependency-review.yaml @@ -21,4 +21,4 @@ jobs: uses: actions/checkout@v4.2.2 - name: 🚀 Dependency Review - uses: actions/dependency-review-action@v4.3.5 + uses: actions/dependency-review-action@v4.5.0 diff --git a/.github/workflows/publish-container.yml b/.github/workflows/publish-container.yml index ea43dc01..ee2cb44d 100644 --- a/.github/workflows/publish-container.yml +++ b/.github/workflows/publish-container.yml @@ -61,7 +61,7 @@ jobs: - name: 🏗 Cache Docker Layers if: ${{ steps.file_change.outputs.container_folder != 'false' }} - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 with: path: /tmp/.buildx-cache key: container/${{ matrix.name }} @@ -84,7 +84,7 @@ jobs: - name: 🏗 Extract metadata if: ${{ steps.file_change.outputs.container_folder != 'false' }} id: meta - uses: docker/metadata-action@v5.5.1 + uses: docker/metadata-action@v5.6.1 with: github-token: ${{secrets.GITHUB_TOKEN}} images: | @@ -105,7 +105,7 @@ jobs: - name: 🚀 Build and push container image if: ${{ steps.file_change.outputs.container_folder != 'false' }} id: build_and_push - uses: docker/build-push-action@v6.9.0 + uses: docker/build-push-action@v6.10.0 with: context: ${{matrix.context}} file: ${{matrix.path}}/Dockerfile diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index d1e47a38..308f1300 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -40,7 +40,7 @@ jobs: run: echo "cache_folder=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT - name: 🏗 Cache Layer - uses: actions/cache@v4.1.2 + uses: actions/cache@v4.2.0 # 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 }}