mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-06 12:20:11 +01:00
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [github/codeql-action](https://github.com/github/codeql-action) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `github/codeql-action` from 3.27.0 to 3.27.5 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](662472033e...f09c1c0a94) 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) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
6f0824e2ff
commit
630c8b51d4
2
.github/workflows/scorecards-analysis.yml
vendored
2
.github/workflows/scorecards-analysis.yml
vendored
|
|
@ -64,6 +64,6 @@ jobs:
|
||||||
# Upload the results to GitHub's code scanning dashboard (optional).
|
# Upload the results to GitHub's code scanning dashboard (optional).
|
||||||
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
|
||||||
- name: "Upload to code-scanning"
|
- name: "Upload to code-scanning"
|
||||||
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
|
uses: github/codeql-action/upload-sarif@f09c1c0a94de965c15400f5634aa42fac8fb8f88 # v3.27.5
|
||||||
with:
|
with:
|
||||||
sarif_file: results.sarif
|
sarif_file: results.sarif
|
||||||
|
|
|
||||||
2
.github/workflows/sigbuild-docker-branch.yml
vendored
2
.github/workflows/sigbuild-docker-branch.yml
vendored
|
|
@ -67,7 +67,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
|
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: ./tensorflow/tools/tf_sig_build_dockerfiles
|
context: ./tensorflow/tools/tf_sig_build_dockerfiles
|
||||||
|
|
|
||||||
|
|
@ -73,7 +73,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build containers, and push to GCR only if the 'build and push to gcr.io for staging' label is applied
|
name: Build containers, and push to GCR only if the 'build and push to gcr.io for staging' label is applied
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
|
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
|
||||||
with:
|
with:
|
||||||
push: ${{ contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging') }}
|
push: ${{ contains(github.event.pull_request.labels.*.name, 'build and push to gcr.io for staging') }}
|
||||||
context: ./tensorflow/tools/tf_sig_build_dockerfiles
|
context: ./tensorflow/tools/tf_sig_build_dockerfiles
|
||||||
|
|
|
||||||
2
.github/workflows/sigbuild-docker.yml
vendored
2
.github/workflows/sigbuild-docker.yml
vendored
|
|
@ -82,7 +82,7 @@ jobs:
|
||||||
-
|
-
|
||||||
name: Build and push
|
name: Build and push
|
||||||
id: docker_build
|
id: docker_build
|
||||||
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
|
uses: docker/build-push-action@48aba3b46d1b1fec4febb7c5d0c644b249a11355 # v6.10.0
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
context: ./tensorflow/tools/tf_sig_build_dockerfiles
|
context: ./tensorflow/tools/tf_sig_build_dockerfiles
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user