Skip to content

Commit 6c30932

Browse files
chore(deps): bump the github-actions group with 3 updates (#82)
Bumps the github-actions group with 3 updates: [github/codeql-action](https://github.com/github/codeql-action), [sigstore/cosign-installer](https://github.com/sigstore/cosign-installer) and [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action). Updates `github/codeql-action` from 3.24.10 to 3.25.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v3.24.10...v3.25.1) Updates `sigstore/cosign-installer` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/sigstore/cosign-installer/releases) - [Commits](sigstore/cosign-installer@v3.4.0...v3.5.0) Updates `docker/setup-buildx-action` from 3.2.0 to 3.3.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.2.0...v3.3.0) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: sigstore/cosign-installer dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 70c4852 commit 6c30932

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/codeql.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
uses: actions/[email protected]
3636

3737
- name: 🏗 Initialize CodeQL
38-
uses: github/codeql-action/init@v3.24.10
38+
uses: github/codeql-action/init@v3.25.1
3939
with:
4040
languages: ${{ matrix.language }}
4141
# 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
4242
# queries: security-extended,security-and-quality
4343

4444
- name: 🏗 Auto build
45-
uses: github/codeql-action/autobuild@v3.24.10
45+
uses: github/codeql-action/autobuild@v3.25.1
4646

4747
- name: 🚀 Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@v3.24.10
48+
uses: github/codeql-action/analyze@v3.25.1

.github/workflows/publish-container.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ jobs:
4646
4747
- name: 🏗 Install cosign
4848
if: ${{ github.event_name != 'pull_request' && steps.file_change.outputs.container_folder != 'false' }}
49-
uses: sigstore/cosign-installer@v3.4.0
49+
uses: sigstore/cosign-installer@v3.5.0
5050

5151
- name: 🏗 Setup Docker Buildx
5252
if: ${{ steps.file_change.outputs.container_folder != 'false' }}
53-
uses: docker/setup-buildx-action@v3.2.0
53+
uses: docker/setup-buildx-action@v3.3.0
5454

5555
- name: 🏗 Cache Docker Layers
5656
if: ${{ steps.file_change.outputs.container_folder != 'false' }}

0 commit comments

Comments
 (0)