From 2877ba5f4f1c0f2bf70c4db1b531c1c4e0f250cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 22:12:59 +0000 Subject: [PATCH] chore(deps): bump the github-actions group with 5 updates Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `4.0.0` | `4.1.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `3.8.1` | `4.0.0` | | [github/codeql-action](https://github.com/github/codeql-action) | `2.21.7` | `2.22.5` | | [actions/dependency-review-action](https://github.com/actions/dependency-review-action) | `3.1.0` | `3.1.1` | | [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) | `3.1.2` | `3.2.0` | Updates `actions/checkout` from 4.0.0 to 4.1.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/v4.0.0...v4.1.1) Updates `actions/setup-node` from 3.8.1 to 4.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3.8.1...v4.0.0) Updates `github/codeql-action` from 2.21.7 to 2.22.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/v2.21.7...v2.22.5) Updates `actions/dependency-review-action` from 3.1.0 to 3.1.1 - [Release notes](https://github.com/actions/dependency-review-action/releases) - [Commits](https://github.com/actions/dependency-review-action/compare/v3.1.0...v3.1.1) Updates `sigstore/cosign-installer` from 3.1.2 to 3.2.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](https://github.com/sigstore/cosign-installer/compare/v3.1.2...v3.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/dependency-review-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build-lint.yaml | 4 ++-- .github/workflows/codeql.yaml | 8 ++++---- .github/workflows/dependency-review.yaml | 4 ++-- .github/workflows/publish-alwatr-container.yml | 4 ++-- .github/workflows/publish-npm.yml | 4 ++-- .github/workflows/publish-special-container.yml | 4 ++-- .github/workflows/sync-labels.yml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build-lint.yaml b/.github/workflows/build-lint.yaml index 0cfcc336..1ef17284 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@v4.0.0 + uses: actions/checkout@v4.1.1 - name: ๐Ÿ— Setup nodejs - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/codeql.yaml b/.github/workflows/codeql.yaml index dbc6037a..baa5417b 100644 --- a/.github/workflows/codeql.yaml +++ b/.github/workflows/codeql.yaml @@ -36,17 +36,17 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 - name: ๐Ÿ— Initialize CodeQL - uses: github/codeql-action/init@v2.21.7 + uses: github/codeql-action/init@v2.22.5 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@v2.21.7 + uses: github/codeql-action/autobuild@v2.22.5 - name: ๐Ÿš€ Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2.21.7 + uses: github/codeql-action/analyze@v2.22.5 diff --git a/.github/workflows/dependency-review.yaml b/.github/workflows/dependency-review.yaml index 75ce7234..ca34bd1d 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@v4.0.0 + uses: actions/checkout@v4.1.1 - name: ๐Ÿš€ Dependency Review - uses: actions/dependency-review-action@v3.1.0 + uses: actions/dependency-review-action@v3.1.1 diff --git a/.github/workflows/publish-alwatr-container.yml b/.github/workflows/publish-alwatr-container.yml index c4620ed7..fb83c36c 100644 --- a/.github/workflows/publish-alwatr-container.yml +++ b/.github/workflows/publish-alwatr-container.yml @@ -101,7 +101,7 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 - name: ๐Ÿ— Setup Docker Buildx uses: docker/setup-buildx-action@v3.0.0 @@ -150,7 +150,7 @@ jobs: - name: ๐Ÿ— Install cosign if: ${{ github.event_name != 'pull_request' }} - uses: sigstore/cosign-installer@v3.1.2 + uses: sigstore/cosign-installer@v3.2.0 - name: ๐Ÿ— Sign the published container image if: ${{github.event_name != 'pull_request'}} diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 299490bd..9ce83856 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -25,10 +25,10 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 - name: ๐Ÿ— Setup nodejs - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v4.0.0 with: node-version: ${{env.NODE_VERSION}} registry-url: https://registry.npmjs.org/ diff --git a/.github/workflows/publish-special-container.yml b/.github/workflows/publish-special-container.yml index a09aa103..1de4e18d 100644 --- a/.github/workflows/publish-special-container.yml +++ b/.github/workflows/publish-special-container.yml @@ -144,7 +144,7 @@ jobs: steps: - name: โคต๏ธ Checkout repository - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.1 - name: ๐Ÿ— Extract Docker metadata id: meta @@ -170,7 +170,7 @@ jobs: - name: ๐Ÿ— Install cosign if: ${{ github.event_name != 'pull_request' }} - uses: sigstore/cosign-installer@v3.1.2 + uses: sigstore/cosign-installer@v3.2.0 - name: ๐Ÿ— Setup Docker Buildx uses: docker/setup-buildx-action@v3.0.0 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index d4b8ccea..5941cdb8 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@v4.0.0 + uses: actions/checkout@v4.1.1 - name: ๐Ÿš€ Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0