Bump the github-actions-updates group across 1 directory with 3 updates (#29445)
Bumps the github-actions-updates group with 3 updates in the / directory: [docker/build-push-action](https://github.com/docker/build-push-action), [github/codeql-action](https://github.com/github/codeql-action) and [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report). Updates `docker/build-push-action` from 6.9.0 to 6.10.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](4f58ea7922...48aba3b46d) Updates `github/codeql-action` from 3.27.1 to 3.27.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Commits](https://github.com/github/codeql-action/compare/v3.27.1...v3.27.5) Updates `mikepenz/action-junit-report` from 5.0.0 to 5.1.0 - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](a427a90771...992d97d6eb) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-updates - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
833578741d
Коммит
7b72a6582f
2
.github/workflows/build-opensearch-image.yml
поставляемый
2
.github/workflows/build-opensearch-image.yml
поставляемый
@@ -22,7 +22,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_DEV_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_DEV_TOKEN }}
|
||||||
|
|
||||||
- name: opensearch/build-and-push
|
- name: opensearch/build-and-push
|
||||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
|
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
|
||||||
with:
|
with:
|
||||||
provenance: false
|
provenance: false
|
||||||
file: server/build/Dockerfile.opensearch
|
file: server/build/Dockerfile.opensearch
|
||||||
|
|||||||
2
.github/workflows/build-server-image.yml
поставляемый
2
.github/workflows/build-server-image.yml
поставляемый
@@ -27,7 +27,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_DEV_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_DEV_TOKEN }}
|
||||||
|
|
||||||
- name: buildenv/build-and-push
|
- name: buildenv/build-and-push
|
||||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
|
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
|
||||||
with:
|
with:
|
||||||
provenance: false
|
provenance: false
|
||||||
file: server/build/Dockerfile.buildenv
|
file: server/build/Dockerfile.buildenv
|
||||||
|
|||||||
6
.github/workflows/codeql-analysis.yml
поставляемый
6
.github/workflows/codeql-analysis.yml
поставляемый
@@ -29,14 +29,14 @@ jobs:
|
|||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
uses: github/codeql-action/init@v3.27.1
|
uses: github/codeql-action/init@v3.27.5
|
||||||
with:
|
with:
|
||||||
languages: ${{ matrix.language }}
|
languages: ${{ matrix.language }}
|
||||||
debug: false
|
debug: false
|
||||||
config-file: ./.github/codeql/codeql-config.yml
|
config-file: ./.github/codeql/codeql-config.yml
|
||||||
|
|
||||||
- name: Build JavaScript
|
- name: Build JavaScript
|
||||||
uses: github/codeql-action/autobuild@v3.27.1
|
uses: github/codeql-action/autobuild@v3.27.5
|
||||||
if: ${{ matrix.language == 'javascript' }}
|
if: ${{ matrix.language == 'javascript' }}
|
||||||
|
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
@@ -55,4 +55,4 @@ jobs:
|
|||||||
|
|
||||||
# Perform Analysis
|
# Perform Analysis
|
||||||
- name: Perform CodeQL Analysis
|
- name: Perform CodeQL Analysis
|
||||||
uses: github/codeql-action/analyze@v3.27.1
|
uses: github/codeql-action/analyze@v3.27.5
|
||||||
|
|||||||
2
.github/workflows/mmctl-test-template.yml
поставляемый
2
.github/workflows/mmctl-test-template.yml
поставляемый
@@ -81,7 +81,7 @@ jobs:
|
|||||||
server/gotestsum.json
|
server/gotestsum.json
|
||||||
server/report.xml
|
server/report.xml
|
||||||
- name: Publish Test Report
|
- name: Publish Test Report
|
||||||
uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0
|
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
|
||||||
if: success() || failure() # always run even if the previous step fails
|
if: success() || failure() # always run even if the previous step fails
|
||||||
with:
|
with:
|
||||||
report_paths: server/report.xml
|
report_paths: server/report.xml
|
||||||
|
|||||||
2
.github/workflows/scorecards-analysis.yml
поставляемый
2
.github/workflows/scorecards-analysis.yml
поставляемый
@@ -56,6 +56,6 @@ jobs:
|
|||||||
|
|
||||||
# Upload the results to GitHub's code scanning dashboard.
|
# Upload the results to GitHub's code scanning dashboard.
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@acb9cb18eec7e3a113ef83cff0be91e75cfd9526 # v2.27.0
|
uses: github/codeql-action/upload-sarif@3d3d628990a5f99229dd9fa1821cc5a4f31b613b # v2.27.0
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|||||||
2
.github/workflows/server-test-template.yml
поставляемый
2
.github/workflows/server-test-template.yml
поставляемый
@@ -77,7 +77,7 @@ jobs:
|
|||||||
server/report.xml
|
server/report.xml
|
||||||
- name: Publish test report
|
- name: Publish test report
|
||||||
id: report
|
id: report
|
||||||
uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5.0.0
|
uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5.1.0
|
||||||
if: success() || failure() # always run even if the previous step fails
|
if: success() || failure() # always run even if the previous step fails
|
||||||
with:
|
with:
|
||||||
report_paths: server/report.xml
|
report_paths: server/report.xml
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user