Skip to content

Commit 9f978d2

Browse files
build(deps): bump the github-actions group with 2 updates (#822)
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [docker/login-action](https://github.com/docker/login-action). Updates `github/codeql-action` from 4 to 4.37.3 - [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...v4.37.3) Updates `docker/login-action` from 4 to 4.5.2 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4...v4.5.2) --- updated-dependencies: - dependency-name: github/codeql-action dependency-version: 4.37.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 008574f commit 9f978d2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql.yaml

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

6060
# Initializes the CodeQL tools for scanning.
6161
- name: Initialize CodeQL
62-
uses: github/codeql-action/init@v4
62+
uses: github/codeql-action/init@v4.37.3
6363
with:
6464
languages: ${{ matrix.language }}
6565
build-mode: ${{ matrix.build-mode }}
@@ -87,6 +87,6 @@ jobs:
8787
exit 1
8888
8989
- name: Perform CodeQL Analysis
90-
uses: github/codeql-action/analyze@v4
90+
uses: github/codeql-action/analyze@v4.37.3
9191
with:
9292
category: "/language:${{matrix.language}}"

.github/workflows/push-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "hash_last_changed=$hash_last_changed" >> $GITHUB_ENV
2525
2626
- name: 'Login to GitHub Container Registry'
27-
uses: docker/login-action@v4
27+
uses: docker/login-action@v4.5.2
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.repository_owner }}

.github/workflows/security-scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
5858
- name: Upload SARIF
5959
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
60-
uses: github/codeql-action/upload-sarif@v4
60+
uses: github/codeql-action/upload-sarif@v4.37.3
6161
with:
6262
sarif_file: ${{ steps.scan.outputs.sarif }}
6363
category: pixi-vuln-scan

0 commit comments

Comments
 (0)