mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-07-09 12:41:05 +02:00
ci(deps): bump the all-actions group with 2 updates (#919)
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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 }}
|
||||
|
||||
4
.github/workflows/codeql-analysis.yml
vendored
4
.github/workflows/codeql-analysis.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user