Skip to content

Commit adc567d

Browse files
Bump the all-actions group with 3 updates
Bumps the all-actions group with 3 updates: [vmactions/freebsd-vm](https://github.com/vmactions/freebsd-vm), [github/codeql-action](https://github.com/github/codeql-action) and [docker/login-action](https://github.com/docker/login-action). Updates `vmactions/freebsd-vm` from 1.5.2 to 1.5.5 - [Release notes](https://github.com/vmactions/freebsd-vm/releases) - [Commits](vmactions/freebsd-vm@v1.5.2...v1.5.5) Updates `github/codeql-action` from 4.37.3 to 4.37.8 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v4.37.3...v4.37.8) Updates `docker/login-action` from 4.5.1 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.5.1...v4.6.0) --- updated-dependencies: - dependency-name: vmactions/freebsd-vm dependency-version: 1.5.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: github/codeql-action dependency-version: 4.37.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 254ab2d commit adc567d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -527,7 +527,7 @@ jobs:
527527
restore-keys: freebsd
528528

529529
- name: Build and test
530-
uses: vmactions/freebsd-vm@v1.5.2
530+
uses: vmactions/freebsd-vm@v1.5.5
531531
with:
532532
release: "15.0"
533533
envs: CCACHE_COMPRESS CCACHE_COMPRESSLEVEL CCACHE_MAXSIZE

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Initializes the CodeQL tools for scanning.
4242
- name: Initialize CodeQL
43-
uses: github/codeql-action/init@v4.37.3
43+
uses: github/codeql-action/init@v4.37.8
4444
with:
4545
languages: ${{ matrix.language }}
4646
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -63,6 +63,6 @@ jobs:
6363
make -j$(nproc)
6464
6565
- name: Perform CodeQL Analysis
66-
uses: github/codeql-action/analyze@v4.37.3
66+
uses: github/codeql-action/analyze@v4.37.8
6767
with:
6868
category: "/language:${{matrix.language}}"

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
type=sha,prefix=
4141
4242
- name: Login to GitHub Container Registry
43-
uses: docker/login-action@v4.5.1
43+
uses: docker/login-action@v4.6.0
4444
with:
4545
registry: ghcr.io
4646
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)