mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-28 07:11:36 +05:30
Compare commits
6 Commits
v0.9.6
..
a25b89fc7b
| Author | SHA1 | Date | |
|---|---|---|---|
| a25b89fc7b | |||
| 308a004bb3 | |||
| 312e321de7 | |||
| 6fd0550317 | |||
| d930f0631a | |||
| 777084b6aa |
@@ -18,7 +18,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DESTDIR: ./bin
|
DESTDIR: ./bin
|
||||||
GO_VERSION: 1.25.9
|
GO_VERSION: 1.26.3
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
@@ -113,7 +113,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
-
|
-
|
||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
|
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
|
||||||
with:
|
with:
|
||||||
files: ${{ env.DESTDIR }}/coverage.txt
|
files: ${{ env.DESTDIR }}/coverage.txt
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
@@ -135,7 +135,7 @@ jobs:
|
|||||||
*.cache-to=type=gha,scope=test,mode=max
|
*.cache-to=type=gha,scope=test,mode=max
|
||||||
-
|
-
|
||||||
name: Upload coverage
|
name: Upload coverage
|
||||||
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
|
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
|
||||||
with:
|
with:
|
||||||
files: ${{ env.DESTDIR }}//coverage.txt
|
files: ${{ env.DESTDIR }}//coverage.txt
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
uses: crazy-max/.github/.github/workflows/zizmor.yml@d89fe92d808a15e2b2ed5cdb62db7c172c31410d # v1.6.0
|
uses: crazy-max/.github/.github/workflows/zizmor.yml@64a0bfaf6e6bb1c448d6e4c42b11034ee7094f16 # v1.7.1
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: read
|
||||||
security-events: write
|
security-events: write
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# GO_VERSION sets the version of the golang base image to use.
|
# GO_VERSION sets the version of the golang base image to use.
|
||||||
# It must be a valid tag in the docker.io/library/golang image repository.
|
# It must be a valid tag in the docker.io/library/golang image repository.
|
||||||
ARG GO_VERSION=1.25.9
|
ARG GO_VERSION=1.26.3
|
||||||
|
|
||||||
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
||||||
# It must be a valid variant in the docker.io/library/golang image repository.
|
# It must be a valid variant in the docker.io/library/golang image repository.
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# GO_VERSION sets the version of the golang base image to use.
|
# GO_VERSION sets the version of the golang base image to use.
|
||||||
# It must be a valid tag in the docker.io/library/golang image repository.
|
# It must be a valid tag in the docker.io/library/golang image repository.
|
||||||
ARG GO_VERSION=1.25.9
|
ARG GO_VERSION=1.26.3
|
||||||
|
|
||||||
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
# BASE_DEBIAN_DISTRO sets the golang base image debian variant to use.
|
||||||
# It must be a valid variant in the docker.io/library/golang image repository.
|
# It must be a valid variant in the docker.io/library/golang image repository.
|
||||||
|
|||||||
Reference in New Issue
Block a user