ci(deps): bump the all-actions group with 2 updates (#919)

This commit is contained in:
dependabot[bot]
2026-03-31 09:43:10 +02:00
committed by GitHub
parent a3b0b4bb5b
commit 498d0934d2
2 changed files with 5 additions and 5 deletions

View File

@@ -326,7 +326,7 @@ jobs:
- name: Publish unit-test coverage
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.0.0
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5.0.0
# https://github.com/codecov/codecov-action
with:
slug: ${{ github.repository }}
@@ -339,7 +339,7 @@ jobs:
- name: Publish integration-test coverage
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.0.0
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5.0.0
# https://github.com/codecov/codecov-action
with:
slug: ${{ github.repository }}
@@ -352,7 +352,7 @@ jobs:
- name: Publish smoke-test coverage
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.0.0
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v5.0.0
# https://github.com/codecov/codecov-action
with:
slug: ${{ github.repository }}

View File

@@ -92,7 +92,7 @@ jobs:
- name: Initialize CodeQL
uses: github/codeql-action/init@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
# https://github.com/github/codeql-action/blob/main/init/action.yml
with:
languages: actions,python
@@ -102,5 +102,5 @@ jobs:
queries: security-and-quality
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@38697555549f1db7851b81482ff19f1fa5c4fedc # v4.34.1
uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
# https://github.com/github/codeql-action